Home
last modified time | relevance | path

Searched defs:dqv (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c133 int16_t dqv = dq[0]; in decode_coefs() local
/external/libaom/libaom/av1/encoder/
Dencodetxb.c67 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/
Ddecodetxb.c55 int dqv = dequant[!!coeff_idx]; in get_dqv() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c147 const int dqv = dequant_ptr[rc != 0]; in vp9_optimize_b() local