Home | History | Annotate | Download | only in encoder

Lines Matching refs:dqcoeff_ptr

32     short *dqcoeff_ptr     = d->dqcoeff;
36 vpx_memset(dqcoeff_ptr, 0, 32);
56 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; // dequantized value
77 short *dqcoeff_ptr = d->dqcoeff;
92 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; // dequantized value
117 short *dqcoeff_ptr = d->dqcoeff;
122 vpx_memset(dqcoeff_ptr, 0, 32);
144 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; // dequantized value
171 short *dqcoeff_ptr;
178 dqcoeff_ptr = d->dqcoeff;
182 vpx_memset(dqcoeff_ptr, 0, 32);
205 dqcoeff_ptr[rc] = x * dq;
228 short *dqcoeff_ptr = d->dqcoeff;
233 vpx_memset(dqcoeff_ptr, 0, 32);
256 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; // dequantized value