Home
last modified time | relevance | path

Searched refs:tmp7 (Results 1 - 25 of 70) sorted by relevance

123

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djfdctint.c145 JLONG tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_fdct_islow() local
159 tmp7 = dataptr[0] - dataptr[7]; in jpeg_fdct_islow()
187 * i0..i3 in the paper are tmp4..tmp7 here. in jpeg_fdct_islow()
190 z1 = tmp4 + tmp7; in jpeg_fdct_islow()
193 z4 = tmp5 + tmp7; in jpeg_fdct_islow()
199 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ in jpeg_fdct_islow()
211 dataptr[1] = (DCTELEM)DESCALE(tmp7 + z1 + z4, CONST_BITS - PASS1_BITS); in jpeg_fdct_islow()
224 tmp7 = dataptr[DCTSIZE * 0] - dataptr[DCTSIZE * 7]; in jpeg_fdct_islow()
254 * i0..i3 in the paper are tmp4..tmp7 her in jpeg_fdct_islow()
[all...]
H A Djidctflt.c76 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_idct_float() local
149 tmp7 = DEQUANTIZE(inptr[DCTSIZE * 7], quantptr[DCTSIZE * 7] * _0_125); in jpeg_idct_float()
153 z11 = tmp4 + tmp7; in jpeg_idct_float()
154 z12 = tmp4 - tmp7; in jpeg_idct_float()
156 tmp7 = z11 + z13; /* phase 5 */ in jpeg_idct_float()
163 tmp6 = tmp12 - tmp7; /* phase 2 */ in jpeg_idct_float()
167 wsptr[DCTSIZE * 0] = tmp0 + tmp7; in jpeg_idct_float()
168 wsptr[DCTSIZE * 7] = tmp0 - tmp7; in jpeg_idct_float()
214 tmp7 = z11 + z13; in jpeg_idct_float()
221 tmp6 = tmp12 - tmp7; in jpeg_idct_float()
[all...]
H A Djfdctflt.c62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_fdct_float() local
73 tmp7 = dataptr[0] - dataptr[7]; in jpeg_fdct_float()
99 tmp12 = tmp6 + tmp7; in jpeg_fdct_float()
107 z11 = tmp7 + z3; /* phase 5 */ in jpeg_fdct_float()
108 z13 = tmp7 - z3; in jpeg_fdct_float()
123 tmp7 = dataptr[DCTSIZE * 0] - dataptr[DCTSIZE * 7]; in jpeg_fdct_float()
149 tmp12 = tmp6 + tmp7; in jpeg_fdct_float()
157 z11 = tmp7 + z3; /* phase 5 */ in jpeg_fdct_float()
158 z13 = tmp7 - z3; in jpeg_fdct_float()
H A Djfdctfst.c119 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_fdct_ifast() local
131 tmp7 = dataptr[0] - dataptr[7]; in jpeg_fdct_ifast()
157 tmp12 = tmp6 + tmp7; in jpeg_fdct_ifast()
165 z11 = tmp7 + z3; /* phase 5 */ in jpeg_fdct_ifast()
166 z13 = tmp7 - z3; in jpeg_fdct_ifast()
181 tmp7 = dataptr[DCTSIZE * 0] - dataptr[DCTSIZE * 7]; in jpeg_fdct_ifast()
207 tmp12 = tmp6 + tmp7; in jpeg_fdct_ifast()
215 z11 = tmp7 + z3; /* phase 5 */ in jpeg_fdct_ifast()
216 z13 = tmp7 - z3; in jpeg_fdct_ifast()
H A Djidctfst.c175 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in jpeg_idct_ifast() local
248 tmp7 = DEQUANTIZE(inptr[DCTSIZE * 7], quantptr[DCTSIZE * 7]); in jpeg_idct_ifast()
252 z11 = tmp4 + tmp7; in jpeg_idct_ifast()
253 z12 = tmp4 - tmp7; in jpeg_idct_ifast()
255 tmp7 = z11 + z13; /* phase 5 */ in jpeg_idct_ifast()
262 tmp6 = tmp12 - tmp7; /* phase 2 */ in jpeg_idct_ifast()
266 wsptr[DCTSIZE * 0] = (int)(tmp0 + tmp7); in jpeg_idct_ifast()
267 wsptr[DCTSIZE * 7] = (int)(tmp0 - tmp7); in jpeg_idct_ifast()
337 tmp7 = z11 + z13; /* phase 5 */ in jpeg_idct_ifast()
344 tmp6 = tmp12 - tmp7; /* phas in jpeg_idct_ifast()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dfaandct.c67 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in row_fdct() local
74 tmp7= data[0 + i] - data[7 + i]; in row_fdct()
97 tmp6 += tmp7; in row_fdct()
104 z11= tmp7 + tmp5; in row_fdct()
105 z13= tmp7 - tmp5; in row_fdct()
116 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_faandct() local
128 tmp7= temp[8*0 + i] - temp[8*7 + i]; in ff_faandct()
151 tmp6 += tmp7; in ff_faandct()
158 z11= tmp7 + tmp5; in ff_faandct()
159 z13= tmp7 in ff_faandct()
170 FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; ff_faandct248() local
[all...]
H A Djfdctfst.c145 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in row_fdct() local
156 tmp7 = dataptr[0] - dataptr[7]; in row_fdct()
182 tmp12 = tmp6 + tmp7; in row_fdct()
190 z11 = tmp7 + z3; /* phase 5 */ in row_fdct()
191 z13 = tmp7 - z3; in row_fdct()
209 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_fdct_ifast() local
222 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7]; in ff_fdct_ifast()
248 tmp12 = tmp6 + tmp7; in ff_fdct_ifast()
256 z11 = tmp7 + z3; /* phase 5 */ in ff_fdct_ifast()
257 z13 = tmp7 in ff_fdct_ifast()
275 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; ff_fdct_ifast248() local
[all...]
H A Djfdctint_template.c184 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in row_fdct() local
197 tmp7 = dataptr[0] - dataptr[7]; in row_fdct()
225 * i0..i3 in the paper are tmp4..tmp7 here. in row_fdct()
228 z1 = tmp4 + tmp7; in row_fdct()
231 z4 = tmp5 + tmp7; in row_fdct()
237 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ in row_fdct()
249 dataptr[1] = (int16_t) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS); in row_fdct()
262 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_jpeg_fdct_islow() local
278 tmp7 in ff_jpeg_fdct_islow()
344 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; ff_fdct248_islow() local
[all...]
H A Dhq_hqadsp.c37 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9, tmpA; in idct_row() local
47 tmp7 = tmp5 - IDCTMUL(tmp0, FIX_2_613) * 2; in idct_row()
49 tmp9 = tmp7 * 4 - tmp8; in idct_row()
75 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9, tmpA; in idct_col() local
85 tmp7 = tmp5 - IDCTMUL(tmp0, FIX_2_613) * 2; in idct_col()
87 tmp9 = tmp7 * 2 - tmp8; in idct_col()
H A Dfft_template.c326 unsigned tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in fft_calc_c() local
344 tmp7 = tmpz[2].re - (unsigned)tmpz[3].re; in fft_calc_c()
352 tmpz[1].im = tmp4 - tmp7; in fft_calc_c()
353 tmpz[3].im = tmp4 + tmp7; in fft_calc_c()
370 tmp7 = tmp1 - tmp3; in fft_calc_c()
385 tmpz[6].im = tmpz[2].im + tmp7; in fft_calc_c()
386 tmpz[2].im = tmpz[2].im - tmp7; in fft_calc_c()
391 tmp7 = (int32_t)((accu + 0x40000000) >> 31); in fft_calc_c()
396 tmp1 = tmp5 + tmp7; in fft_calc_c()
397 tmp3 = tmp5 - tmp7; in fft_calc_c()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djidctfst-neon.c150 int16x4_t tmp7 = vmul_s16(vget_high_s16(row7), quant_row7); in jsimd_idct_ifast_neon() local
154 int16x4_t z11 = vadd_s16(tmp4, tmp7); in jsimd_idct_ifast_neon()
155 int16x4_t z12 = vsub_s16(tmp4, tmp7); in jsimd_idct_ifast_neon()
157 tmp7 = vadd_s16(z11, z13); /* phase 5 */ in jsimd_idct_ifast_neon()
172 tmp6 = vsub_s16(tmp12, tmp7); /* phase 2 */ in jsimd_idct_ifast_neon()
176 row0 = vcombine_s16(dcval, vadd_s16(tmp0, tmp7)); in jsimd_idct_ifast_neon()
177 row7 = vcombine_s16(dcval, vsub_s16(tmp0, tmp7)); in jsimd_idct_ifast_neon()
225 int16x4_t tmp7 = vmul_s16(vget_low_s16(row7), quant_row7); in jsimd_idct_ifast_neon() local
229 int16x4_t z11 = vadd_s16(tmp4, tmp7); in jsimd_idct_ifast_neon()
230 int16x4_t z12 = vsub_s16(tmp4, tmp7); in jsimd_idct_ifast_neon()
295 int16x8_t tmp7 = vmulq_s16(row7, quant_row7); jsimd_idct_ifast_neon() local
383 int16x8_t tmp7 = vaddq_s16(z11, z13); /* phase 5 */ jsimd_idct_ifast_neon() local
[all...]
H A Djfdctfst-neon.c90 int16x8_t tmp7 = vsubq_s16(col0, col7); in jsimd_fdct_ifast_neon() local
114 tmp12 = vaddq_s16(tmp6, tmp7); in jsimd_fdct_ifast_neon()
124 int16x8_t z11 = vaddq_s16(tmp7, z3); /* phase 5 */ in jsimd_fdct_ifast_neon()
125 int16x8_t z13 = vsubq_s16(tmp7, z3); in jsimd_fdct_ifast_neon()
164 tmp7 = vsubq_s16(row0, row7); in jsimd_fdct_ifast_neon()
188 tmp12 = vaddq_s16(tmp6, tmp7); in jsimd_fdct_ifast_neon()
198 z11 = vaddq_s16(tmp7, z3); /* phase 5 */ in jsimd_fdct_ifast_neon()
199 z13 = vsubq_s16(tmp7, z3); in jsimd_fdct_ifast_neon()
H A Djfdctint-neon.c124 int16x8_t tmp7 = vsubq_s16(col0, col7); in jsimd_fdct_islow_neon() local
162 int16x8_t z1 = vaddq_s16(tmp4, tmp7); in jsimd_fdct_islow_neon()
165 int16x8_t z4 = vaddq_s16(tmp5, tmp7); in jsimd_fdct_islow_neon()
182 int32x4_t tmp7_l = vmull_lane_s16(vget_low_s16(tmp7), consts.val[1], 2); in jsimd_fdct_islow_neon()
183 int32x4_t tmp7_h = vmull_lane_s16(vget_high_s16(tmp7), consts.val[1], 2); in jsimd_fdct_islow_neon()
263 tmp7 = vsubq_s16(row0, row7); in jsimd_fdct_islow_neon()
299 z1 = vaddq_s16(tmp4, tmp7); in jsimd_fdct_islow_neon()
302 z4 = vaddq_s16(tmp5, tmp7); in jsimd_fdct_islow_neon()
319 tmp7_l = vmull_lane_s16(vget_low_s16(tmp7), consts.val[1], 2); in jsimd_fdct_islow_neon()
320 tmp7_h = vmull_lane_s16(vget_high_s16(tmp7), const in jsimd_fdct_islow_neon()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.c250 int_simd16_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in column_fidct_c() local
268 tmp7 = dataptr[DCTSIZE * 0] - dataptr[DCTSIZE * 7]; in column_fidct_c()
315 tmp12 = tmp6 + tmp7; in column_fidct_c()
322 z11 = tmp7 + z3; in column_fidct_c()
323 z13 = tmp7 - z3; in column_fidct_c()
335 THRESHOLD(tmp7, d7, threshold[7 * 8]); in column_fidct_c()
337 //Simd version uses here a shortcut for the tmp5,tmp6,tmp7 == 0 in column_fidct_c()
340 z11 = tmp4 + tmp7; in column_fidct_c()
341 z12 = (tmp4 - tmp7) << 1; in column_fidct_c()
343 tmp7 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 Djfdctint-mmx.asm170 psubw mm6, mm3 ; mm6=data0-data7=tmp7
177 movq MMWORD [wk(1)], mm6 ; wk(1)=tmp7
250 movq mm7, MMWORD [wk(1)] ; mm7=tmp7
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;
289 ; tmp4 = tmp4 * (0.298631336 - 0.899976223) + tmp7 * -0.899976223;
292 ; tmp7 = tmp4 * -0.899976223 + tmp7 * (1.50132111
[all...]
H A Djfdctint-sse2.asm187 psubw xmm0, xmm5 ; xmm0=data0-data7=tmp7
194 movdqa XMMWORD [wk(1)], xmm0 ; wk(1)=tmp7
267 movdqa xmm1, XMMWORD [wk(1)] ; xmm1=tmp7
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;
306 ; tmp4 = tmp4 * (0.298631336 - 0.899976223) + tmp7 * -0.899976223;
309 ; tmp7 = tmp4 * -0.899976223 + tmp7 * (1.50132111
[all...]
H A Djfdctint-avx2.asm175 ; z1 = tmp4 + tmp7; z2 = tmp5 + tmp6;
177 ; tmp6 = tmp6 * 3.072711026; tmp7 = tmp7 * 1.501321110;
180 ; data3 = tmp6 + z2 + z3; data1 = tmp7 + z1 + z4;
183 ; tmp4 = tmp4 * (0.298631336 - 0.899976223) + tmp7 * -0.899976223;
186 ; tmp7 = tmp4 * -0.899976223 + tmp7 * (1.501321110 - 0.899976223);
188 ; data3 = tmp6 + z3; data1 = tmp7 + z4;
H A Djfdctflt-3dn.asm98 pfsub mm0, mm5 ; mm0=data0-data7=tmp7
110 movq MMWORD [wk(1)], mm0 ; wk(1)=tmp7
153 movq mm6, MMWORD [wk(1)] ; mm6=tmp7
157 pfadd mm0, mm6 ; mm0=tmp12, mm6=tmp7
213 pfsub mm0, mm5 ; mm0=data0-data7=tmp7
225 movq MMWORD [wk(1)], mm0 ; wk(1)=tmp7
268 movq mm6, MMWORD [wk(1)] ; mm6=tmp7
272 pfadd mm0, mm6 ; mm0=tmp12, mm6=tmp7
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctint-sse2.asm179 psubw xmm0, xmm5 ; xmm0=data0-data7=tmp7
186 movdqa XMMWORD [wk(1)], xmm0 ; wk(1)=tmp7
259 movdqa xmm1, XMMWORD [wk(1)] ; xmm1=tmp7
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;
298 ; tmp4 = tmp4 * (0.298631336 - 0.899976223) + tmp7 * -0.899976223;
301 ; tmp7 = tmp4 * -0.899976223 + tmp7 * (1.50132111
[all...]
H A Djfdctint-avx2.asm175 ; z1 = tmp4 + tmp7; z2 = tmp5 + tmp6;
177 ; tmp6 = tmp6 * 3.072711026; tmp7 = tmp7 * 1.501321110;
180 ; data3 = tmp6 + z2 + z3; data1 = tmp7 + z1 + z4;
183 ; tmp4 = tmp4 * (0.298631336 - 0.899976223) + tmp7 * -0.899976223;
186 ; tmp7 = tmp4 * -0.899976223 + tmp7 * (1.501321110 - 0.899976223);
188 ; data3 = tmp6 + z3; data1 = tmp7 + z4;
H A Djfdctflt-sse.asm126 subps xmm6, xmm3 ; xmm6=data0-data7=tmp7
133 movaps XMMWORD [wk(1)], xmm6 ; wk(1)=tmp7
176 movaps xmm0, XMMWORD [wk(1)] ; xmm0=tmp7
180 addps xmm6, xmm0 ; xmm6=tmp12, xmm0=tmp7
261 subps xmm6, xmm3 ; xmm6=data0-data7=tmp7
268 movaps XMMWORD [wk(1)], xmm6 ; wk(1)=tmp7
311 movaps xmm0, XMMWORD [wk(1)] ; xmm0=tmp7
315 addps xmm6, xmm0 ; xmm6=tmp12, xmm0=tmp7
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264idct_lasx.c85 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_h264_idct8_addblk_lasx() local
138 tmp7 = __lasx_xvsrai_h(vec0, 2); in ff_h264_idct8_addblk_lasx()
139 tmp7 = __lasx_xvsub_h(vec3, tmp7); 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()
163 vec0 = __lasx_xvsrai_w(tmp7, 1); in ff_h264_idct8_addblk_lasx()
166 vec0 = __lasx_xvsub_w(vec0, tmp7); in ff_h264_idct8_addblk_lasx()
170 vec1 = __lasx_xvadd_w(vec1, tmp7); in ff_h264_idct8_addblk_lasx()
175 vec2 = __lasx_xvadd_w(vec2, tmp7); in ff_h264_idct8_addblk_lasx()
[all...]
H A Dh264dsp_lasx.c1013 __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()
1067 tmp7 = __lasx_xvsra_h(tmp7, 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, tmp7); 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 Dvp8_lpf_lsx.c337 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_vp8_h_loop_filter16_lsx() local
376 tmp7 = __lsx_vilvh_h(tmp1, tmp0); in ff_vp8_h_loop_filter16_lsx()
406 VP8_ST6x1_UB(tmp7, 0, tmp5, 4, temp_src, 4); in ff_vp8_h_loop_filter16_lsx()
408 VP8_ST6x1_UB(tmp7, 1, tmp5, 5, temp_src, 4); in ff_vp8_h_loop_filter16_lsx()
410 VP8_ST6x1_UB(tmp7, 2, tmp5, 6, temp_src, 4); in ff_vp8_h_loop_filter16_lsx()
412 VP8_ST6x1_UB(tmp7, 3, tmp5, 7, 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
465 tmp7 = __lsx_vilvh_h(tmp1, tmp0); in ff_vp8_h_loop_filter8uv_lsx()
496 VP8_ST6x1_UB(tmp7, 0, tmp5, 4, dst_v, 4); in ff_vp8_h_loop_filter8uv_lsx()
498 VP8_ST6x1_UB(tmp7, 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...]
/third_party/ffmpeg/libavcodec/mips/
H A Dfft_mips.c66 FFTSample tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in ff_fft_calc_mips() local
90 tmp7 = tmpz[2].re - tmpz[3].re; in ff_fft_calc_mips()
98 tmpz[1].im = tmp4 - tmp7; in ff_fft_calc_mips()
99 tmpz[3].im = tmp4 + tmp7; in ff_fft_calc_mips()
127 "sub.s %[tmp7], %[tmp1], %[tmp3] \n\t" // tmp7 = tmp1 - tmp3; in ff_fft_calc_mips()
155 "add.s %[pom2], %[pom3], %[tmp7] \n\t" in ff_fft_calc_mips()
159 "swc1 %[pom2], 52(%[tmpz]) \n\t" // tmpz[6].im = tmpz[2].im + tmp7; in ff_fft_calc_mips()
161 "sub.s %[pom3], %[pom3], %[tmp7] \n\t" in ff_fft_calc_mips()
164 "mul.s %[tmp7], in ff_fft_calc_mips()
[all...]

Completed in 27 milliseconds

123