Searched refs:get_dqv (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 53 static INLINE int get_dqv(const int16_t *dequant, int coeff_idx, in get_dqv() function 306 (int64_t)level * get_dqv(dequant, scan[c], iqmatrix) & 0xffffff); in av1_read_coeffs_txb()
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 65 static INLINE int get_dqv(const int16_t *dequant, int coeff_idx, in get_dqv() function 1507 const int dqv = get_dqv(dequant, scan[si], iqmatrix); 1564 const int dqv = get_dqv(dequant, scan[si], iqmatrix); 1616 const int dqv = get_dqv(dequant, scan[si], iqmatrix);
|