Searched refs:dqcoeff1 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 47 int16x8_t qcoeff0, qcoeff1, dqcoeff0, dqcoeff1, eob; in vp9_quantize_fp_vsx() local 84 dqcoeff1 = vec_mladd(qcoeff1, dequant, vec_zeros_s16); in vp9_quantize_fp_vsx() 85 vec_vsx_st(dqcoeff1, 16, dqcoeff_ptr); in vp9_quantize_fp_vsx() 121 dqcoeff1 = vec_mladd(qcoeff1, dequant, vec_zeros_s16); in vp9_quantize_fp_vsx() 122 vec_vsx_st(dqcoeff1, off1, dqcoeff_ptr); in vp9_quantize_fp_vsx() 182 int16x8_t qcoeff0, qcoeff1, dqcoeff0, dqcoeff1, eob; in vp9_quantize_fp_32x32_vsx() local 229 dqcoeff1 = dequantize_coeff_32(qcoeff1, dequant); in vp9_quantize_fp_32x32_vsx() 230 vec_vsx_st(dqcoeff1, 16, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx() 273 dqcoeff1 = dequantize_coeff_32(qcoeff1, dequant); in vp9_quantize_fp_32x32_vsx() 277 vec_vsx_st(dqcoeff1, off1, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | quantize_sse4.c | 36 __m128i x0, x1, y0, y1, x_minus_zbin0, x_minus_zbin1, dqcoeff0, dqcoeff1; in vp8_regular_quantize_b_sse4_1() local 113 dqcoeff1 = _mm_mullo_epi16(qcoeff1, dequant1); in vp8_regular_quantize_b_sse4_1() 116 _mm_store_si128((__m128i *)(d->dqcoeff + 8), dqcoeff1); in vp8_regular_quantize_b_sse4_1()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 104 int16x8_t qcoeff0, qcoeff1, dqcoeff0, dqcoeff1, eob; in vpx_quantize_b_vsx() local 141 dqcoeff1 = vec_mladd(qcoeff1, dequant, vec_zeros_s16); in vpx_quantize_b_vsx() 142 vec_vsx_st(dqcoeff1, 16, dqcoeff_ptr); in vpx_quantize_b_vsx() 175 dqcoeff1 = vec_mladd(qcoeff1, dequant, vec_zeros_s16); in vpx_quantize_b_vsx() 179 vec_vsx_st(dqcoeff1, off1, dqcoeff_ptr); in vpx_quantize_b_vsx()
|