Lines Matching refs:qcoeff_ptr
19 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in quantize_b_adaptive_helper_c() argument
29 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in quantize_b_adaptive_helper_c()
70 qcoeff_ptr[rc] = (tmp32 ^ coeff_sign) - coeff_sign; in quantize_b_adaptive_helper_c()
89 if (qcoeff_ptr[rc] == 1 || qcoeff_ptr[rc] == -1) { in quantize_b_adaptive_helper_c()
97 qcoeff_ptr[rc] = 0; in quantize_b_adaptive_helper_c()
110 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in quantize_b_helper_c() argument
121 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in quantize_b_helper_c()
155 qcoeff_ptr[rc] = (tmp32 ^ coeff_sign) - coeff_sign; in quantize_b_helper_c()
172 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in highbd_quantize_b_adaptive_helper_c() argument
185 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in highbd_quantize_b_adaptive_helper_c()
224 qcoeff_ptr[rc] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_b_adaptive_helper_c()
239 if (qcoeff_ptr[rc] == 1 || qcoeff_ptr[rc] == -1) { in highbd_quantize_b_adaptive_helper_c()
247 qcoeff_ptr[rc] = 0; in highbd_quantize_b_adaptive_helper_c()
260 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in highbd_quantize_b_helper_c() argument
273 memset(qcoeff_ptr, 0, n_coeffs * sizeof(*qcoeff_ptr)); in highbd_quantize_b_helper_c()
304 qcoeff_ptr[rc] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_b_helper_c()
321 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_adaptive_c() argument
325 quant_ptr, quant_shift_ptr, qcoeff_ptr, in aom_quantize_b_adaptive_c()
333 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_quantize_b_32x32_adaptive_c() argument
337 quant_ptr, quant_shift_ptr, qcoeff_ptr, in aom_quantize_b_32x32_adaptive_c()
345 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_quantize_b_64x64_adaptive_c() argument
349 quant_ptr, quant_shift_ptr, qcoeff_ptr, in aom_quantize_b_64x64_adaptive_c()
357 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_adaptive_c() argument
361 quant_ptr, quant_shift_ptr, qcoeff_ptr, in aom_highbd_quantize_b_adaptive_c()
369 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_32x32_adaptive_c() argument
373 quant_ptr, quant_shift_ptr, qcoeff_ptr, in aom_highbd_quantize_b_32x32_adaptive_c()
381 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_64x64_adaptive_c() argument
385 quant_ptr, quant_shift_ptr, qcoeff_ptr, in aom_highbd_quantize_b_64x64_adaptive_c()
393 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_c() argument
397 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, in aom_quantize_b_c()
405 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_32x32_c() argument
409 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, in aom_quantize_b_32x32_c()
417 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_64x64_c() argument
421 quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, dequant_ptr, in aom_quantize_b_64x64_c()
429 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_highbd_quantize_b_c() argument
433 quant_ptr, quant_shift_ptr, qcoeff_ptr, in aom_highbd_quantize_b_c()
441 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_32x32_c() argument
445 quant_ptr, quant_shift_ptr, qcoeff_ptr, in aom_highbd_quantize_b_32x32_c()
453 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in aom_highbd_quantize_b_64x64_c() argument
457 quant_ptr, quant_shift_ptr, qcoeff_ptr, in aom_highbd_quantize_b_64x64_c()