z1 44 libavcodec/h264idct_template.c const SUINT z1= block[i + 4*0] - (unsigned)block[i + 4*2]; z1 49 libavcodec/h264idct_template.c block[i + 4*1]= z1 + z2; z1 50 libavcodec/h264idct_template.c block[i + 4*2]= z1 - z2; z1 56 libavcodec/h264idct_template.c const SUINT z1= block[0 + 4*i] - (SUINT)block[2 + 4*i]; z1 61 libavcodec/h264idct_template.c dst[i + 1*stride]= av_clip_pixel(dst[i + 1*stride] + ((int)(z1 + z2) >> 6)); z1 62 libavcodec/h264idct_template.c dst[i + 2*stride]= av_clip_pixel(dst[i + 2*stride] + ((int)(z1 - z2) >> 6)); z1 252 libavcodec/h264idct_template.c const int z1= input[4*i+0] - input[4*i+1]; z1 258 libavcodec/h264idct_template.c temp[4*i+2]= z1-z2; z1 259 libavcodec/h264idct_template.c temp[4*i+3]= z1+z2; z1 265 libavcodec/h264idct_template.c const SUINT z1= temp[4*0+i] - temp[4*2+i]; z1 270 libavcodec/h264idct_template.c output[stride* 1+offset]= (int)((z1 + z2)*qmul + 128 ) >> 8; z1 271 libavcodec/h264idct_template.c output[stride* 4+offset]= (int)((z1 - z2)*qmul + 128 ) >> 8; z1 293 libavcodec/h264idct_template.c const SUINT z1= temp[2*0+i] - temp[2*2+i]; z1 298 libavcodec/h264idct_template.c block[stride*1+offset]= (int)((z1 + z2)*qmul + 128) >> 8; z1 299 libavcodec/h264idct_template.c block[stride*2+offset]= (int)((z1 - z2)*qmul + 128) >> 8; z1 148 libavcodec/jfdctfst.c int z1, z2, z3, z4, z5, z11, z13; z1 175 libavcodec/jfdctfst.c z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ z1 176 libavcodec/jfdctfst.c dataptr[2] = tmp13 + z1; /* phase 5 */ z1 177 libavcodec/jfdctfst.c dataptr[6] = tmp13 - z1; z1 212 libavcodec/jfdctfst.c int z1, z2, z3, z4, z5, z11, z13; z1 241 libavcodec/jfdctfst.c z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ z1 242 libavcodec/jfdctfst.c dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */ z1 243 libavcodec/jfdctfst.c dataptr[DCTSIZE*6] = tmp13 - z1; z1 278 libavcodec/jfdctfst.c int z1; z1 307 libavcodec/jfdctfst.c z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); z1 308 libavcodec/jfdctfst.c dataptr[DCTSIZE*2] = tmp13 + z1; z1 309 libavcodec/jfdctfst.c dataptr[DCTSIZE*6] = tmp13 - z1; z1 319 libavcodec/jfdctfst.c z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); z1 320 libavcodec/jfdctfst.c dataptr[DCTSIZE*3] = tmp13 + z1; z1 321 libavcodec/jfdctfst.c dataptr[DCTSIZE*7] = tmp13 - z1; z1 186 libavcodec/jfdctint_template.c int z1, z2, z3, z4, z5; z1 217 libavcodec/jfdctint_template.c z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); z1 218 libavcodec/jfdctint_template.c dataptr[2] = (int16_t) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865), z1 220 libavcodec/jfdctint_template.c dataptr[6] = (int16_t) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), z1 228 libavcodec/jfdctint_template.c z1 = tmp4 + tmp7; z1 238 libavcodec/jfdctint_template.c z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */ z1 246 libavcodec/jfdctint_template.c dataptr[7] = (int16_t) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS); z1 249 libavcodec/jfdctint_template.c dataptr[1] = (int16_t) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS); z1 264 libavcodec/jfdctint_template.c int z1, z2, z3, z4, z5; z1 298 libavcodec/jfdctint_template.c z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); z1 299 libavcodec/jfdctint_template.c dataptr[DCTSIZE*2] = DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865), z1 301 libavcodec/jfdctint_template.c dataptr[DCTSIZE*6] = DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), z1 309 libavcodec/jfdctint_template.c z1 = tmp4 + tmp7; z1 319 libavcodec/jfdctint_template.c z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */ z1 327 libavcodec/jfdctint_template.c dataptr[DCTSIZE*7] = DESCALE(tmp4 + z1 + z3, CONST_BITS + OUT_SHIFT); z1 330 libavcodec/jfdctint_template.c dataptr[DCTSIZE*1] = DESCALE(tmp7 + z1 + z4, CONST_BITS + OUT_SHIFT); z1 346 libavcodec/jfdctint_template.c int z1; z1 376 libavcodec/jfdctint_template.c z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); z1 377 libavcodec/jfdctint_template.c dataptr[DCTSIZE*2] = DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865), z1 379 libavcodec/jfdctint_template.c dataptr[DCTSIZE*6] = DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), z1 390 libavcodec/jfdctint_template.c z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); z1 391 libavcodec/jfdctint_template.c dataptr[DCTSIZE*3] = DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865), z1 393 libavcodec/jfdctint_template.c dataptr[DCTSIZE*7] = DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), z1 217 libavcodec/jrevdct.c int32_t z1, z2, z3, z4, z5; z1 274 libavcodec/jrevdct.c z1 = MULTIPLY(d2 + d6, FIX_0_541196100); z1 275 libavcodec/jrevdct.c tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065); z1 276 libavcodec/jrevdct.c tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865); z1 327 libavcodec/jrevdct.c z1 = d7 + d1; z1 337 libavcodec/jrevdct.c z1 = MULTIPLY(-z1, FIX_0_899976223); z1 345 libavcodec/jrevdct.c tmp0 += z1 + z3; z1 348 libavcodec/jrevdct.c tmp3 += z1 + z4; z1 358 libavcodec/jrevdct.c z1 = MULTIPLY(-d7, FIX_0_899976223); z1 366 libavcodec/jrevdct.c tmp0 += z1 + z3; z1 369 libavcodec/jrevdct.c tmp3 = z1 + z4; z1 374 libavcodec/jrevdct.c z1 = d7 + d1; z1 381 libavcodec/jrevdct.c z1 = MULTIPLY(-z1, FIX_0_899976223); z1 389 libavcodec/jrevdct.c tmp0 += z1 + z3; z1 392 libavcodec/jrevdct.c tmp3 += z1 + z4; z1 396 libavcodec/jrevdct.c z1 = MULTIPLY(-d7, FIX_0_899976223); z1 409 libavcodec/jrevdct.c tmp3 = z1 + z4; z1 416 libavcodec/jrevdct.c z1 = d7 + d1; z1 423 libavcodec/jrevdct.c z1 = MULTIPLY(-z1, FIX_0_899976223); z1 431 libavcodec/jrevdct.c tmp0 += z1 + z3; z1 434 libavcodec/jrevdct.c tmp3 += z1 + z4; z1 440 libavcodec/jrevdct.c z1 = MULTIPLY(-d7, FIX_0_899976223); z1 449 libavcodec/jrevdct.c tmp3 = z1 + z5; z1 454 libavcodec/jrevdct.c z1 = d7 + d1; z1 455 libavcodec/jrevdct.c z5 = MULTIPLY(z1, FIX_1_175875602); z1 457 libavcodec/jrevdct.c z1 = MULTIPLY(z1, FIX_0_275899380); z1 463 libavcodec/jrevdct.c tmp0 += z1; z1 466 libavcodec/jrevdct.c tmp3 += z1; z1 488 libavcodec/jrevdct.c z1 = MULTIPLY(-d1, FIX_0_899976223); z1 496 libavcodec/jrevdct.c tmp0 = z1 + z3; z1 499 libavcodec/jrevdct.c tmp3 += z1 + z4; z1 522 libavcodec/jrevdct.c z1 = MULTIPLY(-d1, FIX_0_899976223); z1 528 libavcodec/jrevdct.c tmp0 = z1 + z5; z1 547 libavcodec/jrevdct.c z1 = MULTIPLY(d1, FIX_1_061594337); z1 552 libavcodec/jrevdct.c tmp0 = z1 - z4; z1 620 libavcodec/jrevdct.c z1 = MULTIPLY(d2 + d6, FIX_0_541196100); z1 621 libavcodec/jrevdct.c tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065); z1 622 libavcodec/jrevdct.c tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865); z1 672 libavcodec/jrevdct.c z1 = d7 + d1; z1 682 libavcodec/jrevdct.c z1 = MULTIPLY(-z1, FIX_0_899976223); z1 690 libavcodec/jrevdct.c tmp0 += z1 + z3; z1 693 libavcodec/jrevdct.c tmp3 += z1 + z4; z1 703 libavcodec/jrevdct.c z1 = MULTIPLY(-d7, FIX_0_899976223); z1 711 libavcodec/jrevdct.c tmp0 += z1 + z3; z1 714 libavcodec/jrevdct.c tmp3 = z1 + z4; z1 719 libavcodec/jrevdct.c z1 = d7 + d1; z1 727 libavcodec/jrevdct.c z1 = MULTIPLY(-z1, FIX_0_899976223); z1 735 libavcodec/jrevdct.c tmp0 += z1 + z3; z1 738 libavcodec/jrevdct.c tmp3 += z1 + z4; z1 742 libavcodec/jrevdct.c z1 = MULTIPLY(-d7, FIX_0_899976223); z1 755 libavcodec/jrevdct.c tmp3 = z1 + z4; z1 762 libavcodec/jrevdct.c z1 = d7 + d1; z1 769 libavcodec/jrevdct.c z1 = MULTIPLY(-z1, FIX_0_899976223); z1 777 libavcodec/jrevdct.c tmp0 += z1 + z3; z1 780 libavcodec/jrevdct.c tmp3 += z1 + z4; z1 786 libavcodec/jrevdct.c z1 = MULTIPLY(-d7, FIX_0_899976223); z1 795 libavcodec/jrevdct.c tmp3 = z1 + z5; z1 800 libavcodec/jrevdct.c z1 = d7 + d1; z1 801 libavcodec/jrevdct.c z5 = MULTIPLY(z1, FIX_1_175875602); z1 803 libavcodec/jrevdct.c z1 = MULTIPLY(z1, FIX_0_275899380); z1 809 libavcodec/jrevdct.c tmp0 += z1; z1 812 libavcodec/jrevdct.c tmp3 += z1; z1 834 libavcodec/jrevdct.c z1 = MULTIPLY(-d1, FIX_0_899976223); z1 842 libavcodec/jrevdct.c tmp0 = z1 + z3; z1 845 libavcodec/jrevdct.c tmp3 += z1 + z4; z1 868 libavcodec/jrevdct.c z1 = MULTIPLY(-d1, FIX_0_899976223); z1 874 libavcodec/jrevdct.c tmp0 = z1 + z5; z1 893 libavcodec/jrevdct.c z1 = MULTIPLY(d1, FIX_1_061594337); z1 898 libavcodec/jrevdct.c tmp0 = z1 - z4; z1 955 libavcodec/jrevdct.c int32_t z1; z1 1005 libavcodec/jrevdct.c z1 = MULTIPLY(d2 + d6, FIX_0_541196100); z1 1006 libavcodec/jrevdct.c tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065); z1 1007 libavcodec/jrevdct.c tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865); z1 1083 libavcodec/jrevdct.c z1 = MULTIPLY(d2 + d6, FIX_0_541196100); z1 1084 libavcodec/jrevdct.c tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065); z1 1085 libavcodec/jrevdct.c tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865); z1 337 libavcodec/mips/fft_mips.c FFTComplex *z1, *z2; z1 410 libavcodec/mips/fft_mips.c z1 = &z[n8 - k - 2]; z1 454 libavcodec/mips/fft_mips.c : [z1]"r"(z1), [z2]"r"(z2), z1 460 libavcodec/mips/fft_mips.c z1[1].re = temp9; z1 461 libavcodec/mips/fft_mips.c z1[1].im = temp14; z1 465 libavcodec/mips/fft_mips.c z1[0].re = temp11; z1 466 libavcodec/mips/fft_mips.c z1[0].im = temp16; z1 66 libavcodec/mips/sbrdsp_mips.c float *z1 = &z[66]; z1 69 libavcodec/mips/sbrdsp_mips.c float *z4 = z1 + 60; z1 117 libavcodec/mips/sbrdsp_mips.c [z1]"+r"(z1), [z2]"+r"(z2), [z3]"+r"(z3) z1 127 libavcodec/mips/sbrdsp_mips.c float *z1 = (float *)z; z1 129 libavcodec/mips/sbrdsp_mips.c float *z_end = z1 + 32; z1 162 libavcodec/mips/sbrdsp_mips.c [Temp5]"=&r"(Temp5), [z1]"+r"(z1), z1 173 libavcodec/mips/sbrdsp_mips.c float *z1; z1 177 libavcodec/mips/sbrdsp_mips.c z1 = &z[k]; z1 265 libavcodec/mips/sbrdsp_mips.c : [z1]"r"(z1) z1 42 libavcodec/rv34dsp.c const int z1 = 13*(block[i+4*0] - block[i+4*2]); z1 47 libavcodec/rv34dsp.c temp[4*i+1] = z1 + z2; z1 48 libavcodec/rv34dsp.c temp[4*i+2] = z1 - z2; z1 66 libavcodec/rv34dsp.c const int z1 = 13*(temp[4*0+i] - temp[4*2+i]) + 0x200; z1 71 libavcodec/rv34dsp.c dst[1] = av_clip_uint8( dst[1] + ( (z1 + z2) >> 10 ) ); z1 72 libavcodec/rv34dsp.c dst[2] = av_clip_uint8( dst[2] + ( (z1 - z2) >> 10 ) ); z1 93 libavcodec/rv34dsp.c const int z1 = 39*(temp[4*0+i] - temp[4*2+i]); z1 98 libavcodec/rv34dsp.c block[i*4+1] = (z1 + z2) >> 11; z1 99 libavcodec/rv34dsp.c block[i*4+2] = (z1 - z2) >> 11; z1 236 libavcodec/svq3.c const int z1 = 13 * (input[4 * i + 0] - input[4 * i + 2]); z1 241 libavcodec/svq3.c temp[4 * i + 1] = z1 + z2; z1 242 libavcodec/svq3.c temp[4 * i + 2] = z1 - z2; z1 249 libavcodec/svq3.c const int z1 = 13 * (temp[4 * 0 + i] - temp[4 * 2 + i]); z1 254 libavcodec/svq3.c output[stride * 2 + offset] = (int)((z1 + z2) * qmul + 0x80000) >> 20; z1 255 libavcodec/svq3.c output[stride * 8 + offset] = (int)((z1 - z2) * qmul + 0x80000) >> 20; z1 275 libavcodec/svq3.c const int z1 = 13 * (block[0 + 4 * i] - block[2 + 4 * i]); z1 280 libavcodec/svq3.c block[1 + 4 * i] = z1 + z2; z1 281 libavcodec/svq3.c block[2 + 4 * i] = z1 - z2; z1 287 libavcodec/svq3.c const unsigned z1 = 13 * (block[i + 4 * 0] - block[i + 4 * 2]); z1 293 libavcodec/svq3.c dst[i + stride * 1] = av_clip_uint8(dst[i + stride * 1] + ((int)((z1 + z2) * qmul + rr) >> 20)); z1 294 libavcodec/svq3.c dst[i + stride * 2] = av_clip_uint8(dst[i + stride * 2] + ((int)((z1 - z2) * qmul + rr) >> 20)); z1 251 libavfilter/vf_fspp.c int_simd16_t z1,z2,z3,z4,z5, z10, z11, z12, z13; z1 288 libavfilter/vf_fspp.c z1 = MULTIPLY16H((tmp12 + tmp13) << 2, FIX_0_707106781); z1 289 libavfilter/vf_fspp.c d2 = tmp13 + z1; z1 290 libavfilter/vf_fspp.c d6 = tmp13 - z1; z1 436 libavfilter/vf_fspp.c int_simd16_t z1, z2, z3, z4, z5, z11, z13; z1 465 libavfilter/vf_fspp.c z1 = MULTIPLY16H((tmp12 + tmp13) << 2, FIX_0_707106781); z1 466 libavfilter/vf_fspp.c dataptr[0] = tmp13 + z1; z1 467 libavfilter/vf_fspp.c dataptr[1] = tmp13 - z1; z1 66 tests/checkasm/h264dsp.c const int z1 = coef[i*4 + 1] + coef[i*4 + 2]; \ z1 69 tests/checkasm/h264dsp.c tmp[i + 4*0] = z0 + z1; \ z1 71 tests/checkasm/h264dsp.c tmp[i + 4*2] = z0 - z1; \ z1 76 tests/checkasm/h264dsp.c const int z1 = tmp[i*4 + 1] + tmp[i*4 + 2]; \ z1 79 tests/checkasm/h264dsp.c coef[i*4 + 0] = z0 + z1; \ z1 81 tests/checkasm/h264dsp.c coef[i*4 + 2] = z0 - z1; \