Lines Matching refs:p3
2397 int t0,t1,t2,t3,p1,p2,p3,p4,p5,x0,x1,x2,x3; \
2399 p3 = s6; \
2400 p1 = (p2+p3) * stbi__f2f(0.5411961f); \
2401 t2 = p1 + p3*stbi__f2f(-1.847759065f); \
2404 p3 = s4; \
2405 t0 = stbi__fsh(p2+p3); \
2406 t1 = stbi__fsh(p2-p3); \
2415 p3 = t0+t2; \
2419 p5 = (p3+p4)*stbi__f2f( 1.175875602f); \
2426 p3 = p3*stbi__f2f(-1.961570560f); \
2429 t2 += p2+p3; \
2431 t0 += p1+p3;
2635 __m128i p3 = _mm_packus_epi16(row6, row7); in stbi__idct_simd() local
2639 dct_interleave8(p1, p3); // c0g0c1g1... in stbi__idct_simd()
2643 dct_interleave8(p2, p3); // b0d0f0h0... in stbi__idct_simd()
2647 dct_interleave8(p1, p3); // a4b4c4d4... in stbi__idct_simd()
2656 _mm_storel_epi64((__m128i *) out, p3); out += out_stride; in stbi__idct_simd()
2657 _mm_storel_epi64((__m128i *) out, _mm_shuffle_epi32(p3, 0x4e)); in stbi__idct_simd()
2823 uint8x8_t p3 = vqrshrun_n_s16(row3, 1); in stbi__idct_simd() local
2839 dct_trn8_8(p2, p3); in stbi__idct_simd()
2845 dct_trn8_16(p1, p3); in stbi__idct_simd()
2853 dct_trn8_32(p3, p7); in stbi__idct_simd()
2859 vst1_u8(out, p3); out += out_stride; in stbi__idct_simd()