Searched defs:br_ctx (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | txb_rdopt_utils.h | 133 const int br_ctx = get_br_ctx(levels, ci, bhl, tx_class); in get_two_coeff_cost_simple() local 158 int br_ctx; in get_coeff_cost_eob() local 185 int br_ctx; in get_coeff_cost_general() local
|
H A D | encodetxb.c | 399 const int br_ctx = get_br_ctx(levels, pos, bhl, tx_class); local 689 const int br_ctx = get_br_ctx(levels, pos, bhl, tx_class); local 836 const int br_ctx = get_br_ctx(levels, pos, bhl, tx_class); local
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decodetxb.c | 74 const int br_ctx = get_br_ctx_2d(levels, pos, bhl); in read_coeffs_reverse_2d() local 98 const int br_ctx = get_br_ctx(levels, pos, bhl, tx_class); in read_coeffs_reverse() local 255 const int br_ctx = get_br_ctx_eob(pos, bhl, tx_class); in read_coeffs_txb() local
|