Lines Matching refs:even
315 // premultiplied BGRA) back to RGB, even though they're internally encoded
765 // If we're even attempting to compile this on GCC/Clang, that means
990 // current code, even on 64-bit targets, is INT_MAX. this is not a
1924 // - upsampled channels are bilinearly interpolated, even across blocks
2534 // dot product constant: even elems=x, odd elems=y
2537 // out(0) = c0[even]*x + c0[odd]*y (c0, x, y 16-bit, out 32-bit)
2538 // out(1) = c1[even]*x + c1[odd]*y
2587 /* even part */ \
2759 /* even part */ \
2944 // since we don't even allow 1<<30 pixels
3566 // even pixels = 3*cur + prev = cur*4 + (prev - cur)
3574 __m128i even = _mm_add_epi16(prvd, curb);
3577 // interleave even and odd pixels, then undo scaling.
3578 __m128i int0 = _mm_unpacklo_epi16(even, odd);
3579 __m128i int1 = _mm_unpackhi_epi16(even, odd);
3606 // even pixels = 3*cur + prev = cur*4 + (prev - cur)
3612 int16x8_t even = vaddq_s16(curs, prvd);
3615 // undo scaling and round, then store with even/odd phases interleaved
3617 o.val[0] = vqrshrun_n_s16(even, 4);
5129 // even with SCAN_header, have to scan to see if we have a tRNS
6394 // this will (should...) cater for even some bizarre stuff like having data