Searched refs:get_coeff_cost_general (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 1459 static INLINE int get_coeff_cost_general(int is_last, int ci, tran_low_t abs_qc, function 1523 get_coeff_cost_general(is_last, ci, abs_qc, sign, coeff_ctx, 1540 get_coeff_cost_general(is_last, ci, abs_qc_low, sign, coeff_ctx, 1633 get_coeff_cost_general(0, ci, abs_qc, sign, coeff_ctx, dc_sign_ctx, 1652 get_coeff_cost_general(0, ci, abs_qc_low, sign, coeff_ctx,
|