Home
last modified time | relevance | path

Searched defs:rounding (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c35 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct4x4_16_add_sse2() local
542 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct8x8_64_add_sse2() local
678 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct8_sse2() local
1000 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct8x8_10_add_sse2() local
1377 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct16x16_256_add_sse2() local
2532 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct16x16_10_add_sse2() local
3453 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct32x32_34_add_sse2() local
3738 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct32x32_1024_add_sse2() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dquantize.c187 int rounding; in vp8_strict_quantize_b_c() local