Lines Matching refs:round_ptr
21 const int16_t *round_ptr, const int16_t quant, in vpx_quantize_dc() argument
33 tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); in vpx_quantize_dc()
44 const int16_t *round_ptr, const int16_t quant, in vpx_highbd_quantize_dc() argument
56 const int64_t tmp = abs_coeff + round_ptr[0]; in vpx_highbd_quantize_dc()
68 const int16_t *round_ptr, const int16_t quant, in vpx_quantize_dc_32x32() argument
81 tmp = clamp(abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], 1), INT16_MIN, in vpx_quantize_dc_32x32()
93 const int16_t *round_ptr, const int16_t quant, in vpx_highbd_quantize_dc_32x32() argument
107 const int64_t tmp = abs_coeff + ROUND_POWER_OF_TWO(round_ptr[0], 1); in vpx_highbd_quantize_dc_32x32()
126 const int16_t *round_ptr = mb_plane->round; in vpx_quantize_b_c() local
154 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); in vpx_quantize_b_c()
176 const int16_t *round_ptr = mb_plane->round; in vpx_highbd_quantize_b_c() local
204 const int64_t tmp1 = abs_coeff + round_ptr[rc != 0]; in vpx_highbd_quantize_b_c()
225 const int16_t *round_ptr = mb_plane->round; in vpx_quantize_b_32x32_c() local
255 abs_coeff += ROUND_POWER_OF_TWO(round_ptr[rc != 0], 1); in vpx_quantize_b_32x32_c()
286 const int16_t *round_ptr = mb_plane->round; in vpx_highbd_quantize_b_32x32_c() local
315 const int64_t tmp1 = abs_coeff + ROUND_POWER_OF_TWO(round_ptr[rc != 0], 1); in vpx_highbd_quantize_b_32x32_c()