Searched refs:dqcoeff0 (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 68 dqcoeff0 = vec_mladd(qcoeff0, dequant, vec_zeros_s16); in vp9_quantize_fp_vsx() 69 vec_vsx_st(dqcoeff0, 0, dqcoeff_ptr); in vp9_quantize_fp_vsx() 114 dqcoeff0 = vec_mladd(qcoeff0, dequant, vec_zeros_s16); in vp9_quantize_fp_vsx() 115 vec_vsx_st(dqcoeff0, off0, dqcoeff_ptr); in vp9_quantize_fp_vsx() 182 int16x8_t qcoeff0, qcoeff1, dqcoeff0, dqcoeff1, eob; in vp9_quantize_fp_32x32_vsx() local 210 dqcoeff0 = dequantize_coeff_32(qcoeff0, dequant); in vp9_quantize_fp_32x32_vsx() 211 vec_vsx_st(dqcoeff0, 0, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx() 272 dqcoeff0 = dequantize_coeff_32(qcoeff0, dequant); in vp9_quantize_fp_32x32_vsx() 276 vec_vsx_st(dqcoeff0, off0, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | quantize_sse4.c | 34 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1, dqcoeff0, in vp8_regular_quantize_b_sse4_1() local 119 dqcoeff0 = _mm_mullo_epi16(qcoeff0, dequant0); in vp8_regular_quantize_b_sse4_1() 122 _mm_store_si128((__m128i *)(d->dqcoeff), dqcoeff0); 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 138 dqcoeff0 = vec_mladd(qcoeff0, dequant, vec_zeros_s16); in vpx_quantize_b_vsx() 139 vec_vsx_st(dqcoeff0, 0, dqcoeff_ptr); in vpx_quantize_b_vsx() 174 dqcoeff0 = vec_mladd(qcoeff0, dequant, vec_zeros_s16); in vpx_quantize_b_vsx() 178 vec_vsx_st(dqcoeff0, off0, dqcoeff_ptr); in vpx_quantize_b_vsx()
|