|
|
| DECLARE_ALIGNED (16, unsigned char, predictor[384]) |
| |
|
| DECLARE_ALIGNED (16, short, qcoeff[400]) |
| |
|
| DECLARE_ALIGNED (16, short, dqcoeff[400]) |
| |
|
| DECLARE_ALIGNED (16, char, eobs[25]) |
| |
|
| DECLARE_ALIGNED (16, short, dequant_y1[16]) |
| |
|
| DECLARE_ALIGNED (16, short, dequant_y1_dc[16]) |
| |
|
| DECLARE_ALIGNED (16, short, dequant_y2[16]) |
| |
|
| DECLARE_ALIGNED (16, short, dequant_uv[16]) |
| |
|
|
BLOCKD | block [25] |
| |
|
int | fullpixel_mask |
| |
|
YV12_BUFFER_CONFIG | pre |
| |
|
YV12_BUFFER_CONFIG | dst |
| |
|
MODE_INFO * | mode_info_context |
| |
|
int | mode_info_stride |
| |
|
FRAME_TYPE | frame_type |
| |
|
int | up_available |
| |
|
int | left_available |
| |
|
unsigned char * | recon_above [3] |
| |
|
unsigned char * | recon_left [3] |
| |
|
int | recon_left_stride [2] |
| |
|
ENTROPY_CONTEXT_PLANES * | above_context |
| |
|
ENTROPY_CONTEXT_PLANES * | left_context |
| |
|
unsigned char | segmentation_enabled |
| |
|
unsigned char | update_mb_segmentation_map |
| |
|
unsigned char | update_mb_segmentation_data |
| |
|
unsigned char | mb_segement_abs_delta |
| |
|
vp8_prob | mb_segment_tree_probs [MB_FEATURE_TREE_PROBS] |
| |
|
signed char | segment_feature_data [MB_LVL_MAX][MAX_MB_SEGMENTS] |
| |
|
unsigned char | mode_ref_lf_delta_enabled |
| |
|
unsigned char | mode_ref_lf_delta_update |
| |
|
signed char | last_ref_lf_deltas [MAX_REF_LF_DELTAS] |
| |
|
signed char | ref_lf_deltas [MAX_REF_LF_DELTAS] |
| |
|
signed char | last_mode_lf_deltas [MAX_MODE_LF_DELTAS] |
| |
|
signed char | mode_lf_deltas [MAX_MODE_LF_DELTAS] |
| |
|
int | mb_to_left_edge |
| |
|
int | mb_to_right_edge |
| |
|
int | mb_to_top_edge |
| |
|
int | mb_to_bottom_edge |
| |
|
vp8_subpix_fn_t | subpixel_predict |
| |
|
vp8_subpix_fn_t | subpixel_predict8x4 |
| |
|
vp8_subpix_fn_t | subpixel_predict8x8 |
| |
|
vp8_subpix_fn_t | subpixel_predict16x16 |
| |
|
void * | current_bc |
| |
|
int | corrupted |
| |
The documentation for this struct was generated from the following file: