t6 137 libavcodec/clearvideo.c const int t6 = ((blk[0 * step] + blk[4 * step]) * (1 << dshift)) + bias; \ t6 145 libavcodec/clearvideo.c blk[0 * step] = (t6 + t5 + t8) >> shift; \ t6 148 libavcodec/clearvideo.c blk[3 * step] = (t6 - t5 + tC) >> shift; \ t6 149 libavcodec/clearvideo.c blk[4 * step] = (t6 - t5 - tC) >> shift; \ t6 152 libavcodec/clearvideo.c blk[7 * step] = (t6 + t5 - t8) >> shift; \ t6 495 libavcodec/fft_template.c BF(t4, t6, t2, t6);\ t6 497 libavcodec/fft_template.c BF(a2.im, a0.im, a0.im, t6);\ t6 508 libavcodec/fft_template.c BF(t4, t6, t2, t6);\ t6 510 libavcodec/fft_template.c BF(a2.im, a0.im, i0, t6);\ t6 515 libavcodec/fft_template.c CMUL(t5, t6, a3.re, a3.im, wre, wim);\ t6 523 libavcodec/fft_template.c t6 = a3.im;\ t6 531 libavcodec/fft_template.c FFTDouble t1, t2, t3, t4, t5, t6;\ t6 567 libavcodec/fft_template.c FFTDouble t1, t2, t3, t4, t5, t6, t7, t8; t6 570 libavcodec/fft_template.c BF(t8, t6, z[3].re, z[2].re); t6 571 libavcodec/fft_template.c BF(z[2].re, z[0].re, t1, t6); t6 581 libavcodec/fft_template.c FFTDouble t1, t2, t3, t4, t5, t6; t6 588 libavcodec/fft_template.c BF(t6, z[7].im, z[6].im, -z[7].im); t6 597 libavcodec/fft_template.c FFTDouble t1, t2, t3, t4, t5, t6; t6 95 libavcodec/fic.c const unsigned t6 = t2 - t0; t6 102 libavcodec/fic.c blk[1 * step] = (int)( t6 + t7 + t8 + tA) >> shift; t6 103 libavcodec/fic.c blk[2 * step] = (int)( t6 - t7 - t8 + tA) >> shift; t6 106 libavcodec/fic.c blk[5 * step] = (int)(-(t6 - t7) - t8 + tA) >> shift; t6 107 libavcodec/fic.c blk[6 * step] = (int)(-(t6 + t7) + t8 + tA) >> shift; t6 127 libavcodec/h264pred.c src[1+3*stride]=(t4 + t6 + 2*t5 + 2 + l4 + l6 + 2*l5 + 2)>>3; t6 129 libavcodec/h264pred.c src[2+3*stride]=(t5 + t7 + 2*t6 + 2 + l5 + l7 + 2*l6 + 2)>>3; t6 130 libavcodec/h264pred.c src[3+3*stride]=(t6 + t7 + 1 + l6 + l7 + 1)>>2; t6 153 libavcodec/h264pred.c src[1+3*stride]=(t4 + t6 + 2*t5 + 2 + l3*4 + 2)>>3; t6 155 libavcodec/h264pred.c src[2+3*stride]=(t5 + t7 + 2*t6 + 2 + l3*4 + 2)>>3; t6 156 libavcodec/h264pred.c src[3+3*stride]=(t6 + t7 + 1 + 2*l3 + 1)>>2; t6 182 libavcodec/h264pred.c src[3+3*stride]=(t4 + 2*t5 + t6 + 2)>>2; t6 223 libavcodec/h264pred.c src[3+2*stride]=(t4 + 2*t5 + t6 + 2)>>2; t6 224 libavcodec/h264pred.c src[3+3*stride]=(t5 + 2*t6 + t7 + 2)>>2; t6 240 libavcodec/h264pred.c src[1+1*stride]=(t4 + 2*t5 + t6 + l1 + 2*l2 + l3 + 4)>>3; t6 242 libavcodec/h264pred.c src[0+2*stride]=(t5 + 2*t6 + t7 + 2*l2 + 2*l3 + 4)>>3; t6 244 libavcodec/h264pred.c src[1+2*stride]=(t6 + 3*t7 + l2 + 3*l3 + 4)>>3; t6 248 libavcodec/h264pred.c src[2+2*stride]=(t6 + t7 + l3 + l4 + 2)>>2; t6 266 libavcodec/h264pred.c src[1+1*stride]=(t4 + 2*t5 + t6 + l1 + 2*l2 + l3 + 4)>>3; t6 268 libavcodec/h264pred.c src[0+2*stride]=(t5 + 2*t6 + t7 + 2*l2 + 2*l3 + 4)>>3; t6 270 libavcodec/h264pred.c src[1+2*stride]=(t6 + 3*t7 + l2 + 3*l3 + 4)>>3; t6 274 libavcodec/h264pred.c src[2+2*stride]=(t6 + t7 + 2*l3 + 2)>>2; t6 144 libavcodec/h264pred_template.c const unsigned av_unused t6 = topright[2];\ t6 214 libavcodec/h264pred_template.c src[1+3*stride]=(t4 + t6 + 2*t5 + 2)>>2; t6 216 libavcodec/h264pred_template.c src[2+3*stride]=(t5 + t7 + 2*t6 + 2)>>2; t6 217 libavcodec/h264pred_template.c src[3+3*stride]=(t6 + 3*t7 + 2)>>2; t6 273 libavcodec/h264pred_template.c src[3+3*stride]=(t4 + 2*t5 + t6 + 2)>>2; t6 910 libavcodec/h264pred_template.c const pixel4 dc = PIXEL_SPLAT_X4((t0+t1+t2+t3+t4+t5+t6+t7+4) >> 3); t6 922 libavcodec/h264pred_template.c +t0+t1+t2+t3+t4+t5+t6+t7+8) >> 4); t6 954 libavcodec/h264pred_template.c src[6] = t6; t6 974 libavcodec/h264pred_template.c SRC(0,4)=SRC(1,3)=SRC(2,2)=SRC(3,1)=SRC(4,0)= (t4 + 2*t5 + t6 + 2) >> 2; t6 975 libavcodec/h264pred_template.c SRC(0,5)=SRC(1,4)=SRC(2,3)=SRC(3,2)=SRC(4,1)=SRC(5,0)= (t5 + 2*t6 + t7 + 2) >> 2; t6 976 libavcodec/h264pred_template.c SRC(0,6)=SRC(1,5)=SRC(2,4)=SRC(3,3)=SRC(4,2)=SRC(5,1)=SRC(6,0)= (t6 + 2*t7 + t8 + 2) >> 2; t6 1007 libavcodec/h264pred_template.c SRC(6,0)=SRC(7,1)= (t4 + 2*t5 + t6 + 2) >> 2; t6 1008 libavcodec/h264pred_template.c SRC(7,0)= (t5 + 2*t6 + t7 + 2) >> 2; t6 1036 libavcodec/h264pred_template.c SRC(6,1)=SRC(7,3)= (t4 + 2*t5 + t6 + 2) >> 2; t6 1037 libavcodec/h264pred_template.c SRC(6,0)=SRC(7,2)= (t5 + t6 + 1) >> 1; t6 1038 libavcodec/h264pred_template.c SRC(7,1)= (t5 + 2*t6 + t7 + 2) >> 2; t6 1039 libavcodec/h264pred_template.c SRC(7,0)= (t6 + t7 + 1) >> 1; t6 1070 libavcodec/h264pred_template.c SRC(7,0)= (t6 + 2*t5 + t4 + 2) >> 2; t6 1088 libavcodec/h264pred_template.c SRC(1,7)=SRC(2,5)=SRC(3,3)=SRC(4,1)= (t4 + 2*t5 + t6 + 2) >> 2; t6 1089 libavcodec/h264pred_template.c SRC(2,6)=SRC(3,4)=SRC(4,2)=SRC(5,0)= (t5 + t6 + 1) >> 1; t6 1090 libavcodec/h264pred_template.c SRC(2,7)=SRC(3,5)=SRC(4,3)=SRC(5,1)= (t5 + 2*t6 + t7 + 2) >> 2; t6 1091 libavcodec/h264pred_template.c SRC(3,6)=SRC(4,4)=SRC(5,2)=SRC(6,0)= (t6 + t7 + 1) >> 1; t6 1092 libavcodec/h264pred_template.c SRC(3,7)=SRC(4,5)=SRC(5,3)=SRC(6,1)= (t6 + 2*t7 + t8 + 2) >> 2; t6 1144 libavcodec/h264pred_template.c pix[6] = t6; t6 29 libavcodec/hqxdsp.c int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; t6 48 libavcodec/hqxdsp.c t6 = t2 - t3; t6 49 libavcodec/hqxdsp.c t7 = t3 * 2 + t6; t6 50 libavcodec/hqxdsp.c t8 = (int)(t6 * 11585U) >> 14; t6 75 libavcodec/hqxdsp.c int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; t6 84 libavcodec/hqxdsp.c t6 = t2 - t3; t6 85 libavcodec/hqxdsp.c t7 = t3 * 2 + t6; t6 86 libavcodec/hqxdsp.c t8 = (t6 * 11585) >> 14; t6 245 libavcodec/ivi_dsp.c t0, t1, t2, t3, t4, t5, t6, t7, t8) {\ t6 249 libavcodec/ivi_dsp.c IVI_HAAR_BFLY(t3, s4, t3, t4, t0); IVI_HAAR_BFLY(t5, s6, t5, t6, t0);\ t6 256 libavcodec/ivi_dsp.c d6 = COMPENSATE(t6);\ t6 277 libavcodec/ivi_dsp.c int t0, t1, t2, t3, t4, t5, t6, t7, t8; t6 295 libavcodec/ivi_dsp.c t0, t1, t2, t3, t4, t5, t6, t7, t8); t6 317 libavcodec/ivi_dsp.c t0, t1, t2, t3, t4, t5, t6, t7, t8); t6 329 libavcodec/ivi_dsp.c int t0, t1, t2, t3, t4, t5, t6, t7, t8; t6 342 libavcodec/ivi_dsp.c t0, t1, t2, t3, t4, t5, t6, t7, t8); t6 354 libavcodec/ivi_dsp.c int t0, t1, t2, t3, t4, t5, t6, t7, t8; t6 366 libavcodec/ivi_dsp.c t0, t1, t2, t3, t4, t5, t6, t7, t8); t6 507 libavcodec/ivi_dsp.c t0, t1, t2, t3, t4, t5, t6, t7, t8) {\ t6 510 libavcodec/ivi_dsp.c IVI_SLANT_BFLY(s1, t5, t1, t5, t0); IVI_SLANT_BFLY(s2, s6, t2, t6, t0);\ t6 514 libavcodec/ivi_dsp.c IVI_SLANT_BFLY(t5, t6, t5, t6, t0); IVI_IREFLECT (t8, t7, t8, t7, t0);\ t6 516 libavcodec/ivi_dsp.c IVI_SLANT_BFLY(t5, t8, t5, t8, t0); IVI_SLANT_BFLY(t6, t7, t6, t7, t0);\ t6 522 libavcodec/ivi_dsp.c d6 = COMPENSATE(t6);\ t6 542 libavcodec/ivi_dsp.c int t0, t1, t2, t3, t4, t5, t6, t7, t8; t6 551 libavcodec/ivi_dsp.c t0, t1, t2, t3, t4, t5, t6, t7, t8); t6 568 libavcodec/ivi_dsp.c t0, t1, t2, t3, t4, t5, t6, t7, t8); t6 632 libavcodec/ivi_dsp.c int t0, t1, t2, t3, t4, t5, t6, t7, t8; t6 641 libavcodec/ivi_dsp.c t0, t1, t2, t3, t4, t5, t6, t7, t8); t6 670 libavcodec/ivi_dsp.c int t0, t1, t2, t3, t4, t5, t6, t7, t8; t6 682 libavcodec/ivi_dsp.c t0, t1, t2, t3, t4, t5, t6, t7, t8); t6 159 libavcodec/mips/aaccoder_mips.c int t0, t1, t2, t3, t4, t5, t6, t7; t6 197 libavcodec/mips/aaccoder_mips.c [t4]"=&r"(t4), [t5]"=&r"(t5), [t6]"=&r"(t6), [t7]"=&r"(t7) t6 372 libavcodec/mips/aaccoder_mips.c int t0, t1, t2, t3, t4, t5, t6, t7; t6 415 libavcodec/mips/aaccoder_mips.c [t4]"=&r"(t4), [t5]"=&r"(t5), [t6]"=&r"(t6), [t7]"=&r"(t7) t6 1036 libavcodec/mips/aaccoder_mips.c int t0, t1, t2, t3, t4, t5, t6, t7; t6 1073 libavcodec/mips/aaccoder_mips.c [t4]"=&r"(t4), [t5]"=&r"(t5), [t6]"=&r"(t6), [t7]"=&r"(t7) t6 1166 libavcodec/mips/aaccoder_mips.c int t0, t1, t2, t3, t4, t5, t6, t7; t6 1208 libavcodec/mips/aaccoder_mips.c [t4]"=&r"(t4), [t5]"=&r"(t5), [t6]"=&r"(t6), [t7]"=&r"(t7) t6 1539 libavcodec/mips/aaccoder_mips.c int t0, t1, t2, t3, t4, t5, t6, t7; t6 1576 libavcodec/mips/aaccoder_mips.c [t4]"=&r"(t4), [t5]"=&r"(t5), [t6]"=&r"(t6), [t7]"=&r"(t7) t6 1766 libavcodec/mips/aaccoder_mips.c int t0, t1, t2, t3, t4, t5, t6, t7; t6 1808 libavcodec/mips/aaccoder_mips.c [t4]"=&r"(t4), [t5]"=&r"(t5), [t6]"=&r"(t6), [t7]"=&r"(t7) t6 2170 libavcodec/mips/aaccoder_mips.c int t6, t7; t6 2208 libavcodec/mips/aaccoder_mips.c [t6]"=&r"(t6), [t7]"=&r"(t7) t6 360 libavcodec/mips/mpegaudiodsp_mips_fixed.c int t4, t5, t6, t8, t7; t6 442 libavcodec/mips/mpegaudiodsp_mips_fixed.c [t4] "=&r" (t4), [t5] "=&r" (t5), [t6] "=&r" (t6), t6 577 libavcodec/mips/mpegaudiodsp_mips_fixed.c [t4] "=&r" (t4), [t5] "=&r" (t5), [t6] "=&r"(t6), [t2] "=&r" (t2), t6 144 libavcodec/mips/vc1dsp_msa.c v4i32 t1, t2, t3, t4, t5, t6, t7, t8; t6 174 libavcodec/mips/vc1dsp_msa.c t6 = cnst_17 * (in_r4 - in_r6) + cnst_4; t6 183 libavcodec/mips/vc1dsp_msa.c in_r5 = (t6 - t8) >> 3; t6 185 libavcodec/mips/vc1dsp_msa.c in_r6 = (t6 + t8) >> 3; t6 198 libavcodec/mips/vc1dsp_msa.c t5 = t1 + t3, t6 = t2 + t4; t6 213 libavcodec/mips/vc1dsp_msa.c in_r1 = (t6 + t2) >> 7; t6 218 libavcodec/mips/vc1dsp_msa.c in_r6 = (t6 - t2 + cnst_1) >> 7; t6 234 libavcodec/mips/vc1dsp_msa.c v4i32 t1, t2, t3, t4, t5, t6, t7, t8; t6 260 libavcodec/mips/vc1dsp_msa.c t5 = t1 + t3, t6 = t2 + t4; t6 267 libavcodec/mips/vc1dsp_msa.c in1 = (t6 + t2) >> 3; t6 272 libavcodec/mips/vc1dsp_msa.c in6 = (t6 - t2) >> 3; t6 299 libavcodec/mips/vc1dsp_msa.c t6 = cnst_17 * (in4 - in6) + cnst_64; t6 303 libavcodec/mips/vc1dsp_msa.c in5 = (t6 - t8) >> 7; t6 304 libavcodec/mips/vc1dsp_msa.c in6 = (t6 + t8) >> 7; t6 318 libavcodec/mips/vc1dsp_msa.c v8i16 t0, t1, t2, t3, t4, t5, t6, t7; t6 381 libavcodec/mips/vc1dsp_msa.c t6 = cnst_para1 * in_r3 + cnst_para2 * in_r0 t6 394 libavcodec/mips/vc1dsp_msa.c ADD4(t4, cnst_r, t5, cnst_r, t6, cnst_r, t7, cnst_r, t4, t5, t6, t7); t6 400 libavcodec/mips/vc1dsp_msa.c t4 >>= shift, t5 >>= shift, t6 >>= shift, t7 >>= shift; t6 403 libavcodec/mips/vc1dsp_msa.c TRANSPOSE8x8_SH_SH(t0, t1, t2, t3, t4, t5, t6, t7, t6 404 libavcodec/mips/vc1dsp_msa.c t0, t1, t2, t3, t4, t5, t6, t7); t6 417 libavcodec/mips/vc1dsp_msa.c t3 = cnst_para1 * t4 + cnst_para2 * t5 - cnst_para0 * t3 - cnst_para3 * t6; t6 418 libavcodec/mips/vc1dsp_msa.c t4 = cnst_para1 * t5 + cnst_para2 * t6 - cnst_para0 * t4 - cnst_para3 * t7; t6 419 libavcodec/mips/vc1dsp_msa.c t5 = cnst_para1 * t6 + cnst_para2 * t7 - cnst_para0 * t5 - cnst_para3 * t8; t6 420 libavcodec/mips/vc1dsp_msa.c t6 = cnst_para1 * t7 + cnst_para2 * t8 - cnst_para0 * t6 - cnst_para3 * t9; t6 423 libavcodec/mips/vc1dsp_msa.c ADD4(t4, cnst_r, t5, cnst_r, t6, cnst_r, t7, cnst_r, t4, t5, t6, t7); t6 425 libavcodec/mips/vc1dsp_msa.c t4 >>= 7, t5 >>= 7, t6 >>= 7, t7 >>= 7; t6 426 libavcodec/mips/vc1dsp_msa.c TRANSPOSE8x8_SH_SH(t0, t1, t2, t3, t4, t5, t6, t7, t6 427 libavcodec/mips/vc1dsp_msa.c t0, t1, t2, t3, t4, t5, t6, t7); t6 428 libavcodec/mips/vc1dsp_msa.c CLIP_SH8_0_255(t0, t1, t2, t3, t4, t5, t6, t7); t6 429 libavcodec/mips/vc1dsp_msa.c PCKEV_B4_SH(t1, t0, t3, t2, t5, t4, t7, t6, t0, t1, t2, t3); t6 71 libavcodec/mss34dsp.c const unsigned t6 = 77062U * t4 + 51491U * t5; \ t6 78 libavcodec/mss34dsp.c blk[0 * step] = (int)( t1 + t6 + t9 + tB) >> shift; \ t6 80 libavcodec/mss34dsp.c blk[2 * step] = (int)( t2 + t6 - t8 + tA) >> shift; \ t6 83 libavcodec/mss34dsp.c blk[5 * step] = (int)(-(t2 + t6) - t8 + tA) >> shift; \ t6 85 libavcodec/mss34dsp.c blk[7 * step] = (int)(-(t1 + t6) + t9 + tB) >> shift; \ t6 113 libavcodec/mv30.c const int t6 = t1 + t3; t6 126 libavcodec/mv30.c blk[1 * step] = t6 + tE; t6 131 libavcodec/mv30.c blk[6 * step] = t6 - tE; t6 59 libavcodec/ppc/idctdsp.c t6 = vec_adds(t8, t3); \ t6 79 libavcodec/ppc/idctdsp.c vy3 = vec_adds(t2, t6); \ t6 80 libavcodec/ppc/idctdsp.c vy4 = vec_subs(t2, t6) t6 84 libavcodec/ppc/idctdsp.c vec_s16 t0, t1, t2, t3, t4, t5, t6, t7, t8; \ t6 48 libavcodec/ppc/vc1dsp_altivec.c t6 = vec_sub(t1, t3); \ t6 73 libavcodec/ppc/vc1dsp_altivec.c s2 = vec_add(t6, t2); \ t6 76 libavcodec/ppc/vc1dsp_altivec.c s5 = vec_sub(t6, t2); \ t6 143 libavcodec/ppc/vc1dsp_altivec.c vector signed int t0, t1, t2, t3, t4, t5, t6, t7; t6 239 libavcodec/ppc/vc1dsp_altivec.c vector signed int t0, t1, t2, t3, t4, t5, t6, t7; t6 268 libavcodec/vc1dsp.c register int t1, t2, t3, t4, t5, t6, t7, t8; t6 280 libavcodec/vc1dsp.c t6 = t2 + t4; t6 290 libavcodec/vc1dsp.c dst[1] = (t6 + t2) >> 3; t6 295 libavcodec/vc1dsp.c dst[6] = (t6 - t2) >> 3; t6 311 libavcodec/vc1dsp.c t6 = t2 + t4; t6 321 libavcodec/vc1dsp.c dst[ 8] = (t6 + t2) >> 7; t6 326 libavcodec/vc1dsp.c dst[48] = (t6 - t2 + 1) >> 7; t6 359 libavcodec/vc1dsp.c register int t1, t2, t3, t4, t5, t6, t7, t8; t6 372 libavcodec/vc1dsp.c t6 = t2 + t4; t6 382 libavcodec/vc1dsp.c dst[1] = (t6 + t2) >> 3; t6 387 libavcodec/vc1dsp.c dst[6] = (t6 - t2) >> 3; t6 432 libavcodec/vc1dsp.c register int t1, t2, t3, t4, t5, t6, t7, t8; t6 461 libavcodec/vc1dsp.c t6 = t2 + t4; t6 471 libavcodec/vc1dsp.c dest[1 * stride] = av_clip_uint8(dest[1 * stride] + ((t6 + t2) >> 7)); t6 476 libavcodec/vc1dsp.c dest[6 * stride] = av_clip_uint8(dest[6 * stride] + ((t6 - t2 + 1) >> 7)); t6 1207 libavcodec/vp9dsp_template.c dctint t0, t0a, t1, t1a, t2, t2a, t3, t3a, t4, t4a, t5, t5a, t6, t6a, t7, t7a; t6 1228 libavcodec/vp9dsp_template.c t6 = ((t6a + t5a) * 11585 + (1 << 13)) >> 14; t6 1231 libavcodec/vp9dsp_template.c out[1] = t1 + t6; t6 1236 libavcodec/vp9dsp_template.c out[6] = t1 - t6; t6 1243 libavcodec/vp9dsp_template.c dctint t0, t0a, t1, t1a, t2, t2a, t3, t3a, t4, t4a, t5, t5a, t6, t6a, t7, t7a; t6 1260 libavcodec/vp9dsp_template.c t6 = (t2a - t6a + (1 << 13)) >> 14; t6 1265 libavcodec/vp9dsp_template.c t6a = 15137 * t7 - 6270 * t6; t6 1266 libavcodec/vp9dsp_template.c t7a = 6270 * t7 + 15137 * t6; t6 1275 libavcodec/vp9dsp_template.c t6 = (t4a - t6a + (1 << 13)) >> 14; t6 1280 libavcodec/vp9dsp_template.c out[2] = ((t6 + t7) * 11585 + (1 << 13)) >> 14; t6 1281 libavcodec/vp9dsp_template.c out[5] = -(((t6 - t7) * 11585 + (1 << 13)) >> 14); t6 1289 libavcodec/vp9dsp_template.c dctint t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15; t6 1316 libavcodec/vp9dsp_template.c t6 = t7a - t6a; t6 1327 libavcodec/vp9dsp_template.c t5a = ((t6 - t5) * 11585 + (1 << 13)) >> 14; t6 1328 libavcodec/vp9dsp_template.c t6a = ((t6 + t5) * 11585 + (1 << 13)) >> 14; t6 1340 libavcodec/vp9dsp_template.c t6 = t1 - t6a; t6 1362 libavcodec/vp9dsp_template.c out[ 6] = t6 + t9; t6 1365 libavcodec/vp9dsp_template.c out[ 9] = t6 - t9; t6 1377 libavcodec/vp9dsp_template.c dctint t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15; t6 1387 libavcodec/vp9dsp_template.c t6 = IN(9) * 13160U + IN(6) * 9760U; t6 1404 libavcodec/vp9dsp_template.c t6a = (dctint)((1U << 13) + t6 + t14) >> 14; t6 1412 libavcodec/vp9dsp_template.c t14a = (dctint)((1U << 13) + t6 - t14) >> 14; t6 1430 libavcodec/vp9dsp_template.c t6 = t2a - t6a; t6 1443 libavcodec/vp9dsp_template.c t6a = t7 * 15137U - t6 * 6270U; t6 1444 libavcodec/vp9dsp_template.c t7a = t7 * 6270U + t6 * 15137U; t6 1456 libavcodec/vp9dsp_template.c t6 = (dctint)((1U << 13) + t4a - t6a) >> 14; t6 1469 libavcodec/vp9dsp_template.c out[ 4] = (dctint)( (t7 + t6) * 11585U + (1 << 13)) >> 14; t6 1470 libavcodec/vp9dsp_template.c out[11] = (dctint)( (t7 - t6) * 11585U + (1 << 13)) >> 14; t6 1521 libavcodec/vp9dsp_template.c dctint t6 = t7a - t6a; t6 1548 libavcodec/vp9dsp_template.c t5a = (dctint)((t6 - t5) * 11585U + (1 << 13)) >> 14; t6 1549 libavcodec/vp9dsp_template.c t6a = (dctint)((t6 + t5) * 11585U + (1 << 13)) >> 14; t6 1569 libavcodec/vp9dsp_template.c t6 = t1 - t6a; t6 1615 libavcodec/vp9dsp_template.c t6a = t6 + t9; t6 1618 libavcodec/vp9dsp_template.c t9a = t6 - t9; t6 221 libavutil/tx_template.c BF(t4, t6, t2, t6);\ t6 223 libavutil/tx_template.c BF(a2.im, a0.im, a0.im, t6);\ t6 234 libavutil/tx_template.c BF(t4, t6, t2, t6);\ t6 236 libavutil/tx_template.c BF(a2.im, a0.im, i0, t6);\ t6 241 libavutil/tx_template.c CMUL(t5, t6, a3.re, a3.im, wre, wim);\ t6 249 libavutil/tx_template.c t6 = a3.im;\ t6 257 libavutil/tx_template.c FFTSample t1, t2, t3, t4, t5, t6;\ t6 299 libavutil/tx_template.c FFTSample t1, t2, t3, t4, t5, t6, t7, t8; t6 302 libavutil/tx_template.c BF(t8, t6, z[3].re, z[2].re); t6 303 libavutil/tx_template.c BF(z[2].re, z[0].re, t1, t6); t6 313 libavutil/tx_template.c FFTSample t1, t2, t3, t4, t5, t6; t6 320 libavutil/tx_template.c BF(t6, z[7].im, z[6].im, -z[7].im); t6 328 libavutil/tx_template.c FFTSample t1, t2, t3, t4, t5, t6;