Searched refs:MK_CST_16 (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | yuv_sse41.c | 368 #define MK_CST_16(A, B) _mm_set_epi16((B), (A), (B), (A), (B), (A), (B), (A)) macro 373 const __m128i kRG_y = MK_CST_16(16839, 33059 - 16384); in ConvertRGBToY_SSE41() 374 const __m128i kGB_y = MK_CST_16(16384, 6420); in ConvertRGBToY_SSE41() 389 const __m128i kRG_u = MK_CST_16(-9719, -19081); in ConvertRGBToUV_SSE41() 390 const __m128i kGB_u = MK_CST_16(0, 28800); in ConvertRGBToUV_SSE41() 391 const __m128i kRG_v = MK_CST_16(28800, 0); in ConvertRGBToUV_SSE41() 392 const __m128i kGB_v = MK_CST_16(-24116, -4684); in ConvertRGBToUV_SSE41() 405 #undef MK_CST_16
|
A D | lossless_enc_sse2.c | 49 #define MK_CST_16(HI, LO) \ macro 54 const __m128i mults_rb = MK_CST_16(CST_5b(m->green_to_red_), in TransformColor_SSE2() 56 const __m128i mults_b2 = MK_CST_16(CST_5b(m->red_to_blue_), 0); in TransformColor_SSE2() 86 const __m128i mults_r = MK_CST_16(CST_5b(red_to_blue), 0); in CollectColorBlueTransforms_SSE2() 87 const __m128i mults_g = MK_CST_16(0, CST_5b(green_to_blue)); in CollectColorBlueTransforms_SSE2() 132 const __m128i mults_g = MK_CST_16(0, CST_5b(green_to_red)); in CollectColorRedTransforms_SSE2() 169 #undef MK_CST_16
|
A D | yuv_sse2.c | 522 #define MK_CST_16(A, B) _mm_set_epi16((B), (A), (B), (A), (B), (A), (B), (A)) macro 527 const __m128i kRG_y = MK_CST_16(16839, 33059 - 16384); in ConvertRGBToY_SSE2() 528 const __m128i kGB_y = MK_CST_16(16384, 6420); in ConvertRGBToY_SSE2() 543 const __m128i kRG_u = MK_CST_16(-9719, -19081); in ConvertRGBToUV_SSE2() 544 const __m128i kGB_u = MK_CST_16(0, 28800); in ConvertRGBToUV_SSE2() 545 const __m128i kRG_v = MK_CST_16(28800, 0); in ConvertRGBToUV_SSE2() 546 const __m128i kGB_v = MK_CST_16(-24116, -4684); in ConvertRGBToUV_SSE2() 559 #undef MK_CST_16
|
A D | lossless_sse2.c | 456 #define MK_CST_16(HI, LO) \ in TransformColorInverse_SSE2() macro 458 const __m128i mults_rb = MK_CST_16(CST(green_to_red_), CST(green_to_blue_)); in TransformColorInverse_SSE2() 459 const __m128i mults_b2 = MK_CST_16(CST(red_to_blue_), 0); in TransformColorInverse_SSE2() 460 #undef MK_CST_16 in TransformColorInverse_SSE2()
|
Completed in 13 milliseconds