Lines Matching refs:c3

2136 						// c3 = 1 / 3 * c0 + 2 / 3 * c1
2142 else // c3 transparent
2195 // c3 = 1 / 3 * c0 + 2 / 3 * c1
2242 // c3 = 1 / 3 * c0 + 2 / 3 * c1
3746 __m128i c3 = _mm_load_si128((__m128i*)(source3 + 4 * x));
3749 c2 = _mm_avg_epu8(c2, c3);
3770 __m128i c3 = _mm_load_si128((__m128i*)(source3 + 4 * x));
3777 c2 = _mm_avg_epu8(c2, c3);
3806 __m128i c3 = _mm_load_si128((__m128i*)(source3 + 4 * x));
3821 c2 = _mm_avg_epu8(c2, c3);
3890 unsigned int c3 = *(unsigned int*)(source3 + 4 * x);
3893 c2 = AVERAGE(c2, c3);
3914 unsigned int c3 = *(unsigned int*)(source3 + 4 * x);
3921 c2 = AVERAGE(c2, c3);
3950 unsigned int c3 = *(unsigned int*)(source3 + 4 * x);
3965 c2 = AVERAGE(c2, c3);
4037 __m128i c3 = _mm_load_si128((__m128i*)(source3 + 4 * x));
4040 c2 = _mm_avg_epu16(c2, c3);
4061 __m128i c3 = _mm_load_si128((__m128i*)(source3 + 4 * x));
4068 c2 = _mm_avg_epu16(c2, c3);
4097 __m128i c3 = _mm_load_si128((__m128i*)(source3 + 4 * x));
4112 c2 = _mm_avg_epu16(c2, c3);
4181 unsigned int c3 = *(unsigned int*)(source3 + 4 * x);
4184 c2 = AVERAGE(c2, c3);
4205 unsigned int c3 = *(unsigned int*)(source3 + 4 * x);
4212 c2 = AVERAGE(c2, c3);
4241 unsigned int c3 = *(unsigned int*)(source3 + 4 * x);
4256 c2 = AVERAGE(c2, c3);
4328 __m128i c3 = _mm_load_si128((__m128i*)(source3 + 8 * x));
4331 c2 = _mm_avg_epu16(c2, c3);
4352 __m128i c3 = _mm_load_si128((__m128i*)(source3 + 8 * x));
4359 c2 = _mm_avg_epu16(c2, c3);
4388 __m128i c3 = _mm_load_si128((__m128i*)(source3 + 8 * x));
4403 c2 = _mm_avg_epu16(c2, c3);
4472 unsigned int c3 = *(unsigned int*)(source3 + 4 * x);
4475 c2 = AVERAGE(c2, c3);
4496 unsigned int c3 = *(unsigned int*)(source3 + 4 * x);
4503 c2 = AVERAGE(c2, c3);
4532 unsigned int c3 = *(unsigned int*)(source3 + 4 * x);
4547 c2 = AVERAGE(c2, c3);
4620 __m128 c3 = _mm_load_ps((float*)(source3 + 4 * x));
4623 c2 = _mm_add_ps(c2, c3);
4645 __m128 c3 = _mm_load_ps((float*)(source3 + 4 * x));
4652 c2 = _mm_add_ps(c2, c3);
4682 __m128 c3 = _mm_load_ps((float*)(source3 + 4 * x));
4697 c2 = _mm_add_ps(c2, c3);
4766 float c3 = *(float*)(source3 + 4 * x);
4769 c2 = c2 + c3;
4791 float c3 = *(float*)(source3 + 4 * x);
4798 c2 = c2 + c3;
4828 float c3 = *(float*)(source3 + 4 * x);
4843 c2 = c2 + c3;
4915 __m128 c3 = _mm_load_ps((float*)(source3 + 8 * x));
4918 c2 = _mm_add_ps(c2, c3);
4940 __m128 c3 = _mm_load_ps((float*)(source3 + 8 * x));
4947 c2 = _mm_add_ps(c2, c3);
4977 __m128 c3 = _mm_load_ps((float*)(source3 + 8 * x));
4992 c2 = _mm_add_ps(c2, c3);
5061 float c3 = *(float*)(source3 + 4 * x);
5064 c2 = c2 + c3;
5086 float c3 = *(float*)(source3 + 4 * x);
5093 c2 = c2 + c3;
5123 float c3 = *(float*)(source3 + 4 * x);
5138 c2 = c2 + c3;
5210 __m128 c3 = _mm_load_ps((float*)(source3 + 16 * x));
5213 c2 = _mm_add_ps(c2, c3);
5235 __m128 c3 = _mm_load_ps((float*)(source3 + 16 * x));
5242 c2 = _mm_add_ps(c2, c3);
5272 __m128 c3 = _mm_load_ps((float*)(source3 + 16 * x));
5287 c2 = _mm_add_ps(c2, c3);
5356 float c3 = *(float*)(source3 + 4 * x);
5359 c2 = c2 + c3;
5381 float c3 = *(float*)(source3 + 4 * x);
5388 c2 = c2 + c3;
5418 float c3 = *(float*)(source3 + 4 * x);
5433 c2 = c2 + c3;
5515 __m128i c3 = _mm_load_si128((__m128i*)(source3 + 2 * x));
5525 __m128i c3_r_b = _mm_and_si128(c3, reinterpret_cast<const __m128i&>(r_b));
5526 __m128i c3__g_ = _mm_and_si128(c3, reinterpret_cast<const __m128i&>(_g_));
5533 c3 = _mm_avg_epu16(c2__g_, c3__g_);
5534 c1 = _mm_avg_epu16(c1, c3);
5556 __m128i c3 = _mm_load_si128((__m128i*)(source3 + 2 * x));
5570 __m128i c3_r_b = _mm_and_si128(c3, reinterpret_cast<const __m128i&>(r_b));
5571 __m128i c3__g_ = _mm_and_si128(c3, reinterpret_cast<const __m128i&>(_g_));
5590 c3 = _mm_avg_epu16(c2__g_, c3__g_);
5593 c1 = _mm_avg_epu16(c1, c3);
5621 __m128i c3 = _mm_load_si128((__m128i*)(source3 + 2 * x));
5643 __m128i c3_r_b = _mm_and_si128(c3, reinterpret_cast<const __m128i&>(r_b));
5644 __m128i c3__g_ = _mm_and_si128(c3, reinterpret_cast<const __m128i&>(_g_));
5687 c3 = _mm_avg_epu16(c2__g_, c3__g_);
5694 c1 = _mm_avg_epu8(c1, c3);
5758 unsigned short c3 = *(unsigned short*)(source3 + 2 * x);
5761 c2 = AVERAGE(c2, c3);
5782 unsigned short c3 = *(unsigned short*)(source3 + 2 * x);
5789 c2 = AVERAGE(c2, c3);
5818 unsigned short c3 = *(unsigned short*)(source3 + 2 * x);
5833 c2 = AVERAGE(c2, c3);