Searched refs:txb_offset (Results 1 – 5 of 5) sorted by relevance
641 const int txb_offset = local645 uint16_t *eob_txb = x->mbmi_ext->cb_coef_buff->eobs[plane] + txb_offset;647 x->mbmi_ext->cb_coef_buff->txb_skip_ctx[plane] + txb_offset;649 x->mbmi_ext->cb_coef_buff->dc_sign_ctx[plane] + txb_offset;2011 const int txb_offset = local2013 uint16_t *eob_txb = x->mbmi_ext->cb_coef_buff->eobs[plane] + txb_offset;2015 x->mbmi_ext->cb_coef_buff->txb_skip_ctx[plane] + txb_offset;2120 x->mbmi_ext->cb_coef_buff->dc_sign_ctx[plane] + txb_offset;
372 const int txb_offset = in pack_txb_tokens() local376 uint16_t *eob_txb = x->mbmi_ext->cb_coef_buff->eobs[plane] + txb_offset; in pack_txb_tokens()378 x->mbmi_ext->cb_coef_buff->txb_skip_ctx[plane] + txb_offset; in pack_txb_tokens()380 x->mbmi_ext->cb_coef_buff->dc_sign_ctx[plane] + txb_offset; in pack_txb_tokens()
134 eob_info *eob_data = pd->eob_data + xd->txb_offset[plane]; in av1_read_coeffs_txb()
160 eob_info *eob_data = pd->eob_data + xd->txb_offset[plane]; in inverse_transform_block()233 eob_info *eob_data = pd->eob_data + xd->txb_offset[plane]; in predict_and_reconstruct_intra_block()280 xd->txb_offset[plane] = in set_cb_buffer_offsets()308 eob_info *eob_data = pd->eob_data + xd->txb_offset[plane]; in decode_reconstruct_tx()2868 xd->txb_offset[plane] = 0; in set_cb_buffer()
589 uint16_t txb_offset[MAX_MB_PLANE]; member