Home
last modified time | relevance | path

Searched refs:cb_coef_buff (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencodetxb.c82 x->mbmi_ext->cb_coef_buff = &cpi->coeff_buffer_base[offset]; in av1_set_coeff_buffer()
644 x->mbmi_ext->cb_coef_buff->tcoeff[plane] + x->mbmi_ext->cb_offset;
645 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;
2013 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;
2025 x->mbmi_ext->cb_coef_buff->tcoeff[plane] + x->mbmi_ext->cb_offset;
2120 x->mbmi_ext->cb_coef_buff->dc_sign_ctx[plane] + txb_offset;
Dblock.h78 CB_COEFF_BUFFER *cb_coef_buff; member
Dbitstream.c375 x->mbmi_ext->cb_coef_buff->tcoeff[plane] + x->mbmi_ext->cb_offset; in pack_txb_tokens()
376 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()