Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans32_dspr2.c543 step3_29 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2()
562 step3_28 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2()
586 step3_27 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2()
605 step3_26 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2()
782 step1_27 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2()
798 step1_26 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2()
814 step1_25 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2()
830 step1_24 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2()
Dvp9_itrans32_cols_dspr2.c477 step3_29 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2()
496 step3_28 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2()
520 step3_27 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2()
539 step3_26 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2()
709 step1_27 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2()
724 step1_26 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2()
739 step1_25 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2()
754 step1_24 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2()
Dvp9_common_dspr2.h31 int dct_cost_rounding = DCT_CONST_ROUNDING; \
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.h28 #define DCT_CONST_ROUNDING (1 << (DCT_CONST_BITS - 1)) macro
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c92 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_fdct4x4_sse2()
94 const __m128i k__DCT_CONST_ROUNDING2 = _mm_set1_epi32(DCT_CONST_ROUNDING in vp9_fdct4x4_sse2()
95 +(DCT_CONST_ROUNDING << 1)); in vp9_fdct4x4_sse2()
301 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in fdct4_sse2()
336 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in fadst4_sse2()
463 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_fdct8x8_sse2()
845 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in fdct8_sse2()
991 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in fadst8_sse2()
1341 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_fdct16x16_sse2()
2002 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in fdct16_8col()
[all …]
Dvp9_dct32x32_sse2.c82 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in FDCT32x32_2D()
Dvp9_dct32x32_avx2.c88 const __m256i k__DCT_CONST_ROUNDING = _mm256_set1_epi32(DCT_CONST_ROUNDING); in FDCT32x32_2D_AVX2()
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_idct_intrin_ssse3.c37 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct16_8col()
388 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct16_10_r1()
532 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct16_10_r2()
Dvp9_idct_intrin_sse2.c30 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct4x4_16_add_sse2()
183 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct4_sse2()
221 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in iadst4_sse2()
518 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct8x8_64_add_sse2()
607 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct8_sse2()
646 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in iadst8_sse2()
929 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct8x8_12_add_sse2()
1306 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct16x16_256_add_sse2()
1537 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in iadst16_8col()
1996 const __m128i k__DCT_CONST_ROUNDING = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct16_8col()
[all …]