Lines Matching refs:dequant_ptr
18 const int16_t dequant_ptr, uint16_t *eob_ptr) { in vpx_quantize_dc() argument
32 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr; in vpx_quantize_dc()
44 const int16_t dequant_ptr, uint16_t *eob_ptr) { in vpx_highbd_quantize_dc() argument
57 dqcoeff_ptr[0] = qcoeff_ptr[0] * dequant_ptr; in vpx_highbd_quantize_dc()
68 const int16_t dequant_ptr, uint16_t *eob_ptr) { in vpx_quantize_dc_32x32() argument
84 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr / 2; in vpx_quantize_dc_32x32()
98 const int16_t dequant_ptr, in vpx_highbd_quantize_dc_32x32() argument
113 dqcoeff_ptr[0] = qcoeff_ptr[0] * dequant_ptr / 2; in vpx_highbd_quantize_dc_32x32()
126 const int16_t *dequant_ptr, in vpx_quantize_b_c() argument
162 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vpx_quantize_b_c()
178 const int16_t *dequant_ptr, in vpx_highbd_quantize_b_c() argument
215 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vpx_highbd_quantize_b_c()
231 const int16_t *dequant_ptr, in vpx_quantize_b_32x32_c() argument
272 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vpx_quantize_b_32x32_c()
290 const int16_t *dequant_ptr, in vpx_highbd_quantize_b_32x32_c() argument
330 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vpx_highbd_quantize_b_32x32_c()