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 1298 int ci, tran_low_t abs_qc, int coeff_ctx, 1322 static INLINE int get_coeff_cost_eob(int ci, tran_low_t abs_qc, int sign, 1343 static INLINE int get_coeff_cost_general(int is_last, int ci, tran_low_t abs_qc, 1373 static INLINE void get_qc_dqc_low(tran_low_t abs_qc, int sign, int dqv, 1400 const tran_low_t abs_qc = abs(qc); local 1460 const tran_low_t abs_qc = abs(qc); local 1538 const tran_low_t abs_qc = abs(qc); local 1723 const tran_low_t abs_qc = abs(qc); local
|