Searched refs:calculate_dqcoeff_and_store_32x32 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_ssse3.c | 205 calculate_dqcoeff_and_store_32x32(qcoeff0, dequant, zero, dqcoeff_ptr); in vpx_quantize_b_32x32_ssse3() 207 calculate_dqcoeff_and_store_32x32(qcoeff1, dequant, zero, dqcoeff_ptr + 8); in vpx_quantize_b_32x32_ssse3() 251 calculate_dqcoeff_and_store_32x32(qcoeff0, dequant, zero, in vpx_quantize_b_32x32_ssse3() 253 calculate_dqcoeff_and_store_32x32(qcoeff1, dequant, zero, in vpx_quantize_b_32x32_ssse3()
|
D | quantize_avx.c | 233 calculate_dqcoeff_and_store_32x32(qcoeff0, dequant, zero, dqcoeff_ptr); in vpx_quantize_b_32x32_avx() 235 calculate_dqcoeff_and_store_32x32(qcoeff1, dequant, zero, dqcoeff_ptr + 8); in vpx_quantize_b_32x32_avx() 275 calculate_dqcoeff_and_store_32x32(qcoeff0, dequant, zero, in vpx_quantize_b_32x32_avx() 277 calculate_dqcoeff_and_store_32x32(qcoeff1, dequant, zero, in vpx_quantize_b_32x32_avx()
|
D | quantize_ssse3.h | 20 static INLINE void calculate_dqcoeff_and_store_32x32(const __m128i qcoeff, in calculate_dqcoeff_and_store_32x32() function
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 167 static INLINE void calculate_dqcoeff_and_store_32x32(const int16x8_t qcoeff, in calculate_dqcoeff_and_store_32x32() function 252 calculate_dqcoeff_and_store_32x32(qcoeff, dequant, dqcoeff_ptr); in vpx_quantize_b_32x32_neon() 301 calculate_dqcoeff_and_store_32x32(qcoeff, dequant, dqcoeff_ptr); in vpx_quantize_b_32x32_neon()
|