Searched defs:dqv (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 133 int16_t dqv = dq[0]; in decode_coefs() local
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 67 int dqv = dequant[!!coeff_idx]; in get_dqv() local 111 int dqv, int shift, in qcoeff_to_dqcoeff() 388 const int dqv = txb_info->dequant[coeff_idx != 0]; local 469 const int dqv = txb_info->dequant[coeff_idx != 0]; local 1489 static INLINE void get_qc_dqc_low(tran_low_t abs_qc, int sign, int dqv, 1507 const int dqv = get_dqv(dequant, scan[si], iqmatrix); local 1564 const int dqv = get_dqv(dequant, scan[si], iqmatrix); local 1616 const int dqv = get_dqv(dequant, scan[si], iqmatrix); local
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 55 int dqv = dequant[!!coeff_idx]; in get_dqv() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 147 const int dqv = dequant_ptr[rc != 0]; in vp9_optimize_b() local
|