Home
last modified time | relevance | path

Searched refs:DCT_CONST_ROUNDING (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dtxfm_common.h18 #define DCT_CONST_ROUNDING (1 << (DCT_CONST_BITS - 1)) macro
/external/libvpx/libvpx/vpx_dsp/mips/
Dinv_txfm_dspr2.h30 int dct_cost_rounding = DCT_CONST_ROUNDING; \
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_impl_sse2.h71 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in FDCT4x4_2D()
74 _mm_set1_epi32(DCT_CONST_ROUNDING + (DCT_CONST_ROUNDING << 1)); in FDCT4x4_2D()
272 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in FDCT8x8_2D()
602 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in FDCT16x16_2D()
Dinv_txfm_sse2.c77 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct4_sse2()
115 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in iadst4_sse2()
251 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct8x8_64_add_sse2()
341 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct8_sse2()
380 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in iadst8_sse2()
596 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct8x8_12_add_sse2()
965 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct16x16_256_add_sse2()
1139 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in iadst16_8col()
1598 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct16_8col()
1935 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct16x16_10_add_sse2()
[all …]
Dinv_txfm_ssse3.c20 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct8x8_64_add_ssse3()
222 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct8x8_12_add_ssse3()
414 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in butterfly()
426 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in butterfly_self()
Dfwd_dct32x32_impl_avx2.h91 const __m256i k__DCT_CONST_ROUNDING = _mm256_set1_epi32(DCT_CONST_ROUNDING); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h101 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in FDCT32x32_2D()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_intrin_sse2.c78 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in fdct4_sse2()
113 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in fadst4_sse2()
204 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_fdct8x8_quant_sse2()
771 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in fdct8_sse2()
917 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in fadst8_sse2()
1231 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in fdct16_8col()
1564 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in fadst16_8col()
Dvp9_dct_ssse3.c42 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_fdct8x8_quant_ssse3()