Lines Matching refs:rounder
119 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in RescalerImportRowShrink_SSE2() local
155 const __m128i E1 = _mm_add_epi64(D1, rounder); in RescalerImportRowShrink_SSE2()
156 const __m128i E2 = _mm_add_epi64(D2, rounder); in RescalerImportRowShrink_SSE2()
200 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in ProcessRow_SSE2() local
206 const __m128i C0 = _mm_add_epi64(B0, rounder); in ProcessRow_SSE2()
207 const __m128i C1 = _mm_add_epi64(B1, rounder); in ProcessRow_SSE2()
208 const __m128i C2 = _mm_add_epi64(B2, rounder); in ProcessRow_SSE2()
209 const __m128i C3 = _mm_add_epi64(B3, rounder); in ProcessRow_SSE2()
255 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in RescalerExportRowExpand_SSE2() local
265 const __m128i D0 = _mm_add_epi64(C0, rounder); in RescalerExportRowExpand_SSE2()
266 const __m128i D1 = _mm_add_epi64(C1, rounder); in RescalerExportRowExpand_SSE2()
267 const __m128i D2 = _mm_add_epi64(C2, rounder); in RescalerExportRowExpand_SSE2()
268 const __m128i D3 = _mm_add_epi64(C3, rounder); in RescalerExportRowExpand_SSE2()