Searched defs:br_ctx (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 74 const int br_ctx = get_br_ctx_2d(levels, pos, bwl); in read_coeffs_reverse_2d() local 98 const int br_ctx = get_br_ctx(levels, pos, bwl, tx_class); in read_coeffs_reverse() local 258 const int br_ctx = get_br_ctx_eob(pos, bwl, tx_class); in av1_read_coeffs_txb() local
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 601 const int br_ctx = get_br_ctx(levels, pos, bwl, tx_class); local 1310 const int br_ctx = get_br_ctx(levels, ci, bwl, tx_class); local 1335 int br_ctx; local 1362 int br_ctx; local 2086 const int br_ctx = get_br_ctx(levels, pos, bwl, tx_class); local
|