Searched defs:abs_qc (Results 1 – 2 of 2) sorted by relevance
| /external/libaom/av1/encoder/ |
| 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()
|
| 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
|