Home | History | Annotate | Download | only in encoder

Lines Matching refs:dqcoeff_ptr

33     short *dqcoeff_ptr     = d->dqcoeff;
37 vpx_memset(dqcoeff_ptr, 0, 32);
57 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
78 short *dqcoeff_ptr = d->dqcoeff;
93 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
118 short *dqcoeff_ptr = d->dqcoeff;
123 vpx_memset(dqcoeff_ptr, 0, 32);
145 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
172 short *dqcoeff_ptr;
179 dqcoeff_ptr = d->dqcoeff;
183 vpx_memset(dqcoeff_ptr, 0, 32);
206 dqcoeff_ptr[rc] = x * dq;
229 short *dqcoeff_ptr = d->dqcoeff;
234 vpx_memset(dqcoeff_ptr, 0, 32);
254 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */