Home
last modified time | relevance | path

Searched refs:txb_offset (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencodetxb.c641 const int txb_offset = local
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;
2011 const int txb_offset = local
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;
2120 x->mbmi_ext->cb_coef_buff->dc_sign_ctx[plane] + txb_offset;
Dbitstream.c372 const int txb_offset = in pack_txb_tokens() local
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()
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c134 eob_info *eob_data = pd->eob_data + xd->txb_offset[plane]; in av1_read_coeffs_txb()
Ddecodeframe.c160 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()
/external/libaom/libaom/av1/common/
Dblockd.h589 uint16_t txb_offset[MAX_MB_PLANE]; member