#include <global.h>

Data Fields | |
| int | start_row |
| int | end_row |
| pthread_mutex_t | input_lock |
| pthread_mutex_t | output_lock |
| pthread_t | tid |
| int | done |
| int | prev_mquant |
| int | dc_dct_pred [3] |
| unsigned char * | frame |
| unsigned char * | slice_buffer |
| long | slice_size |
| long | slice_allocated |
| pict_data_s * | picture |
| ratectl_t * | ratectl |
| unsigned char | outbfr |
| int | outcnt |
Definition at line 372 of file global.h.
Definition at line 374 of file global.h.
Referenced by slice_engine_loop(), and start_slice_engines().
| pthread_mutex_t slice_engine_t::input_lock |
| pthread_mutex_t slice_engine_t::output_lock |
| pthread_t slice_engine_t::tid |
Definition at line 377 of file global.h.
Referenced by slice_engine_loop(), start_slice_engines(), and stop_slice_engines().
| int slice_engine_t::dc_dct_pred[3] |
| unsigned char* slice_engine_t::frame |
| unsigned char* slice_engine_t::slice_buffer |
Definition at line 386 of file global.h.
Referenced by slice_finishslice(), slice_initbits(), slice_putc(), and slice_testbits().
| unsigned char slice_engine_t::outbfr |
Definition at line 391 of file global.h.
Referenced by slice_alignbits(), slice_initbits(), slice_putbits(), and slice_testbits().
1.5.5