z3                 46 libavcodec/h264idct_template.c         const SUINT z3=  block[i + 4*1]     + (unsigned)(block[i + 4*3]>>1);
z3                 48 libavcodec/h264idct_template.c         block[i + 4*0]= z0 + z3;
z3                 51 libavcodec/h264idct_template.c         block[i + 4*3]= z0 - z3;
z3                 58 libavcodec/h264idct_template.c         const SUINT z3=  block[1 + 4*i]     + (SUINT)(block[3 + 4*i]>>1);
z3                 60 libavcodec/h264idct_template.c         dst[i + 0*stride]= av_clip_pixel(dst[i + 0*stride] + ((int)(z0 + z3) >> 6));
z3                 63 libavcodec/h264idct_template.c         dst[i + 3*stride]= av_clip_pixel(dst[i + 3*stride] + ((int)(z0 - z3) >> 6));
z3                254 libavcodec/h264idct_template.c         const int z3= input[4*i+2] + input[4*i+3];
z3                256 libavcodec/h264idct_template.c         temp[4*i+0]= z0+z3;
z3                257 libavcodec/h264idct_template.c         temp[4*i+1]= z0-z3;
z3                267 libavcodec/h264idct_template.c         const SUINT z3= temp[4*1+i] + temp[4*3+i];
z3                269 libavcodec/h264idct_template.c         output[stride* 0+offset]= (int)((z0 + z3)*qmul + 128 ) >> 8;
z3                272 libavcodec/h264idct_template.c         output[stride* 5+offset]= (int)((z0 - z3)*qmul + 128 ) >> 8;
z3                295 libavcodec/h264idct_template.c         const SUINT z3= temp[2*1+i] + temp[2*3+i];
z3                297 libavcodec/h264idct_template.c         block[stride*0+offset]= (int)((z0 + z3)*qmul + 128) >> 8;
z3                300 libavcodec/h264idct_template.c         block[stride*3+offset]= (int)((z0 - z3)*qmul + 128) >> 8;
z3                148 libavcodec/jfdctfst.c   int z1, z2, z3, z4, z5, z11, z13;
z3                189 libavcodec/jfdctfst.c     z3 = MULTIPLY(tmp11, FIX_0_707106781);         /* c4 */
z3                191 libavcodec/jfdctfst.c     z11 = tmp7 + z3;            /* phase 5 */
z3                192 libavcodec/jfdctfst.c     z13 = tmp7 - z3;
z3                212 libavcodec/jfdctfst.c   int z1, z2, z3, z4, z5, z11, z13;
z3                255 libavcodec/jfdctfst.c     z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
z3                257 libavcodec/jfdctfst.c     z11 = tmp7 + z3;            /* phase 5 */
z3                258 libavcodec/jfdctfst.c     z13 = tmp7 - z3;
z3                186 libavcodec/jfdctint_template.c   int z1, z2, z3, z4, z5;
z3                230 libavcodec/jfdctint_template.c     z3 = tmp4 + tmp6;
z3                232 libavcodec/jfdctint_template.c     z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
z3                240 libavcodec/jfdctint_template.c     z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
z3                243 libavcodec/jfdctint_template.c     z3 += z5;
z3                246 libavcodec/jfdctint_template.c     dataptr[7] = (int16_t) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
z3                248 libavcodec/jfdctint_template.c     dataptr[3] = (int16_t) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
z3                264 libavcodec/jfdctint_template.c   int z1, z2, z3, z4, z5;
z3                311 libavcodec/jfdctint_template.c     z3 = tmp4 + tmp6;
z3                313 libavcodec/jfdctint_template.c     z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
z3                321 libavcodec/jfdctint_template.c     z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
z3                324 libavcodec/jfdctint_template.c     z3 += z5;
z3                327 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*7] = DESCALE(tmp4 + z1 + z3, CONST_BITS + OUT_SHIFT);
z3                329 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*3] = DESCALE(tmp6 + z2 + z3, CONST_BITS + OUT_SHIFT);
z3                217 libavcodec/jrevdct.c   int32_t z1, z2, z3, z4, z5;
z3                329 libavcodec/jrevdct.c                     z3 = d7 + d3;
z3                331 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + z4, FIX_1_175875602);
z3                339 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_1_961570560);
z3                342 libavcodec/jrevdct.c                     z3 += z5;
z3                345 libavcodec/jrevdct.c                     tmp0 += z1 + z3;
z3                347 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z3                352 libavcodec/jrevdct.c                     z3 = d7 + d3;
z3                353 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + d5, FIX_1_175875602);
z3                360 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_1_961570560);
z3                363 libavcodec/jrevdct.c                     z3 += z5;
z3                366 libavcodec/jrevdct.c                     tmp0 += z1 + z3;
z3                368 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z3                383 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d7, FIX_1_961570560);
z3                386 libavcodec/jrevdct.c                     z3 += z5;
z3                389 libavcodec/jrevdct.c                     tmp0 += z1 + z3;
z3                391 libavcodec/jrevdct.c                     tmp2 = z2 + z3;
z3                397 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d7, FIX_1_961570560);
z3                403 libavcodec/jrevdct.c                     z3 += z5;
z3                406 libavcodec/jrevdct.c                     tmp0 += z3;
z3                408 libavcodec/jrevdct.c                     tmp2 = z2 + z3;
z3                417 libavcodec/jrevdct.c                     z3 = d7 + d3;
z3                418 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + d1, FIX_1_175875602);
z3                425 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_1_961570560);
z3                428 libavcodec/jrevdct.c                     z3 += z5;
z3                431 libavcodec/jrevdct.c                     tmp0 += z1 + z3;
z3                433 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z3                437 libavcodec/jrevdct.c                     z3 = d7 + d3;
z3                443 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3, FIX_1_175875602);
z3                444 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_0_785694958);
z3                446 libavcodec/jrevdct.c                     tmp0 += z3;
z3                448 libavcodec/jrevdct.c                     tmp2 += z3;
z3                458 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d7, FIX_1_961570560);
z3                465 libavcodec/jrevdct.c                     tmp2 = z3 + z5;
z3                490 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d3, FIX_1_961570560);
z3                493 libavcodec/jrevdct.c                     z3 += z5;
z3                496 libavcodec/jrevdct.c                     tmp0 = z1 + z3;
z3                498 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z3                509 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d3, FIX_1_961570560);
z3                511 libavcodec/jrevdct.c                     tmp0 = z3 + z5;
z3                674 libavcodec/jrevdct.c                     z3 = d7 + d3;
z3                676 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + z4, FIX_1_175875602);
z3                684 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_1_961570560);
z3                687 libavcodec/jrevdct.c                     z3 += z5;
z3                690 libavcodec/jrevdct.c                     tmp0 += z1 + z3;
z3                692 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z3                697 libavcodec/jrevdct.c                     z3 = d7 + d3;
z3                698 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + d5, FIX_1_175875602);
z3                705 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_1_961570560);
z3                708 libavcodec/jrevdct.c                     z3 += z5;
z3                711 libavcodec/jrevdct.c                     tmp0 += z1 + z3;
z3                713 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z3                720 libavcodec/jrevdct.c                     z3 = d7;
z3                722 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + z4, FIX_1_175875602);
z3                729 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d7, FIX_1_961570560);
z3                732 libavcodec/jrevdct.c                     z3 += z5;
z3                735 libavcodec/jrevdct.c                     tmp0 += z1 + z3;
z3                737 libavcodec/jrevdct.c                     tmp2 = z2 + z3;
z3                743 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d7, FIX_1_961570560);
z3                749 libavcodec/jrevdct.c                     z3 += z5;
z3                752 libavcodec/jrevdct.c                     tmp0 += z3;
z3                754 libavcodec/jrevdct.c                     tmp2 = z2 + z3;
z3                763 libavcodec/jrevdct.c                     z3 = d7 + d3;
z3                764 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + d1, FIX_1_175875602);
z3                771 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_1_961570560);
z3                774 libavcodec/jrevdct.c                     z3 += z5;
z3                777 libavcodec/jrevdct.c                     tmp0 += z1 + z3;
z3                779 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z3                783 libavcodec/jrevdct.c                     z3 = d7 + d3;
z3                789 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3, FIX_1_175875602);
z3                790 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_0_785694958);
z3                792 libavcodec/jrevdct.c                     tmp0 += z3;
z3                794 libavcodec/jrevdct.c                     tmp2 += z3;
z3                804 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d7, FIX_1_961570560);
z3                811 libavcodec/jrevdct.c                     tmp2 = z3 + z5;
z3                836 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d3, FIX_1_961570560);
z3                839 libavcodec/jrevdct.c                     z3 += z5;
z3                842 libavcodec/jrevdct.c                     tmp0 = z1 + z3;
z3                844 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z3                855 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d3, FIX_1_961570560);
z3                857 libavcodec/jrevdct.c                     tmp0 = z3 + z5;
z3                 68 libavcodec/mips/sbrdsp_mips.c     float *z3 = &z[2];
z3                117 libavcodec/mips/sbrdsp_mips.c           [z1]"+r"(z1), [z2]"+r"(z2), [z3]"+r"(z3)
z3                 44 libavcodec/rv34dsp.c         const int z3 = 17* block[i+4*1] +  7*block[i+4*3];
z3                 46 libavcodec/rv34dsp.c         temp[4*i+0] = z0 + z3;
z3                 49 libavcodec/rv34dsp.c         temp[4*i+3] = z0 - z3;
z3                 68 libavcodec/rv34dsp.c         const int z3 = 17* temp[4*1+i] +  7*temp[4*3+i];
z3                 70 libavcodec/rv34dsp.c         dst[0] = av_clip_uint8( dst[0] + ( (z0 + z3) >> 10 ) );
z3                 73 libavcodec/rv34dsp.c         dst[3] = av_clip_uint8( dst[3] + ( (z0 - z3) >> 10 ) );
z3                 95 libavcodec/rv34dsp.c         const int z3 = 51* temp[4*1+i] + 21*temp[4*3+i];
z3                 97 libavcodec/rv34dsp.c         block[i*4+0] = (z0 + z3) >> 11;
z3                100 libavcodec/rv34dsp.c         block[i*4+3] = (z0 - z3) >> 11;
z3                238 libavcodec/svq3.c         const int z3 = 17 *  input[4 * i + 1] +  7 * input[4 * i + 3];
z3                240 libavcodec/svq3.c         temp[4 * i + 0] = z0 + z3;
z3                243 libavcodec/svq3.c         temp[4 * i + 3] = z0 - z3;
z3                251 libavcodec/svq3.c         const int z3     = 17 *  temp[4 * 1 + i] +  7 * temp[4 * 3 + i];
z3                253 libavcodec/svq3.c         output[stride *  0 + offset] = (int)((z0 + z3) * qmul + 0x80000) >> 20;
z3                256 libavcodec/svq3.c         output[stride * 10 + offset] = (int)((z0 - z3) * qmul + 0x80000) >> 20;
z3                277 libavcodec/svq3.c         const int z3 = 17 *  block[1 + 4 * i] +  7 * block[3 + 4 * i];
z3                279 libavcodec/svq3.c         block[0 + 4 * i] = z0 + z3;
z3                282 libavcodec/svq3.c         block[3 + 4 * i] = z0 - z3;
z3                289 libavcodec/svq3.c         const unsigned z3 = 17 *  block[i + 4 * 1] +  7 * block[i + 4 * 3];
z3                292 libavcodec/svq3.c         dst[i + stride * 0] = av_clip_uint8(dst[i + stride * 0] + ((int)((z0 + z3) * qmul + rr) >> 20));
z3                295 libavcodec/svq3.c         dst[i + stride * 3] = av_clip_uint8(dst[i + stride * 3] + ((int)((z0 - z3) * qmul + rr) >> 20));
z3                251 libavfilter/vf_fspp.c     int_simd16_t z1,z2,z3,z4,z5, z10, z11, z12, z13;
z3                319 libavfilter/vf_fspp.c             z3 = MULTIPLY16H(tmp11 << 2, FIX_0_707106781);
z3                321 libavfilter/vf_fspp.c             z11 = tmp7 + z3;
z3                322 libavfilter/vf_fspp.c             z13 = tmp7 - z3;
z3                436 libavfilter/vf_fspp.c     int_simd16_t z1, z2, z3, z4, z5, z11, z13;
z3                478 libavfilter/vf_fspp.c         z3 = MULTIPLY16H(tmp11,         FIX_0_707106781);
z3                480 libavfilter/vf_fspp.c         z11 = tmp7 + z3;
z3                481 libavfilter/vf_fspp.c         z13 = tmp7 - z3;
z3                 68 tests/checkasm/h264dsp.c         const int z3 = coef[i*4 + 1] - coef[i*4 + 2];                        \
z3                 70 tests/checkasm/h264dsp.c         tmp[i + 4*1] = 2*z2 +   z3;                                          \
z3                 72 tests/checkasm/h264dsp.c         tmp[i + 4*3] =   z2 - 2*z3;                                          \
z3                 78 tests/checkasm/h264dsp.c         const int z3 = tmp[i*4 + 1] - tmp[i*4 + 2];                          \
z3                 80 tests/checkasm/h264dsp.c         coef[i*4 + 1] = 2*z2 +   z3;                                         \
z3                 82 tests/checkasm/h264dsp.c         coef[i*4 + 3] =   z2 - 2*z3;                                         \