z2                 69 libavcodec/faandct.c     FLOAT z2, z4, z11, z13;
z2                 99 libavcodec/faandct.c         z2= tmp4*(A2+A5) - tmp6*A5;
z2                107 libavcodec/faandct.c         temp[5 + i]= z13 + z2;
z2                108 libavcodec/faandct.c         temp[3 + i]= z13 - z2;
z2                118 libavcodec/faandct.c     FLOAT z2, z4, z11, z13;
z2                153 libavcodec/faandct.c         z2= tmp4*(A2+A5) - tmp6*A5;
z2                161 libavcodec/faandct.c         data[8*5 + i]= lrintf(postscale[8*5 + i] * (z13 + z2));
z2                162 libavcodec/faandct.c         data[8*3 + i]= lrintf(postscale[8*3 + i] * (z13 - z2));
z2                 45 libavcodec/h264idct_template.c         const SUINT z2= (block[i + 4*1]>>1) -  (unsigned)block[i + 4*3];
z2                 49 libavcodec/h264idct_template.c         block[i + 4*1]= z1 + z2;
z2                 50 libavcodec/h264idct_template.c         block[i + 4*2]= z1 - z2;
z2                 57 libavcodec/h264idct_template.c         const SUINT z2= (block[1 + 4*i]>>1) -  (SUINT)block[3 + 4*i];
z2                 61 libavcodec/h264idct_template.c         dst[i + 1*stride]= av_clip_pixel(dst[i + 1*stride] + ((int)(z1 + z2) >> 6));
z2                 62 libavcodec/h264idct_template.c         dst[i + 2*stride]= av_clip_pixel(dst[i + 2*stride] + ((int)(z1 - z2) >> 6));
z2                253 libavcodec/h264idct_template.c         const int z2= input[4*i+2] - input[4*i+3];
z2                258 libavcodec/h264idct_template.c         temp[4*i+2]= z1-z2;
z2                259 libavcodec/h264idct_template.c         temp[4*i+3]= z1+z2;
z2                266 libavcodec/h264idct_template.c         const SUINT z2= temp[4*1+i] - temp[4*3+i];
z2                270 libavcodec/h264idct_template.c         output[stride* 1+offset]= (int)((z1 + z2)*qmul + 128 ) >> 8;
z2                271 libavcodec/h264idct_template.c         output[stride* 4+offset]= (int)((z1 - z2)*qmul + 128 ) >> 8;
z2                294 libavcodec/h264idct_template.c         const SUINT z2= temp[2*1+i] - temp[2*3+i];
z2                298 libavcodec/h264idct_template.c         block[stride*1+offset]= (int)((z1 + z2)*qmul + 128) >> 8;
z2                299 libavcodec/h264idct_template.c         block[stride*2+offset]= (int)((z1 - z2)*qmul + 128) >> 8;
z2                148 libavcodec/jfdctfst.c   int z1, z2, z3, z4, z5, z11, z13;
z2                187 libavcodec/jfdctfst.c     z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5;    /* c2-c6 */
z2                194 libavcodec/jfdctfst.c     dataptr[5] = z13 + z2;      /* phase 6 */
z2                195 libavcodec/jfdctfst.c     dataptr[3] = z13 - z2;
z2                212 libavcodec/jfdctfst.c   int z1, z2, z3, z4, z5, z11, z13;
z2                253 libavcodec/jfdctfst.c     z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
z2                260 libavcodec/jfdctfst.c     dataptr[DCTSIZE*5] = z13 + z2; /* phase 6 */
z2                261 libavcodec/jfdctfst.c     dataptr[DCTSIZE*3] = z13 - z2;
z2                186 libavcodec/jfdctint_template.c   int z1, z2, z3, z4, z5;
z2                229 libavcodec/jfdctint_template.c     z2 = tmp5 + tmp6;
z2                239 libavcodec/jfdctint_template.c     z2 = MULTIPLY(z2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) */
z2                247 libavcodec/jfdctint_template.c     dataptr[5] = (int16_t) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS);
z2                248 libavcodec/jfdctint_template.c     dataptr[3] = (int16_t) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
z2                264 libavcodec/jfdctint_template.c   int z1, z2, z3, z4, z5;
z2                310 libavcodec/jfdctint_template.c     z2 = tmp5 + tmp6;
z2                320 libavcodec/jfdctint_template.c     z2 = MULTIPLY(z2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) */
z2                328 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*5] = DESCALE(tmp5 + z2 + z4, CONST_BITS + OUT_SHIFT);
z2                329 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*3] = DESCALE(tmp6 + z2 + z3, CONST_BITS + OUT_SHIFT);
z2                217 libavcodec/jrevdct.c   int32_t z1, z2, z3, z4, z5;
z2                328 libavcodec/jrevdct.c                     z2 = d5 + d3;
z2                338 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_2_562915447);
z2                346 libavcodec/jrevdct.c                     tmp1 += z2 + z4;
z2                347 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z2                351 libavcodec/jrevdct.c                     z2 = d5 + d3;
z2                359 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_2_562915447);
z2                367 libavcodec/jrevdct.c                     tmp1 += z2 + z4;
z2                368 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z2                382 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d5, FIX_2_562915447);
z2                390 libavcodec/jrevdct.c                     tmp1 += z2 + z4;
z2                391 libavcodec/jrevdct.c                     tmp2 = z2 + z3;
z2                399 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d5, FIX_2_562915447);
z2                408 libavcodec/jrevdct.c                     tmp2 = z2 + z3;
z2                424 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d3, FIX_2_562915447);
z2                432 libavcodec/jrevdct.c                     tmp1 = z2 + z4;
z2                433 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z2                442 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d3, FIX_2_562915447);
z2                447 libavcodec/jrevdct.c                     tmp1 = z2 + z5;
z2                481 libavcodec/jrevdct.c                     z2 = d5 + d3;
z2                489 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_2_562915447);
z2                497 libavcodec/jrevdct.c                     tmp1 += z2 + z4;
z2                498 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z2                502 libavcodec/jrevdct.c                     z2 = d5 + d3;
z2                504 libavcodec/jrevdct.c                     z5 = MULTIPLY(z2, FIX_1_175875602);
z2                507 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_1_387039845);
z2                512 libavcodec/jrevdct.c                     tmp1 += z2;
z2                513 libavcodec/jrevdct.c                     tmp2 += z2;
z2                525 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d5, FIX_2_562915447);
z2                530 libavcodec/jrevdct.c                     tmp2 = z2 + z5;
z2                548 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d3, FIX_2_172734803);
z2                553 libavcodec/jrevdct.c                     tmp1 = z2 + z4;
z2                673 libavcodec/jrevdct.c                     z2 = d5 + d3;
z2                683 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_2_562915447);
z2                691 libavcodec/jrevdct.c                     tmp1 += z2 + z4;
z2                692 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z2                696 libavcodec/jrevdct.c                     z2 = d5 + d3;
z2                704 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_2_562915447);
z2                712 libavcodec/jrevdct.c                     tmp1 += z2 + z4;
z2                713 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z2                728 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d5, FIX_2_562915447);
z2                736 libavcodec/jrevdct.c                     tmp1 += z2 + z4;
z2                737 libavcodec/jrevdct.c                     tmp2 = z2 + z3;
z2                745 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d5, FIX_2_562915447);
z2                754 libavcodec/jrevdct.c                     tmp2 = z2 + z3;
z2                770 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d3, FIX_2_562915447);
z2                778 libavcodec/jrevdct.c                     tmp1 = z2 + z4;
z2                779 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z2                788 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d3, FIX_2_562915447);
z2                793 libavcodec/jrevdct.c                     tmp1 = z2 + z5;
z2                827 libavcodec/jrevdct.c                     z2 = d5 + d3;
z2                835 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_2_562915447);
z2                843 libavcodec/jrevdct.c                     tmp1 += z2 + z4;
z2                844 libavcodec/jrevdct.c                     tmp2 += z2 + z3;
z2                848 libavcodec/jrevdct.c                     z2 = d5 + d3;
z2                850 libavcodec/jrevdct.c                     z5 = MULTIPLY(z2, FIX_1_175875602);
z2                853 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_1_387039845);
z2                858 libavcodec/jrevdct.c                     tmp1 += z2;
z2                859 libavcodec/jrevdct.c                     tmp2 += z2;
z2                871 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d5, FIX_2_562915447);
z2                876 libavcodec/jrevdct.c                     tmp2 = z2 + z5;
z2                894 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d3, FIX_2_172734803);
z2                899 libavcodec/jrevdct.c                     tmp1 = z2 + z4;
z2                337 libavcodec/mips/fft_mips.c     FFTComplex *z1, *z2;
z2                411 libavcodec/mips/fft_mips.c         z2 = &z[n8 + k    ];
z2                454 libavcodec/mips/fft_mips.c             : [z1]"r"(z1), [z2]"r"(z2),
z2                462 libavcodec/mips/fft_mips.c         z2[0].re = temp13;
z2                463 libavcodec/mips/fft_mips.c         z2[0].im = temp10;
z2                467 libavcodec/mips/fft_mips.c         z2[1].re = temp15;
z2                468 libavcodec/mips/fft_mips.c         z2[1].im = temp12;
z2                 67 libavcodec/mips/sbrdsp_mips.c     float *z2 = &z[59];
z2                117 libavcodec/mips/sbrdsp_mips.c           [z1]"+r"(z1), [z2]"+r"(z2), [z3]"+r"(z3)
z2                128 libavcodec/mips/sbrdsp_mips.c     float *z2    = (float *)&z[60];
z2                163 libavcodec/mips/sbrdsp_mips.c           [z2]"+r"(z2), [W_ptr]"+r"(W_ptr)
z2                 43 libavcodec/rv34dsp.c         const int z2 =  7* block[i+4*1] - 17*block[i+4*3];
z2                 47 libavcodec/rv34dsp.c         temp[4*i+1] = z1 + z2;
z2                 48 libavcodec/rv34dsp.c         temp[4*i+2] = z1 - z2;
z2                 67 libavcodec/rv34dsp.c         const int z2 =  7* temp[4*1+i] - 17*temp[4*3+i];
z2                 71 libavcodec/rv34dsp.c         dst[1] = av_clip_uint8( dst[1] + ( (z1 + z2) >> 10 ) );
z2                 72 libavcodec/rv34dsp.c         dst[2] = av_clip_uint8( dst[2] + ( (z1 - z2) >> 10 ) );
z2                 94 libavcodec/rv34dsp.c         const int z2 = 21* temp[4*1+i] - 51*temp[4*3+i];
z2                 98 libavcodec/rv34dsp.c         block[i*4+1] = (z1 + z2) >> 11;
z2                 99 libavcodec/rv34dsp.c         block[i*4+2] = (z1 - z2) >> 11;
z2                237 libavcodec/svq3.c         const int z2 =  7 *  input[4 * i + 1] - 17 * input[4 * i + 3];
z2                241 libavcodec/svq3.c         temp[4 * i + 1] = z1 + z2;
z2                242 libavcodec/svq3.c         temp[4 * i + 2] = z1 - z2;
z2                250 libavcodec/svq3.c         const int z2     =  7 *  temp[4 * 1 + i] - 17 * temp[4 * 3 + i];
z2                254 libavcodec/svq3.c         output[stride *  2 + offset] = (int)((z1 + z2) * qmul + 0x80000) >> 20;
z2                255 libavcodec/svq3.c         output[stride *  8 + offset] = (int)((z1 - z2) * qmul + 0x80000) >> 20;
z2                276 libavcodec/svq3.c         const int z2 =  7 *  block[1 + 4 * i] - 17 * block[3 + 4 * i];
z2                280 libavcodec/svq3.c         block[1 + 4 * i] = z1 + z2;
z2                281 libavcodec/svq3.c         block[2 + 4 * i] = z1 - z2;
z2                288 libavcodec/svq3.c         const unsigned z2 =  7 *  block[i + 4 * 1] - 17 * block[i + 4 * 3];
z2                293 libavcodec/svq3.c         dst[i + stride * 1] = av_clip_uint8(dst[i + stride * 1] + ((int)((z1 + z2) * qmul + rr) >> 20));
z2                294 libavcodec/svq3.c         dst[i + stride * 2] = av_clip_uint8(dst[i + stride * 2] + ((int)((z1 - z2) * qmul + rr) >> 20));
z2                251 libavfilter/vf_fspp.c     int_simd16_t z1,z2,z3,z4,z5, z10, z11, z12, z13;
z2                317 libavfilter/vf_fspp.c             z2 = MULTIPLY16H(tmp10 << 2, FIX_0_541196100) + z5;
z2                324 libavfilter/vf_fspp.c             d5 = z13 + z2;
z2                325 libavfilter/vf_fspp.c             d3 = z13 - z2;
z2                436 libavfilter/vf_fspp.c     int_simd16_t z1, z2, z3, z4, z5, z11, z13;
z2                476 libavfilter/vf_fspp.c         z2 = MULTIPLY16H(tmp10,         FIX_0_541196100) + z5;
z2                483 libavfilter/vf_fspp.c         dataptr[4] = z13 + z2;
z2                484 libavfilter/vf_fspp.c         dataptr[5] = z13 - z2;
z2                 67 tests/checkasm/h264dsp.c         const int z2 = coef[i*4 + 0] - coef[i*4 + 3];                        \
z2                 70 tests/checkasm/h264dsp.c         tmp[i + 4*1] = 2*z2 +   z3;                                          \
z2                 72 tests/checkasm/h264dsp.c         tmp[i + 4*3] =   z2 - 2*z3;                                          \
z2                 77 tests/checkasm/h264dsp.c         const int z2 = tmp[i*4 + 0] - tmp[i*4 + 3];                          \
z2                 80 tests/checkasm/h264dsp.c         coef[i*4 + 1] = 2*z2 +   z3;                                         \
z2                 82 tests/checkasm/h264dsp.c         coef[i*4 + 3] =   z2 - 2*z3;                                         \