const int tile_cols = 1 << cm->log2_tile_cols;
YV12_BUFFER_CONFIG *const new_fb = get_frame_new_buffer(cm);
- vpx_memset(pbi->coefband_trans_8x8plus,
- (COEF_BANDS - 1),
- sizeof(pbi->coefband_trans_8x8plus));
- vpx_memcpy(pbi->coefband_trans_8x8plus,
- vp9_coefband_trans_8x8plus,
- sizeof(vp9_coefband_trans_8x8plus));
-
if (!first_partition_size) {
// showing a frame directly
*p_data_end = data + 1;
PARTITION_CONTEXT *above_seg_context;
DECLARE_ALIGNED(16, uint8_t, token_cache[1024]);
- DECLARE_ALIGNED(16, uint8_t, coefband_trans_8x8plus[1024]);
} VP9D_COMP;
#endif // VP9_DECODER_VP9_ONYXD_INT_H_