Searched defs:abs_qc (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | txb_rdopt_utils.h | 85 static inline int get_golomb_cost(int abs_qc) { in get_golomb_cost() 121 int ci, tran_low_t abs_qc, int coeff_ctx, in get_two_coeff_cost_simple() 145 static inline int get_coeff_cost_eob(int ci, tran_low_t abs_qc, int sign, in get_coeff_cost_eob() 166 static inline int get_coeff_cost_general(int is_last, int ci, tran_low_t abs_qc, in get_coeff_cost_general() 196 static inline void get_qc_dqc_low(tran_low_t abs_qc, int sign, int dqv, in get_qc_dqc_low()
|
H A D | txb_rdopt.c | 34 const tran_low_t abs_qc = abs(qc); in update_coeff_general() local 94 const tran_low_t abs_qc = abs(qc); in update_coeff_simple() local 144 const tran_low_t abs_qc = abs(qc); in update_coeff_eob() local 361 const tran_low_t abs_qc = abs(qc); in av1_optimize_txb() local
|