Home
last modified time | relevance | path

Searched refs:calculate_dqcoeff_and_store_32x32 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_avx.c233 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()
Dquantize_ssse3.c205 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()
Dquantize_ssse3.h20 static INLINE void calculate_dqcoeff_and_store_32x32(const __m128i qcoeff, in calculate_dqcoeff_and_store_32x32() function
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c167 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()