/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | hadamard_vsx.c | 64 store_tran_low(v[0], 0, coeff); in vpx_hadamard_8x8_vsx() 65 store_tran_low(v[1], 0, coeff + 8); in vpx_hadamard_8x8_vsx() 66 store_tran_low(v[2], 0, coeff + 16); in vpx_hadamard_8x8_vsx() 67 store_tran_low(v[3], 0, coeff + 24); in vpx_hadamard_8x8_vsx() 68 store_tran_low(v[4], 0, coeff + 32); in vpx_hadamard_8x8_vsx() 69 store_tran_low(v[5], 0, coeff + 40); in vpx_hadamard_8x8_vsx() 70 store_tran_low(v[6], 0, coeff + 48); in vpx_hadamard_8x8_vsx() 71 store_tran_low(v[7], 0, coeff + 56); in vpx_hadamard_8x8_vsx() 112 store_tran_low(d0, 0, coeff); in vpx_hadamard_16x16_vsx() 113 store_tran_low(d1, 0, coeff + 64); in vpx_hadamard_16x16_vsx() [all …]
|
D | bitdepth_conversion_vsx.h | 33 static INLINE void store_tran_low(int16x8_t v, int32_t c, tran_low_t *s) { in store_tran_low() function
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 82 store_tran_low(qcoeff0, qcoeff_ptr + n_coeffs); in vp9_quantize_fp_sse2() 83 store_tran_low(qcoeff1, qcoeff_ptr + n_coeffs + 8); in vp9_quantize_fp_sse2() 89 store_tran_low(coeff0, dqcoeff_ptr + n_coeffs); in vp9_quantize_fp_sse2() 90 store_tran_low(coeff1, dqcoeff_ptr + n_coeffs + 8); in vp9_quantize_fp_sse2() 151 store_tran_low(qcoeff0, qcoeff_ptr + n_coeffs); in vp9_quantize_fp_sse2() 152 store_tran_low(qcoeff1, qcoeff_ptr + n_coeffs + 8); in vp9_quantize_fp_sse2() 157 store_tran_low(coeff0, dqcoeff_ptr + n_coeffs); in vp9_quantize_fp_sse2() 158 store_tran_low(coeff1, dqcoeff_ptr + n_coeffs + 8); in vp9_quantize_fp_sse2()
|
D | vp9_quantize_avx2.c | 95 store_tran_low(qcoeff256, qcoeff_ptr + n_coeffs); in vp9_quantize_fp_avx2() 97 store_tran_low(coeff256, dqcoeff_ptr + n_coeffs); in vp9_quantize_fp_avx2() 123 store_tran_low(qcoeff256, qcoeff_ptr + n_coeffs); in vp9_quantize_fp_avx2() 125 store_tran_low(coeff256, dqcoeff_ptr + n_coeffs); in vp9_quantize_fp_avx2()
|
D | vp9_dct_ssse3.c | 334 store_tran_low(qcoeff0, qcoeff_ptr + n_coeffs); in vp9_fdct8x8_quant_ssse3() 335 store_tran_low(qcoeff1, qcoeff_ptr + n_coeffs + 8); in vp9_fdct8x8_quant_ssse3() 341 store_tran_low(coeff0, dqcoeff_ptr + n_coeffs); in vp9_fdct8x8_quant_ssse3() 342 store_tran_low(coeff1, dqcoeff_ptr + n_coeffs + 8); in vp9_fdct8x8_quant_ssse3() 404 store_tran_low(qcoeff0, qcoeff_ptr + n_coeffs); in vp9_fdct8x8_quant_ssse3() 405 store_tran_low(qcoeff1, qcoeff_ptr + n_coeffs + 8); in vp9_fdct8x8_quant_ssse3() 410 store_tran_low(coeff0, dqcoeff_ptr + n_coeffs); in vp9_fdct8x8_quant_ssse3() 411 store_tran_low(coeff1, dqcoeff_ptr + n_coeffs + 8); in vp9_fdct8x8_quant_ssse3()
|
D | vp9_dct_intrin_sse2.c | 501 store_tran_low(qcoeff0, qcoeff_ptr + n_coeffs); in vp9_fdct8x8_quant_sse2() 502 store_tran_low(qcoeff1, qcoeff_ptr + n_coeffs + 8); in vp9_fdct8x8_quant_sse2() 508 store_tran_low(coeff0, dqcoeff_ptr + n_coeffs); in vp9_fdct8x8_quant_sse2() 509 store_tran_low(coeff1, dqcoeff_ptr + n_coeffs + 8); in vp9_fdct8x8_quant_sse2() 566 store_tran_low(qcoeff0, qcoeff_ptr + n_coeffs); in vp9_fdct8x8_quant_sse2() 567 store_tran_low(qcoeff1, qcoeff_ptr + n_coeffs + 8); in vp9_fdct8x8_quant_sse2() 572 store_tran_low(coeff0, dqcoeff_ptr + n_coeffs); in vp9_fdct8x8_quant_sse2() 573 store_tran_low(coeff1, dqcoeff_ptr + n_coeffs + 8); in vp9_fdct8x8_quant_sse2() 613 store_tran_low(zero, qcoeff_ptr + n_coeffs); in vp9_fdct8x8_quant_sse2() 614 store_tran_low(zero, qcoeff_ptr + n_coeffs + 8); in vp9_fdct8x8_quant_sse2() [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | avg_intrin_sse2.c | 235 store_tran_low(src[0], coeff); in hadamard_8x8_sse2() 237 store_tran_low(src[1], coeff); in hadamard_8x8_sse2() 239 store_tran_low(src[2], coeff); in hadamard_8x8_sse2() 241 store_tran_low(src[3], coeff); in hadamard_8x8_sse2() 243 store_tran_low(src[4], coeff); in hadamard_8x8_sse2() 245 store_tran_low(src[5], coeff); in hadamard_8x8_sse2() 247 store_tran_low(src[6], coeff); in hadamard_8x8_sse2() 249 store_tran_low(src[7], coeff); in hadamard_8x8_sse2() 315 store_tran_low(coeff0, coeff); in hadamard_16x16_sse2() 316 store_tran_low(coeff1, coeff + 64); in hadamard_16x16_sse2() [all …]
|
D | avg_intrin_avx2.c | 163 store_tran_low(_mm256_add_epi16(b0, b2), coeff); in hadamard_16x16_avx2() 164 store_tran_low(_mm256_add_epi16(b1, b3), coeff + 64); in hadamard_16x16_avx2() 165 store_tran_low(_mm256_sub_epi16(b0, b2), coeff + 128); in hadamard_16x16_avx2() 166 store_tran_low(_mm256_sub_epi16(b1, b3), coeff + 192); in hadamard_16x16_avx2() 217 store_tran_low(_mm256_add_epi16(b0, b2), coeff); in aom_hadamard_32x32_avx2() 218 store_tran_low(_mm256_add_epi16(b1, b3), coeff + 256); in aom_hadamard_32x32_avx2() 219 store_tran_low(_mm256_sub_epi16(b0, b2), coeff + 512); in aom_hadamard_32x32_avx2() 220 store_tran_low(_mm256_sub_epi16(b1, b3), coeff + 768); in aom_hadamard_32x32_avx2()
|
D | bitdepth_conversion_sse2.h | 27 static INLINE void store_tran_low(__m128i a, tran_low_t *b) { in store_tran_low() function
|
D | bitdepth_conversion_avx2.h | 24 static INLINE void store_tran_low(__m256i a, tran_low_t *b) { in store_tran_low() function
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_avx.c | 91 store_tran_low(qcoeff0, qcoeff_ptr); in vpx_quantize_b_avx() 92 store_tran_low(qcoeff1, qcoeff_ptr + 8); in vpx_quantize_b_avx() 133 store_tran_low(qcoeff0, qcoeff_ptr + index); in vpx_quantize_b_avx() 134 store_tran_low(qcoeff1, qcoeff_ptr + index + 8); in vpx_quantize_b_avx() 230 store_tran_low(qcoeff0, qcoeff_ptr); in vpx_quantize_b_32x32_avx() 231 store_tran_low(qcoeff1, qcoeff_ptr + 8); in vpx_quantize_b_32x32_avx() 272 store_tran_low(qcoeff0, qcoeff_ptr + index); in vpx_quantize_b_32x32_avx() 273 store_tran_low(qcoeff1, qcoeff_ptr + index + 8); in vpx_quantize_b_32x32_avx()
|
D | quantize_ssse3.c | 68 store_tran_low(qcoeff0, qcoeff_ptr); in vpx_quantize_b_ssse3() 69 store_tran_low(qcoeff1, qcoeff_ptr + 8); in vpx_quantize_b_ssse3() 97 store_tran_low(qcoeff0, qcoeff_ptr + index); in vpx_quantize_b_ssse3() 98 store_tran_low(qcoeff1, qcoeff_ptr + index + 8); in vpx_quantize_b_ssse3() 202 store_tran_low(qcoeff0, qcoeff_ptr); in vpx_quantize_b_32x32_ssse3() 203 store_tran_low(qcoeff1, qcoeff_ptr + 8); in vpx_quantize_b_32x32_ssse3() 248 store_tran_low(qcoeff0, qcoeff_ptr + index); in vpx_quantize_b_32x32_ssse3() 249 store_tran_low(qcoeff1, qcoeff_ptr + index + 8); in vpx_quantize_b_32x32_ssse3()
|
D | avg_intrin_sse2.c | 284 store_tran_low(src[0], coeff); in hadamard_8x8_sse2() 286 store_tran_low(src[1], coeff); in hadamard_8x8_sse2() 288 store_tran_low(src[2], coeff); in hadamard_8x8_sse2() 290 store_tran_low(src[3], coeff); in hadamard_8x8_sse2() 292 store_tran_low(src[4], coeff); in hadamard_8x8_sse2() 294 store_tran_low(src[5], coeff); in hadamard_8x8_sse2() 296 store_tran_low(src[6], coeff); in hadamard_8x8_sse2() 298 store_tran_low(src[7], coeff); in hadamard_8x8_sse2() 368 store_tran_low(coeff0, coeff); in hadamard_16x16_sse2() 369 store_tran_low(coeff1, coeff + 64); in hadamard_16x16_sse2() [all …]
|
D | quantize_sse2.c | 74 store_tran_low(qcoeff0, qcoeff_ptr); in vpx_quantize_b_sse2() 75 store_tran_low(qcoeff1, qcoeff_ptr + 8); in vpx_quantize_b_sse2() 105 store_tran_low(qcoeff0, qcoeff_ptr + index); in vpx_quantize_b_sse2() 106 store_tran_low(qcoeff1, qcoeff_ptr + index + 8); in vpx_quantize_b_sse2()
|
D | avg_intrin_avx2.c | 369 store_tran_low(_mm256_add_epi16(b0, b2), coeff); in hadamard_16x16_avx2() 370 store_tran_low(_mm256_add_epi16(b1, b3), coeff + 64); in hadamard_16x16_avx2() 371 store_tran_low(_mm256_sub_epi16(b0, b2), coeff + 128); in hadamard_16x16_avx2() 372 store_tran_low(_mm256_sub_epi16(b1, b3), coeff + 192); in hadamard_16x16_avx2() 427 store_tran_low(_mm256_add_epi16(b0, b2), coeff); in vpx_hadamard_32x32_avx2() 428 store_tran_low(_mm256_add_epi16(b1, b3), coeff + 256); in vpx_hadamard_32x32_avx2() 429 store_tran_low(_mm256_sub_epi16(b0, b2), coeff + 512); in vpx_hadamard_32x32_avx2() 430 store_tran_low(_mm256_sub_epi16(b1, b3), coeff + 768); in vpx_hadamard_32x32_avx2()
|
D | bitdepth_conversion_avx2.h | 31 static INLINE void store_tran_low(__m256i a, tran_low_t *b) { in store_tran_low() function
|
D | bitdepth_conversion_sse2.h | 32 static INLINE void store_tran_low(__m128i a, tran_low_t *b) { in store_tran_low() function
|