Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c346 get_br_ctx(txb_info->levels, pos, txb_info->bwl, tx_class);
612 const int br_ctx = get_br_ctx(levels, pos, bwl, tx_class);
824 const int ctx = get_br_ctx(levels, pos, bwl, tx_class);
844 const int ctx = get_br_ctx(levels, pos, bwl, tx_class);
1426 const int br_ctx = get_br_ctx(levels, ci, bwl, tx_class);
1482 br_ctx = get_br_ctx(levels, ci, bwl, tx_class);
2186 const int br_ctx = get_br_ctx(levels, pos, bwl, tx_class);
/external/libaom/libaom/av1/common/
Dtxb_common.h175 static AOM_FORCE_INLINE int get_br_ctx(const uint8_t *const levels, in get_br_ctx() function
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c98 const int br_ctx = get_br_ctx(levels, pos, bwl, tx_class); in read_coeffs_reverse()