Searched defs:abs_qc (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 289 static INLINE int get_golomb_cost(int abs_qc) { 330 const tran_low_t abs_qc = abs(qc); local 1414 int ci, tran_low_t abs_qc, int coeff_ctx, 1438 static INLINE int get_coeff_cost_eob(int ci, tran_low_t abs_qc, int sign, 1459 static INLINE int get_coeff_cost_general(int is_last, int ci, tran_low_t abs_qc, 1489 static INLINE void get_qc_dqc_low(tran_low_t abs_qc, int sign, int dqv, 1517 const tran_low_t abs_qc = abs(qc); local 1577 const tran_low_t abs_qc = abs(qc); local 1626 const tran_low_t abs_qc = abs(qc); local 1818 const tran_low_t abs_qc = abs(qc); local
|