Lines Matching refs:tran_low_t
14 void vpx_quantize_dc(const tran_low_t *coeff_ptr, in vpx_quantize_dc()
17 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc()
40 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, in vpx_highbd_quantize_dc()
43 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_dc()
56 qcoeff_ptr[0] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in vpx_highbd_quantize_dc()
65 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_quantize_dc_32x32()
67 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc_32x32()
92 void vpx_highbd_quantize_dc_32x32(const tran_low_t *coeff_ptr, in vpx_highbd_quantize_dc_32x32()
96 tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_dc_32x32()
97 tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_dc_32x32()
112 qcoeff_ptr[0] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in vpx_highbd_quantize_dc_32x32()
121 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_c()
125 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_c()
173 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_highbd_quantize_b_c()
177 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_c()
214 qcoeff_ptr[rc] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in vpx_highbd_quantize_b_c()
225 void vpx_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_c()
230 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_c()
282 void vpx_highbd_quantize_b_32x32_c(const tran_low_t *coeff_ptr, in vpx_highbd_quantize_b_32x32_c()
288 tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_b_32x32_c()
289 tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_32x32_c()
329 qcoeff_ptr[rc] = (tran_low_t)((abs_qcoeff ^ coeff_sign) - coeff_sign); in vpx_highbd_quantize_b_32x32_c()