#include <mss12.h>
Data Fields | |
struct MSS12Context * | c |
Model | intra_region |
Model | inter_region |
Model | pivot |
Model | edge_mode |
Model | split_mode |
PixContext | intra_pix_ctx |
PixContext | inter_pix_ctx |
const uint8_t * | data |
unsigned | mb_x |
unsigned | mb_y |
unsigned | mb_count |
unsigned | data_size |
int | ret |
int | h |
output slice height | |
int | vshift |
vertical chroma subsampling shift | |
uint32_t | lcg_state |
LCG state used to compute random slice height. | |
int | use_random_h |
enable the use of random slice height values |
Definition at line 68 of file mss12.h.
struct MSS12Context* SliceContext::c [read] |
Definition at line 69 of file mss12.h.
Referenced by decode_region_inter(), decode_region_intra(), ff_mss12_decode_init(), and ff_mss12_decode_rect().
const uint8_t* SliceContext::data |
Definition at line 29 of file proresdec.h.
Referenced by decode_picture_header(), and decode_slice_thread().
unsigned SliceContext::data_size |
Definition at line 33 of file proresdec.h.
Referenced by decode_picture_header(), and decode_slice_thread().
Definition at line 71 of file mss12.h.
Referenced by decode_pivot(), ff_mss12_slicecontext_reset(), and slicecontext_init().
output slice height
Definition at line 33 of file vf_slicify.c.
Referenced by draw_slice(), init(), and start_frame().
Definition at line 72 of file mss12.h.
Referenced by decode_region_inter(), ff_mss12_slicecontext_reset(), and slicecontext_init().
Definition at line 70 of file mss12.h.
Referenced by decode_region_inter(), ff_mss12_slicecontext_reset(), and slicecontext_init().
Definition at line 72 of file mss12.h.
Referenced by decode_region_inter(), decode_region_intra(), ff_mss12_slicecontext_reset(), and slicecontext_init().
Definition at line 70 of file mss12.h.
Referenced by decode_region_intra(), ff_mss12_slicecontext_reset(), and slicecontext_init().
uint32_t SliceContext::lcg_state |
LCG state used to compute random slice height.
Definition at line 35 of file vf_slicify.c.
Referenced by start_frame().
unsigned SliceContext::mb_count |
Definition at line 32 of file proresdec.h.
Referenced by decode_picture_header(), decode_slice_chroma(), and decode_slice_luma().
unsigned SliceContext::mb_x |
Definition at line 30 of file proresdec.h.
Referenced by decode_picture_header(), and decode_slice_thread().
unsigned SliceContext::mb_y |
Definition at line 31 of file proresdec.h.
Referenced by decode_picture_header(), and decode_slice_thread().
Definition at line 71 of file mss12.h.
Referenced by decode_pivot(), ff_mss12_slicecontext_reset(), and slicecontext_init().
Definition at line 34 of file proresdec.h.
Referenced by decode_picture(), and decode_slice_thread().
Definition at line 71 of file mss12.h.
Referenced by ff_mss12_decode_rect(), ff_mss12_slicecontext_reset(), and slicecontext_init().
enable the use of random slice height values
Definition at line 36 of file vf_slicify.c.
Referenced by init(), and start_frame().
vertical chroma subsampling shift
Definition at line 34 of file vf_slicify.c.
Referenced by config_props(), and start_frame().