Home
last modified time | relevance | path

Searched refs:tmp11 (Results 1 - 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djidctint.c178 JLONG tmp10, tmp11, tmp12, tmp13; in jpeg_idct_islow() local
247 tmp11 = tmp1 + tmp2; in jpeg_idct_islow()
286 wsptr[DCTSIZE * 1] = (int)DESCALE(tmp11 + tmp2, CONST_BITS - PASS1_BITS); in jpeg_idct_islow()
287 wsptr[DCTSIZE * 6] = (int)DESCALE(tmp11 - tmp2, CONST_BITS - PASS1_BITS); in jpeg_idct_islow()
349 tmp11 = tmp1 + tmp2; in jpeg_idct_islow()
392 outptr[1] = range_limit[(int)DESCALE(tmp11 + tmp2, in jpeg_idct_islow()
395 outptr[6] = range_limit[(int)DESCALE(tmp11 - tmp2, in jpeg_idct_islow()
431 JLONG tmp0, tmp1, tmp2, tmp10, tmp11, tmp12, tmp13; in jpeg_idct_7x7() local
461 tmp11 = tmp10 + tmp12 + tmp13 - MULTIPLY(z2, FIX(1.841218003)); /* c2+c4-c6 */ in jpeg_idct_7x7()
489 wsptr[7 * 1] = (int)RIGHT_SHIFT(tmp11 in jpeg_idct_7x7()
580 JLONG tmp0, tmp1, tmp2, tmp10, tmp11, tmp12; jpeg_idct_6x6() local
701 JLONG tmp0, tmp1, tmp10, tmp11, tmp12; jpeg_idct_5x5() local
906 JLONG tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13, tmp14; jpeg_idct_9x9() local
1077 JLONG tmp10, tmp11, tmp12, tmp13, tmp14; jpeg_idct_10x10() local
1272 JLONG tmp10, tmp11, tmp12, tmp13, tmp14; jpeg_idct_11x11() local
1466 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; jpeg_idct_12x12() local
1682 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; jpeg_idct_13x13() local
1910 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; jpeg_idct_14x14() local
2136 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; jpeg_idct_15x15() local
2378 JLONG tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; jpeg_idct_16x16() local
[all...]
H A Djfdctflt.c63 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; in jpeg_fdct_float() local
85 tmp11 = tmp1 + tmp2; in jpeg_fdct_float()
88 dataptr[0] = tmp10 + tmp11; /* phase 3 */ in jpeg_fdct_float()
89 dataptr[4] = tmp10 - tmp11; in jpeg_fdct_float()
98 tmp11 = tmp5 + tmp6; in jpeg_fdct_float()
105 z3 = tmp11 * ((FAST_FLOAT)0.707106781); /* c4 */ in jpeg_fdct_float()
135 tmp11 = tmp1 + tmp2; in jpeg_fdct_float()
138 dataptr[DCTSIZE * 0] = tmp10 + tmp11; /* phase 3 */ in jpeg_fdct_float()
139 dataptr[DCTSIZE * 4] = tmp10 - tmp11; in jpeg_fdct_float()
148 tmp11 in jpeg_fdct_float()
[all...]
H A Djfdctfst.c120 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_fdct_ifast() local
143 tmp11 = tmp1 + tmp2; in jpeg_fdct_ifast()
146 dataptr[0] = tmp10 + tmp11; /* phase 3 */ in jpeg_fdct_ifast()
147 dataptr[4] = tmp10 - tmp11; in jpeg_fdct_ifast()
156 tmp11 = tmp5 + tmp6; in jpeg_fdct_ifast()
163 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */ in jpeg_fdct_ifast()
193 tmp11 = tmp1 + tmp2; in jpeg_fdct_ifast()
196 dataptr[DCTSIZE * 0] = tmp10 + tmp11; /* phase 3 */ in jpeg_fdct_ifast()
197 dataptr[DCTSIZE * 4] = tmp10 - tmp11; in jpeg_fdct_ifast()
206 tmp11 in jpeg_fdct_ifast()
[all...]
H A Djidctflt.c77 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; in jpeg_idct_float() local
134 tmp11 = tmp0 - tmp2; in jpeg_idct_float()
141 tmp1 = tmp11 + tmp12; in jpeg_idct_float()
142 tmp2 = tmp11 - tmp12; in jpeg_idct_float()
157 tmp11 = (z11 - z13) * ((FAST_FLOAT)1.414213562); /* 2*c4 */ in jpeg_idct_float()
164 tmp5 = tmp11 - tmp6; in jpeg_idct_float()
197 tmp11 = z5 - wsptr[4]; in jpeg_idct_float()
204 tmp1 = tmp11 + tmp12; in jpeg_idct_float()
205 tmp2 = tmp11 - tmp12; in jpeg_idct_float()
215 tmp11 in jpeg_idct_float()
[all...]
H A Djidctfst.c176 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_idct_ifast() local
233 tmp11 = tmp0 - tmp2; in jpeg_idct_ifast()
240 tmp1 = tmp11 + tmp12; in jpeg_idct_ifast()
241 tmp2 = tmp11 - tmp12; in jpeg_idct_ifast()
256 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */ in jpeg_idct_ifast()
263 tmp5 = tmp11 - tmp6; in jpeg_idct_ifast()
319 tmp11 = ((DCTELEM)wsptr[0] - (DCTELEM)wsptr[4]); in jpeg_idct_ifast()
327 tmp1 = tmp11 + tmp12; in jpeg_idct_ifast()
328 tmp2 = tmp11 - tmp12; in jpeg_idct_ifast()
338 tmp11 in jpeg_idct_ifast()
[all...]
H A Djfdctint.c146 JLONG tmp10, tmp11, tmp12, tmp13; in jpeg_fdct_islow() local
173 tmp11 = tmp1 + tmp2; in jpeg_fdct_islow()
176 dataptr[0] = (DCTELEM)LEFT_SHIFT(tmp10 + tmp11, PASS1_BITS); in jpeg_fdct_islow()
177 dataptr[4] = (DCTELEM)LEFT_SHIFT(tmp10 - tmp11, PASS1_BITS); in jpeg_fdct_islow()
238 tmp11 = tmp1 + tmp2; in jpeg_fdct_islow()
241 dataptr[DCTSIZE * 0] = (DCTELEM)DESCALE(tmp10 + tmp11, PASS1_BITS); in jpeg_fdct_islow()
242 dataptr[DCTSIZE * 4] = (DCTELEM)DESCALE(tmp10 - tmp11, PASS1_BITS); in jpeg_fdct_islow()
/third_party/ffmpeg/libavcodec/
H A Djfdctfst.c146 int tmp10, tmp11, tmp12, tmp13; in row_fdct() local
168 tmp11 = tmp1 + tmp2; in row_fdct()
171 dataptr[0] = tmp10 + tmp11; /* phase 3 */ in row_fdct()
172 dataptr[4] = tmp10 - tmp11; in row_fdct()
181 tmp11 = tmp5 + tmp6; in row_fdct()
188 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */ in row_fdct()
210 int tmp10, tmp11, tmp12, tmp13; in ff_fdct_ifast() local
234 tmp11 = tmp1 + tmp2; in ff_fdct_ifast()
237 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */ in ff_fdct_ifast()
238 dataptr[DCTSIZE*4] = tmp10 - tmp11; in ff_fdct_ifast()
276 int tmp10, tmp11, tmp12, tmp13; ff_fdct_ifast248() local
[all...]
H A Dfaandct.c68 FLOAT tmp10, tmp11, tmp12, tmp13; in row_fdct() local
84 tmp11= tmp1 + tmp2; in row_fdct()
87 temp[0 + i]= tmp10 + tmp11; in row_fdct()
88 temp[4 + i]= tmp10 - tmp11; in row_fdct()
117 FLOAT tmp10, tmp11, tmp12, tmp13; in ff_faandct() local
138 tmp11= tmp1 + tmp2; in ff_faandct()
141 data[8*0 + i]= lrintf(postscale[8*0 + i] * (tmp10 + tmp11)); in ff_faandct()
142 data[8*4 + i]= lrintf(postscale[8*4 + i] * (tmp10 - tmp11)); in ff_faandct()
171 FLOAT tmp10, tmp11, tmp12, tmp13; in ff_faandct248() local
190 tmp11 in ff_faandct248()
[all...]
H A Dhq_hqadsp.c38 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_row() local
58 tmp11 = tmpE - tmp10; in idct_row()
65 blk[2] = tmp11 + tmpA; in idct_row()
68 blk[5] = tmp11 - tmpA; in idct_row()
76 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_col() local
96 tmp11 = tmpE - tmp10; in idct_col()
103 blk[2 * 8] = (tmp11 + tmpA) >> 6; in idct_col()
106 blk[5 * 8] = (tmp11 - tmpA) >> 6; in idct_col()
H A Djfdctint_template.c185 int tmp10, tmp11, tmp12, tmp13; in row_fdct() local
211 tmp11 = tmp1 + tmp2; in row_fdct()
214 dataptr[0] = (int16_t) ((tmp10 + tmp11) * (1 << PASS1_BITS)); in row_fdct()
215 dataptr[4] = (int16_t) ((tmp10 - tmp11) * (1 << PASS1_BITS)); in row_fdct()
263 int tmp10, tmp11, tmp12, tmp13; in ff_jpeg_fdct_islow() local
292 tmp11 = tmp1 + tmp2; in ff_jpeg_fdct_islow()
295 dataptr[DCTSIZE*0] = DESCALE(tmp10 + tmp11, OUT_SHIFT); in ff_jpeg_fdct_islow()
296 dataptr[DCTSIZE*4] = DESCALE(tmp10 - tmp11, OUT_SHIFT); in ff_jpeg_fdct_islow()
345 int tmp10, tmp11, tmp12, tmp13; in ff_fdct248_islow() local
369 tmp11 in ff_fdct248_islow()
[all...]
H A Djrevdct.c218 int32_t tmp10, tmp11, tmp12, tmp13; in ff_j_rev_dct() local
285 tmp11 = tmp1 + tmp2; in ff_j_rev_dct()
297 tmp11 = tmp1 + tmp2; in ff_j_rev_dct()
311 tmp11 = tmp1 + tmp2; in ff_j_rev_dct()
316 tmp11 = tmp12 = (d0 - d4) * CONST_SCALE; in ff_j_rev_dct()
584 dataptr[1] = (int16_t) DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS); in ff_j_rev_dct()
585 dataptr[6] = (int16_t) DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS); in ff_j_rev_dct()
631 tmp11 = tmp1 + tmp2; in ff_j_rev_dct()
643 tmp11 = tmp1 + tmp2; in ff_j_rev_dct()
657 tmp11 in ff_j_rev_dct()
956 int32_t tmp10, tmp11, tmp12, tmp13; ff_j_rev_dct4() local
[all...]
H A D4xm.c169 int tmp10, tmp11, tmp12, tmp13; in idct() local
176 tmp11 = block[8 * 0 + i] - block[8 * 4 + i]; in idct()
183 tmp1 = tmp11 + tmp12; in idct()
184 tmp2 = tmp11 - tmp12; in idct()
192 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); in idct()
199 tmp5 = tmp11 - tmp6; in idct()
214 tmp11 = temp[0 + i] - temp[4 + i]; in idct()
221 tmp1 = tmp11 + tmp12; in idct()
222 tmp2 = tmp11 - tmp12; in idct()
230 tmp11 in idct()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djidctfst-neon.c133 int16x4_t tmp11 = vsub_s16(tmp0, tmp2); in jsimd_idct_ifast_neon() local
143 tmp1 = vadd_s16(tmp11, tmp12); in jsimd_idct_ifast_neon()
144 tmp2 = vsub_s16(tmp11, tmp12); in jsimd_idct_ifast_neon()
159 tmp11 = vqdmulh_lane_s16(z11_sub_z13, consts, 1); in jsimd_idct_ifast_neon()
160 tmp11 = vadd_s16(tmp11, z11_sub_z13); in jsimd_idct_ifast_neon()
173 tmp5 = vsub_s16(tmp11, tmp6); in jsimd_idct_ifast_neon()
208 int16x4_t tmp11 = vsub_s16(tmp0, tmp2); in jsimd_idct_ifast_neon() local
218 tmp1 = vadd_s16(tmp11, tmp12); in jsimd_idct_ifast_neon()
219 tmp2 = vsub_s16(tmp11, tmp1 in jsimd_idct_ifast_neon()
278 int16x8_t tmp11 = vsubq_s16(tmp0, tmp2); jsimd_idct_ifast_neon() local
364 int16x8_t tmp11 = vsubq_s16(col0, col4); jsimd_idct_ifast_neon() local
[all...]
H A Djfdctfst-neon.c101 int16x8_t tmp11 = vaddq_s16(tmp1, tmp2); in jsimd_fdct_ifast_neon() local
104 col0 = vaddq_s16(tmp10, tmp11); /* phase 3 */ in jsimd_fdct_ifast_neon()
105 col4 = vsubq_s16(tmp10, tmp11); in jsimd_fdct_ifast_neon()
113 tmp11 = vaddq_s16(tmp5, tmp6); in jsimd_fdct_ifast_neon()
122 int16x8_t z3 = vqdmulhq_lane_s16(tmp11, consts, 2); in jsimd_fdct_ifast_neon()
175 tmp11 = vaddq_s16(tmp1, tmp2); in jsimd_fdct_ifast_neon()
178 row0 = vaddq_s16(tmp10, tmp11); /* phase 3 */ in jsimd_fdct_ifast_neon()
179 row4 = vsubq_s16(tmp10, tmp11); in jsimd_fdct_ifast_neon()
187 tmp11 = vaddq_s16(tmp5, tmp6); in jsimd_fdct_ifast_neon()
196 z3 = vqdmulhq_lane_s16(tmp11, const in jsimd_fdct_ifast_neon()
[all...]
H A Djidctint-neon.c384 int32x4_t tmp11 = vaddq_s32(tmp1, tmp2); in jsimd_idct_islow_pass1_regular() local
446 vrshrn_n_s32(vaddq_s32(tmp11, tmp2), DESCALE_P1), in jsimd_idct_islow_pass1_regular()
453 vrshrn_n_s32(vsubq_s32(tmp11, tmp2), DESCALE_P1), in jsimd_idct_islow_pass1_regular()
506 int32x4_t tmp11 = vaddq_s32(tmp1, tmp2); in jsimd_idct_islow_pass1_sparse() local
529 vrshrn_n_s32(vaddq_s32(tmp11, tmp2), DESCALE_P1), in jsimd_idct_islow_pass1_sparse()
536 vrshrn_n_s32(vsubq_s32(tmp11, tmp2), DESCALE_P1), in jsimd_idct_islow_pass1_sparse()
595 int32x4_t tmp11 = vaddq_s32(tmp1, tmp2); in jsimd_idct_islow_pass2_regular() local
657 int16x8_t cols_13_s16 = vcombine_s16(vaddhn_s32(tmp11, tmp2), in jsimd_idct_islow_pass2_regular()
660 vsubhn_s32(tmp11, tmp2)); in jsimd_idct_islow_pass2_regular()
737 int32x4_t tmp11 in jsimd_idct_islow_pass2_sparse() local
[all...]
H A Djfdctint-neon.c135 int16x8_t tmp11 = vaddq_s16(tmp1, tmp2); in jsimd_fdct_islow_neon() local
138 col0 = vshlq_n_s16(vaddq_s16(tmp10, tmp11), PASS1_BITS); in jsimd_fdct_islow_neon()
139 col4 = vshlq_n_s16(vsubq_s16(tmp10, tmp11), PASS1_BITS); in jsimd_fdct_islow_neon()
274 tmp11 = vaddq_s16(tmp1, tmp2); in jsimd_fdct_islow_neon()
277 row0 = vrshrq_n_s16(vaddq_s16(tmp10, tmp11), PASS1_BITS); in jsimd_fdct_islow_neon()
278 row4 = vrshrq_n_s16(vsubq_s16(tmp10, tmp11), PASS1_BITS); in jsimd_fdct_islow_neon()
/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.c251 int_simd16_t tmp10, tmp11, tmp12, tmp13; in column_fidct_c() local
283 tmp11 = tmp1 + tmp2; in column_fidct_c()
286 d0 = tmp10 + tmp11; in column_fidct_c()
287 d4 = tmp10 - tmp11; in column_fidct_c()
301 tmp11 = (tmp0 - tmp2) >> 2; in column_fidct_c()
308 tmp1 = tmp11 + tmp12; //->temps in column_fidct_c()
309 tmp2 = tmp11 - tmp12; //->temps in column_fidct_c()
314 tmp11 = tmp5 + tmp6; in column_fidct_c()
320 z3 = MULTIPLY16H(tmp11 << 2, FIX_0_707106781); in column_fidct_c()
344 tmp11 in column_fidct_c()
374 int_simd16_t tmp10, tmp11, tmp12, tmp13; row_idct_c() local
436 int_simd16_t tmp10, tmp11, tmp12, tmp13; row_fdct_c() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dcompute_antialias_fixed.h81 int tmp0, tmp1, tmp2, tmp00, tmp11; in compute_antialias_mips_fixed() local
98 "lw %[tmp11], 1*4(%[ptr]) \n\t" in compute_antialias_mips_fixed()
104 "add %[tmp2], %[tmp00], %[tmp11] \n\t" in compute_antialias_mips_fixed()
112 "msub $ac2, %[tmp11], %[temp_reg5] \n\t" in compute_antialias_mips_fixed()
138 "lw %[tmp11], 3*4(%[ptr]) \n\t" in compute_antialias_mips_fixed()
142 "add %[tmp2], %[tmp00], %[tmp11] \n\t" in compute_antialias_mips_fixed()
149 "msub $ac2, %[tmp11], %[temp_reg5] \n\t" in compute_antialias_mips_fixed()
175 "lw %[tmp11], 5*4(%[ptr]) \n\t" in compute_antialias_mips_fixed()
178 "add %[tmp2], %[tmp00], %[tmp11] \n\t" in compute_antialias_mips_fixed()
186 "msub $ac2, %[tmp11], in compute_antialias_mips_fixed()
[all...]
H A Dh264dsp_msa.c2223 v8i16 tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in ff_weight_h264_pixels16_8_msa() local
2246 tmp11); in ff_weight_h264_pixels16_8_msa()
2253 ADDS_SH4_SH(tmp8, offset, tmp9, offset, tmp10, offset, tmp11, offset, tmp8, in ff_weight_h264_pixels16_8_msa()
2254 tmp9, tmp10, tmp11); in ff_weight_h264_pixels16_8_msa()
2258 MAXI_SH8_SH(tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, 0); in ff_weight_h264_pixels16_8_msa()
2260 SRLR_H8_SH(tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, denom); in ff_weight_h264_pixels16_8_msa()
2262 SAT_UH8_SH(tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, 7); in ff_weight_h264_pixels16_8_msa()
2265 PCKEV_B4_UB(tmp9, tmp8, tmp11, tmp10, tmp13, tmp12, tmp15, tmp14, dst4, in ff_weight_h264_pixels16_8_msa()
2285 tmp10, tmp11); in ff_weight_h264_pixels16_8_msa()
2292 ADDS_SH4_SH(tmp8, offset, tmp9, offset, tmp10, offset, tmp11, offse in ff_weight_h264_pixels16_8_msa()
2347 v8i16 tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; ff_biweight_h264_pixels16_8_msa() local
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Djrevdct_arm.S97 add r4, r6, r3, lsl #13 @ r4 = tmp11
100 push {r0, r2, r3, r4} @ save on the stack tmp10, tmp13, tmp12, tmp11
134 pop {r0, r2, r4, r6} @ r0 = tmp10 / r2 = tmp13 / r4 = tmp12 / r6 = tmp11
149 @ Compute DESCALE(tmp11 + tmp2, CONST_BITS-PASS1_BITS)
155 @ Compute DESCALE(tmp11 - tmp2, CONST_BITS-PASS1_BITS)
229 add r4, r6, r3, lsl #13 @ r4 = tmp11
243 push {r0, r2, r4, r6} @ save on the stack tmp10, tmp13, tmp12, tmp11
273 pop {r0, r2, r4, r6} @ r0 = tmp10 / r2 = tmp13 / r4 = tmp11 / r6 = tmp12
288 @ Compute DESCALE(tmp11 + tmp2, CONST_BITS+PASS1_BITS+3)
294 @ Compute DESCALE(tmp11
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctflt-3dn.asm133 pfadd mm0, mm1 ; mm0=tmp11
156 pfadd mm5, mm0 ; mm5=tmp11
248 pfadd mm0, mm1 ; mm0=tmp11
271 pfadd mm5, mm0 ; mm5=tmp11
H A Djfdctint-mmx.asm198 paddw mm0, mm4 ; mm0=tmp11
203 paddw mm5, mm0 ; mm5=tmp10+tmp11
204 psubw mm7, mm0 ; mm7=tmp10-tmp11
440 paddw mm0, mm4 ; mm0=tmp11
445 paddw mm5, mm0 ; mm5=tmp10+tmp11
446 psubw mm7, mm0 ; mm7=tmp10-tmp11
H A Djfdctint-sse2.asm215 paddw xmm6, xmm7 ; xmm6=tmp11
220 paddw xmm3, xmm6 ; xmm3=tmp10+tmp11
221 psubw xmm1, xmm6 ; xmm1=tmp10-tmp11
459 paddw xmm2, xmm4 ; xmm2=tmp11
464 paddw xmm7, xmm2 ; xmm7=tmp10+tmp11
465 psubw xmm5, xmm2 ; xmm5=tmp10-tmp11
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctflt-sse.asm156 addps xmm6, xmm4 ; xmm6=tmp11
179 addps xmm3, xmm6 ; xmm3=tmp11
291 addps xmm6, xmm4 ; xmm6=tmp11
314 addps xmm3, xmm6 ; xmm3=tmp11
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9_intra_lsx.c515 __m128i tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in ff_tm_16x16_lsx() local
527 7, tmp11, tmp10, tmp9, tmp8); in ff_tm_16x16_lsx()
560 DUP4_ARG2(__lsx_vaddwev_h_bu, tmp8, reg1, tmp9, reg1, tmp10, reg1, tmp11, in ff_tm_16x16_lsx()
562 DUP4_ARG2(__lsx_vaddwod_h_bu, tmp8, reg1, tmp9, reg1, tmp10, reg1, tmp11, in ff_tm_16x16_lsx()
573 tmp8, tmp9, tmp10, tmp11); in ff_tm_16x16_lsx()
591 LSX_ST_8(tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, dst, in ff_tm_16x16_lsx()

Completed in 22 milliseconds

12