/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jfdctint.c | 145 JLONG tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_fdct_islow() local 161 tmp6 = dataptr[1] - dataptr[6]; in jpeg_fdct_islow() 191 z2 = tmp5 + tmp6; in jpeg_fdct_islow() 192 z3 = tmp4 + tmp6; in jpeg_fdct_islow() 198 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ in jpeg_fdct_islow() 210 dataptr[3] = (DCTELEM)DESCALE(tmp6 + z2 + z3, CONST_BITS - PASS1_BITS); in jpeg_fdct_islow() 226 tmp6 = dataptr[DCTSIZE * 1] - dataptr[DCTSIZE * 6]; in jpeg_fdct_islow() 258 z2 = tmp5 + tmp6; in jpeg_fdct_islow() 259 z3 = tmp4 + tmp6; in jpeg_fdct_islow() [all...] |
H A D | jidctflt.c | 76 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_idct_float() local 148 tmp6 = DEQUANTIZE(inptr[DCTSIZE * 5], quantptr[DCTSIZE * 5] * _0_125); in jpeg_idct_float() 151 z13 = tmp6 + tmp5; /* phase 6 */ in jpeg_idct_float() 152 z10 = tmp6 - tmp5; in jpeg_idct_float() 163 tmp6 = tmp12 - tmp7; /* phase 2 */ in jpeg_idct_float() 164 tmp5 = tmp11 - tmp6; in jpeg_idct_float() 169 wsptr[DCTSIZE * 1] = tmp1 + tmp6; in jpeg_idct_float() 170 wsptr[DCTSIZE * 6] = tmp1 - tmp6; in jpeg_idct_float() 221 tmp6 = tmp12 - tmp7; in jpeg_idct_float() 222 tmp5 = tmp11 - tmp6; in jpeg_idct_float() [all...] |
H A D | jidctfst.c | 175 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_idct_ifast() local 247 tmp6 = DEQUANTIZE(inptr[DCTSIZE * 5], quantptr[DCTSIZE * 5]); in jpeg_idct_ifast() 250 z13 = tmp6 + tmp5; /* phase 6 */ in jpeg_idct_ifast() 251 z10 = tmp6 - tmp5; in jpeg_idct_ifast() 262 tmp6 = tmp12 - tmp7; /* phase 2 */ in jpeg_idct_ifast() 263 tmp5 = tmp11 - tmp6; in jpeg_idct_ifast() 268 wsptr[DCTSIZE * 1] = (int)(tmp1 + tmp6); in jpeg_idct_ifast() 269 wsptr[DCTSIZE * 6] = (int)(tmp1 - tmp6); in jpeg_idct_ifast() 344 tmp6 = tmp12 - tmp7; /* phase 2 */ in jpeg_idct_ifast() 345 tmp5 = tmp11 - tmp6; in jpeg_idct_ifast() [all...] |
H A D | jfdctflt.c | 62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_fdct_float() local 75 tmp6 = dataptr[1] - dataptr[6]; in jpeg_fdct_float() 98 tmp11 = tmp5 + tmp6; in jpeg_fdct_float() 99 tmp12 = tmp6 + tmp7; in jpeg_fdct_float() 125 tmp6 = dataptr[DCTSIZE * 1] - dataptr[DCTSIZE * 6]; in jpeg_fdct_float() 148 tmp11 = tmp5 + tmp6; in jpeg_fdct_float() 149 tmp12 = tmp6 + tmp7; in jpeg_fdct_float()
|
H A D | jfdctfst.c | 119 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_fdct_ifast() local 133 tmp6 = dataptr[1] - dataptr[6]; in jpeg_fdct_ifast() 156 tmp11 = tmp5 + tmp6; in jpeg_fdct_ifast() 157 tmp12 = tmp6 + tmp7; in jpeg_fdct_ifast() 183 tmp6 = dataptr[DCTSIZE * 1] - dataptr[DCTSIZE * 6]; in jpeg_fdct_ifast() 206 tmp11 = tmp5 + tmp6; in jpeg_fdct_ifast() 207 tmp12 = tmp6 + tmp7; in jpeg_fdct_ifast()
|
/third_party/ffmpeg/libavcodec/ |
H A D | faandct.c | 67 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in row_fdct() local 76 tmp6= data[1 + i] - data[6 + i]; in row_fdct() 96 tmp5 += tmp6; in row_fdct() 97 tmp6 += tmp7; in row_fdct() 99 z2= tmp4*(A2+A5) - tmp6*A5; in row_fdct() 100 z4= tmp6*(A4-A5) + tmp4*A5; in row_fdct() 116 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_faandct() local 130 tmp6= temp[8*1 + i] - temp[8*6 + i]; in ff_faandct() 150 tmp5 += tmp6; in ff_faandct() 151 tmp6 in ff_faandct() 170 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; ff_faandct248() local [all...] |
H A D | jfdctint_template.c | 184 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in row_fdct() local 199 tmp6 = dataptr[1] - dataptr[6]; in row_fdct() 229 z2 = tmp5 + tmp6; in row_fdct() 230 z3 = tmp4 + tmp6; in row_fdct() 236 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ in row_fdct() 248 dataptr[3] = (int16_t) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS); in row_fdct() 262 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_jpeg_fdct_islow() local 280 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6]; in ff_jpeg_fdct_islow() 310 z2 = tmp5 + tmp6; in ff_jpeg_fdct_islow() 344 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; ff_fdct248_islow() local [all...] |
H A D | jfdctfst.c | 145 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in row_fdct() local 158 tmp6 = dataptr[1] - dataptr[6]; in row_fdct() 181 tmp11 = tmp5 + tmp6; in row_fdct() 182 tmp12 = tmp6 + tmp7; in row_fdct() 209 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_fdct_ifast() local 224 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6]; in ff_fdct_ifast() 247 tmp11 = tmp5 + tmp6; in ff_fdct_ifast() 248 tmp12 = tmp6 + tmp7; in ff_fdct_ifast() 275 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_fdct_ifast248() local 293 tmp6 in ff_fdct_ifast248() [all...] |
H A D | hq_hqadsp.c | 37 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9, tmpA; in idct_row() local 46 tmp6 = IDCTMUL(tmp2, FIX_1_082) - tmp5; in idct_row() 51 tmpB = tmp6 * 4 + tmpA; in idct_row() 75 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9, tmpA; in idct_col() local 84 tmp6 = IDCTMUL(tmp2, FIX_1_082) - tmp5; in idct_col() 89 tmpB = tmp6 * 2 + tmpA; in idct_col()
|
H A D | fft_template.c | 326 unsigned tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in fft_calc_c() local 340 tmp6 = tmpz[2].im + (unsigned)tmpz[3].im; in fft_calc_c() 348 tmpz[0].im = tmp2 + tmp6; in fft_calc_c() 349 tmpz[2].im = tmp2 - tmp6; in fft_calc_c() 371 tmp6 = tmp2 + tmp4; in fft_calc_c() 381 tmpz[4].im = tmpz[0].im - tmp6; in fft_calc_c() 382 tmpz[0].im = tmpz[0].im + tmp6; in fft_calc_c() 393 tmp6 = (int32_t)((accu + 0x40000000) >> 31); in fft_calc_c() 398 tmp2 = tmp6 + tmp8; in fft_calc_c() 399 tmp4 = tmp6 in fft_calc_c() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jidctfst-neon.c | 149 int16x4_t tmp6 = vmul_s16(vget_high_s16(row5), quant_row5); in jsimd_idct_ifast_neon() local 152 int16x4_t z13 = vadd_s16(tmp6, tmp5); /* phase 6 */ in jsimd_idct_ifast_neon() 153 int16x4_t neg_z10 = vsub_s16(tmp5, tmp6); in jsimd_idct_ifast_neon() 172 tmp6 = vsub_s16(tmp12, tmp7); /* phase 2 */ in jsimd_idct_ifast_neon() 173 tmp5 = vsub_s16(tmp11, tmp6); in jsimd_idct_ifast_neon() 178 row1 = vcombine_s16(dcval, vadd_s16(tmp1, tmp6)); in jsimd_idct_ifast_neon() 179 row6 = vcombine_s16(dcval, vsub_s16(tmp1, tmp6)); in jsimd_idct_ifast_neon() 224 int16x4_t tmp6 = vmul_s16(vget_low_s16(row5), quant_row5); in jsimd_idct_ifast_neon() local 227 int16x4_t z13 = vadd_s16(tmp6, tmp5); /* phase 6 */ in jsimd_idct_ifast_neon() 228 int16x4_t neg_z10 = vsub_s16(tmp5, tmp6); in jsimd_idct_ifast_neon() 294 int16x8_t tmp6 = vmulq_s16(row5, quant_row5); jsimd_idct_ifast_neon() local 398 int16x8_t tmp6 = vsubq_s16(tmp12, tmp7); /* phase 2 */ jsimd_idct_ifast_neon() local [all...] |
H A D | jfdctfst-neon.c | 92 int16x8_t tmp6 = vsubq_s16(col1, col6); in jsimd_fdct_ifast_neon() local 113 tmp11 = vaddq_s16(tmp5, tmp6); in jsimd_fdct_ifast_neon() 114 tmp12 = vaddq_s16(tmp6, tmp7); in jsimd_fdct_ifast_neon() 166 tmp6 = vsubq_s16(row1, row6); in jsimd_fdct_ifast_neon() 187 tmp11 = vaddq_s16(tmp5, tmp6); in jsimd_fdct_ifast_neon() 188 tmp12 = vaddq_s16(tmp6, tmp7); in jsimd_fdct_ifast_neon()
|
H A D | jfdctint-neon.c | 126 int16x8_t tmp6 = vsubq_s16(col1, col6); in jsimd_fdct_islow_neon() local 163 int16x8_t z2 = vaddq_s16(tmp5, tmp6); in jsimd_fdct_islow_neon() 164 int16x8_t z3 = vaddq_s16(tmp4, tmp6); in jsimd_fdct_islow_neon() 179 int32x4_t tmp6_l = vmull_lane_s16(vget_low_s16(tmp6), consts.val[2], 3); in jsimd_fdct_islow_neon() 180 int32x4_t tmp6_h = vmull_lane_s16(vget_high_s16(tmp6), consts.val[2], 3); in jsimd_fdct_islow_neon() 265 tmp6 = vsubq_s16(row1, row6); in jsimd_fdct_islow_neon() 300 z2 = vaddq_s16(tmp5, tmp6); in jsimd_fdct_islow_neon() 301 z3 = vaddq_s16(tmp4, tmp6); in jsimd_fdct_islow_neon() 316 tmp6_l = vmull_lane_s16(vget_low_s16(tmp6), consts.val[2], 3); in jsimd_fdct_islow_neon() 317 tmp6_h = vmull_lane_s16(vget_high_s16(tmp6), const in jsimd_fdct_islow_neon() [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 87 shrp $b=tmp6,tmp6,2 } // b=ROTATE(b,30) 90 mux2 tmp6=$a,0x44 };; // see b in next iteration 113 shrp $b=tmp6,tmp6,2 } // b=ROTATE(b,30) 115 mux2 tmp6=$a,0x44 };; // see b in next iteration 143 shrp $b=tmp6,tmp6,2 } // b=ROTATE(b,30) 145 mux2 tmp6=$a,0x44 };; // see b in next iteration 172 shrp $b=tmp6,tmp [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 87 shrp $b=tmp6,tmp6,2 } // b=ROTATE(b,30) 90 mux2 tmp6=$a,0x44 };; // see b in next iteration 113 shrp $b=tmp6,tmp6,2 } // b=ROTATE(b,30) 115 mux2 tmp6=$a,0x44 };; // see b in next iteration 143 shrp $b=tmp6,tmp6,2 } // b=ROTATE(b,30) 145 mux2 tmp6=$a,0x44 };; // see b in next iteration 172 shrp $b=tmp6,tmp [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fspp.c | 250 int_simd16_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in column_fidct_c() local 271 tmp6 = dataptr[DCTSIZE * 1] - dataptr[DCTSIZE * 6]; in column_fidct_c() 314 tmp11 = tmp5 + tmp6; in column_fidct_c() 315 tmp12 = tmp6 + tmp7; in column_fidct_c() 334 THRESHOLD(tmp6, d5, threshold[5 * 8]); in column_fidct_c() 337 //Simd version uses here a shortcut for the tmp5,tmp6,tmp7 == 0 in column_fidct_c() 338 z13 = tmp6 + tmp5; in column_fidct_c() 339 z10 = (tmp6 - tmp5) << 1; in column_fidct_c() 349 tmp6 = tmp12 - tmp7; in column_fidct_c() 350 tmp5 = tmp11 - tmp6; in column_fidct_c() 373 int_simd16_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; row_idct_c() local 435 int_simd16_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; row_fdct_c() local [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctint-mmx.asm | 169 psubw mm7, mm2 ; mm7=data1-data6=tmp6 176 movq MMWORD [wk(0)], mm7 ; wk(0)=tmp6 249 movq mm5, MMWORD [wk(0)] ; mm5=tmp6 281 ; z1 = tmp4 + tmp7; z2 = tmp5 + tmp6; 283 ; tmp6 = tmp6 * 3.072711026; tmp7 = tmp7 * 1.501321110; 286 ; data3 = tmp6 + z2 + z3; data1 = tmp7 + z1 + z4; 290 ; tmp5 = tmp5 * (2.053119869 - 2.562915447) + tmp6 * -2.562915447; 291 ; tmp6 = tmp5 * -2.562915447 + tmp6 * (3.07271102 [all...] |
H A D | jfdctint-sse2.asm | 186 psubw xmm1, xmm2 ; xmm1=data1-data6=tmp6 193 movdqa XMMWORD [wk(0)], xmm1 ; wk(0)=tmp6 266 movdqa xmm3, XMMWORD [wk(0)] ; xmm3=tmp6 298 ; z1 = tmp4 + tmp7; z2 = tmp5 + tmp6; 300 ; tmp6 = tmp6 * 3.072711026; tmp7 = tmp7 * 1.501321110; 303 ; data3 = tmp6 + z2 + z3; data1 = tmp7 + z1 + z4; 307 ; tmp5 = tmp5 * (2.053119869 - 2.562915447) + tmp6 * -2.562915447; 308 ; tmp6 = tmp5 * -2.562915447 + tmp6 * (3.07271102 [all...] |
H A D | jfdctint-avx2.asm | 175 ; z1 = tmp4 + tmp7; z2 = tmp5 + tmp6; 177 ; tmp6 = tmp6 * 3.072711026; tmp7 = tmp7 * 1.501321110; 180 ; data3 = tmp6 + z2 + z3; data1 = tmp7 + z1 + z4; 184 ; tmp5 = tmp5 * (2.053119869 - 2.562915447) + tmp6 * -2.562915447; 185 ; tmp6 = tmp5 * -2.562915447 + tmp6 * (3.072711026 - 2.562915447); 188 ; data3 = tmp6 + z3; data1 = tmp7 + z4;
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jfdctint-sse2.asm | 178 psubw xmm1, xmm2 ; xmm1=data1-data6=tmp6 185 movdqa XMMWORD [wk(0)], xmm1 ; wk(0)=tmp6 258 movdqa xmm3, XMMWORD [wk(0)] ; xmm3=tmp6 290 ; z1 = tmp4 + tmp7; z2 = tmp5 + tmp6; 292 ; tmp6 = tmp6 * 3.072711026; tmp7 = tmp7 * 1.501321110; 295 ; data3 = tmp6 + z2 + z3; data1 = tmp7 + z1 + z4; 299 ; tmp5 = tmp5 * (2.053119869 - 2.562915447) + tmp6 * -2.562915447; 300 ; tmp6 = tmp5 * -2.562915447 + tmp6 * (3.07271102 [all...] |
H A D | jfdctint-avx2.asm | 175 ; z1 = tmp4 + tmp7; z2 = tmp5 + tmp6; 177 ; tmp6 = tmp6 * 3.072711026; tmp7 = tmp7 * 1.501321110; 180 ; data3 = tmp6 + z2 + z3; data1 = tmp7 + z1 + z4; 184 ; tmp5 = tmp5 * (2.053119869 - 2.562915447) + tmp6 * -2.562915447; 185 ; tmp6 = tmp5 * -2.562915447 + tmp6 * (3.072711026 - 2.562915447); 188 ; data3 = tmp6 + z3; data1 = tmp7 + z4;
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | fft_mips.c | 66 FFTSample tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in ff_fft_calc_mips() local 86 tmp6 = tmpz[2].im + tmpz[3].im; in ff_fft_calc_mips() 94 tmpz[0].im = tmp2 + tmp6; in ff_fft_calc_mips() 95 tmpz[2].im = tmp2 - tmp6; in ff_fft_calc_mips() 130 "add.s %[tmp6], %[tmp2], %[tmp4] \n\t" // tmp6 = tmp2 + tmp4; in ff_fft_calc_mips() 145 "sub.s %[pom], %[pom2], %[tmp6] \n\t" in ff_fft_calc_mips() 146 "add.s %[pom2], %[pom2], %[tmp6] \n\t" in ff_fft_calc_mips() 149 "swc1 %[pom], 36(%[tmpz]) \n\t" // tmpz[4].im = tmpz[0].im - tmp6; in ff_fft_calc_mips() 150 "swc1 %[pom2], 4(%[tmpz]) \n\t" // tmpz[0].im = tmpz[0].im + tmp6; in ff_fft_calc_mips() [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264dsp_lasx.c | 1013 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_biweight_h264_pixels16_8_lasx() local 1033 src, stride_3x, tmp4, tmp5, tmp6, tmp7); in ff_biweight_h264_pixels16_8_lasx() 1036 0x20, tmp7, tmp6, 0x20, src0, src1, src2, src3); in ff_biweight_h264_pixels16_8_lasx() 1041 dst, stride_3x, tmp4, tmp5, tmp6, tmp7); in ff_biweight_h264_pixels16_8_lasx() 1044 0x20, tmp7, tmp6, 0x20, dst0, dst1, dst2, dst3); in ff_biweight_h264_pixels16_8_lasx() 1058 offset, wgt, vec6, offset, wgt, vec7, tmp4, tmp5, tmp6, tmp7); in ff_biweight_h264_pixels16_8_lasx() 1066 tmp6 = __lasx_xvsra_h(tmp6, denom); in ff_biweight_h264_pixels16_8_lasx() 1071 DUP4_ARG1(__lasx_xvclip255_h, tmp4, tmp5, tmp6, tmp7, in ff_biweight_h264_pixels16_8_lasx() 1072 tmp4, tmp5, tmp6, tmp in ff_biweight_h264_pixels16_8_lasx() 1288 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom, offset; avc_biwgt_8x16_lasx() local 1488 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom, offset; avc_biwgt_4x8_lasx() local 1570 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; ff_weight_h264_pixels16_8_lasx() local 1977 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom, offset; avc_wgt_4x8_lasx() local [all...] |
H A D | vp8_lpf_lsx.c | 337 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_vp8_h_loop_filter16_lsx() local 375 tmp6 = __lsx_vilvl_h(tmp1, tmp0); in ff_vp8_h_loop_filter16_lsx() 398 VP8_ST6x1_UB(tmp6, 0, tmp5, 0, temp_src, 4); in ff_vp8_h_loop_filter16_lsx() 400 VP8_ST6x1_UB(tmp6, 1, tmp5, 1, temp_src, 4); in ff_vp8_h_loop_filter16_lsx() 402 VP8_ST6x1_UB(tmp6, 2, tmp5, 2, temp_src, 4); in ff_vp8_h_loop_filter16_lsx() 404 VP8_ST6x1_UB(tmp6, 3, tmp5, 3, temp_src, 4); in ff_vp8_h_loop_filter16_lsx() 424 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_vp8_h_loop_filter8uv_lsx() local 464 tmp6 = __lsx_vilvl_h(tmp1, tmp0); in ff_vp8_h_loop_filter8uv_lsx() 488 VP8_ST6x1_UB(tmp6, 0, tmp5, 0, dst_v, 4); in ff_vp8_h_loop_filter8uv_lsx() 490 VP8_ST6x1_UB(tmp6, in ff_vp8_h_loop_filter8uv_lsx() 543 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; ff_vp8_h_loop_filter16_inner_lsx() local [all...] |
H A D | h264idct_lasx.c | 85 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_h264_idct8_addblk_lasx() local 136 tmp6 = __lasx_xvsrai_h(vec1, 2); in ff_h264_idct8_addblk_lasx() 137 tmp6 = __lasx_xvsub_h(tmp6, vec2); in ff_h264_idct8_addblk_lasx() 141 LASX_BUTTERFLY_8_H(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, in ff_h264_idct8_addblk_lasx() 149 tmp4, tmp5, tmp6, tmp7); in ff_h264_idct8_addblk_lasx() 154 vec2 = __lasx_xvsub_w(vec2, tmp6); in ff_h264_idct8_addblk_lasx() 155 vec3 = __lasx_xvsrai_w(tmp6, 1); in ff_h264_idct8_addblk_lasx() 161 tmp6 = __lasx_xvsub_w(vec0, vec3); in ff_h264_idct8_addblk_lasx() 193 LASX_BUTTERFLY_4_W(tmp4, tmp6, tmp in ff_h264_idct8_addblk_lasx() [all...] |