Searched defs:coeff_ctx (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | txb_rdopt.c | 28 const int coeff_ctx = get_lower_levels_ctx_general( in update_coeff_general() local 89 const int coeff_ctx = in update_coeff_simple() local 138 const int coeff_ctx = in update_coeff_eob() local 374 const int coeff_ctx = get_lower_levels_ctx_eob(bhl, width, si); in av1_optimize_txb() local 488 const int coeff_ctx = coeff_contexts[pos]; in warehouse_efficients_txb() local 510 const int coeff_ctx = coeff_contexts[pos]; in warehouse_efficients_txb() local 527 const int coeff_ctx = coeff_contexts[pos]; in warehouse_efficients_txb() local
|
H A D | txb_rdopt_utils.h | 121 int ci, tran_low_t abs_qc, int coeff_ctx, in get_two_coeff_cost_simple() 146 int coeff_ctx, int dc_sign_ctx, in get_coeff_cost_eob() 167 int sign, int coeff_ctx, in get_coeff_cost_general()
|
H A D | encodetxb.c | 383 const int coeff_ctx = coeff_contexts[pos]; local 658 const int coeff_ctx = coeff_contexts[pos]; local 825 const int coeff_ctx = coeff_contexts[pos]; local
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decodetxb.c | 70 const int coeff_ctx = get_lower_levels_ctx_2d(levels, pos, bhl, tx_size); in read_coeffs_reverse_2d() local 93 const int coeff_ctx = in read_coeffs_reverse() local 249 const int coeff_ctx = get_lower_levels_ctx_eob(bhl, width, c); in read_coeffs_txb() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_rdopt.c | 693 static int rate_block(int plane, int block, TX_SIZE tx_size, int coeff_ctx, in rate_block() 709 const int coeff_ctx = in block_rd_txfm() local 1132 const int coeff_ctx = in rd_pick_intra4x4block() local 1148 const int coeff_ctx = in rd_pick_intra4x4block() local 1237 const int coeff_ctx = in rd_pick_intra4x4block() local 1253 const int coeff_ctx = in rd_pick_intra4x4block() local 1698 int coeff_ctx; in encode_inter_mb_segment() local
|