Home
last modified time | relevance | path

Searched refs:tmp13 (Results 1 - 25 of 43) 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
246 tmp13 = tmp0 - tmp3; in jpeg_idct_islow()
282 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */ in jpeg_idct_islow()
290 wsptr[DCTSIZE * 3] = (int)DESCALE(tmp13 + tmp0, CONST_BITS - PASS1_BITS); in jpeg_idct_islow()
291 wsptr[DCTSIZE * 4] = (int)DESCALE(tmp13 - tmp0, CONST_BITS - PASS1_BITS); in jpeg_idct_islow()
348 tmp13 = tmp0 - tmp3; in jpeg_idct_islow()
384 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */ in jpeg_idct_islow()
404 outptr[3] = range_limit[(int)DESCALE(tmp13 + tmp0, in jpeg_idct_islow()
407 outptr[4] = range_limit[(int)DESCALE(tmp13 - tmp0, in jpeg_idct_islow()
431 JLONG tmp0, tmp1, tmp2, tmp10, tmp11, tmp12, tmp13; in jpeg_idct_7x7() 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
84 tmp13 = tmp0 - tmp3; in jpeg_fdct_float()
91 z1 = (tmp12 + tmp13) * ((FAST_FLOAT)0.707106781); /* c4 */ in jpeg_fdct_float()
92 dataptr[2] = tmp13 + z1; /* phase 5 */ in jpeg_fdct_float()
93 dataptr[6] = tmp13 - z1; in jpeg_fdct_float()
134 tmp13 = tmp0 - tmp3; in jpeg_fdct_float()
141 z1 = (tmp12 + tmp13) * ((FAST_FLOAT)0.707106781); /* c4 */ in jpeg_fdct_float()
142 dataptr[DCTSIZE * 2] = tmp13 + z1; /* phase 5 */ in jpeg_fdct_float()
143 dataptr[DCTSIZE * 6] = tmp13 - z1; in jpeg_fdct_float()
H A Djfdctfst.c120 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_fdct_ifast() local
142 tmp13 = tmp0 - tmp3; in jpeg_fdct_ifast()
149 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ in jpeg_fdct_ifast()
150 dataptr[2] = tmp13 + z1; /* phase 5 */ in jpeg_fdct_ifast()
151 dataptr[6] = tmp13 - z1; in jpeg_fdct_ifast()
192 tmp13 = tmp0 - tmp3; in jpeg_fdct_ifast()
199 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ in jpeg_fdct_ifast()
200 dataptr[DCTSIZE * 2] = tmp13 + z1; /* phase 5 */ in jpeg_fdct_ifast()
201 dataptr[DCTSIZE * 6] = tmp13 - z1; in jpeg_fdct_ifast()
H A Djidctflt.c77 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; in jpeg_idct_float() local
136 tmp13 = tmp1 + tmp3; /* phases 5-3 */ in jpeg_idct_float()
137 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT)1.414213562) - tmp13; /* 2*c4 */ in jpeg_idct_float()
139 tmp0 = tmp10 + tmp13; /* phase 2 */ in jpeg_idct_float()
140 tmp3 = tmp10 - tmp13; in jpeg_idct_float()
199 tmp13 = wsptr[2] + wsptr[6]; in jpeg_idct_float()
200 tmp12 = (wsptr[2] - wsptr[6]) * ((FAST_FLOAT)1.414213562) - tmp13; in jpeg_idct_float()
202 tmp0 = tmp10 + tmp13; in jpeg_idct_float()
203 tmp3 = tmp10 - tmp13; in jpeg_idct_float()
H A Djidctfst.c176 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_idct_ifast() local
235 tmp13 = tmp1 + tmp3; /* phases 5-3 */ in jpeg_idct_ifast()
236 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */ in jpeg_idct_ifast()
238 tmp0 = tmp10 + tmp13; /* phase 2 */ in jpeg_idct_ifast()
239 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast()
321 tmp13 = ((DCTELEM)wsptr[2] + (DCTELEM)wsptr[6]); in jpeg_idct_ifast()
323 MULTIPLY((DCTELEM)wsptr[2] - (DCTELEM)wsptr[6], FIX_1_414213562) - tmp13; in jpeg_idct_ifast()
325 tmp0 = tmp10 + tmp13; in jpeg_idct_ifast()
326 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast()
H A Djfdctint.c146 JLONG tmp10, tmp11, tmp12, tmp13; in jpeg_fdct_islow() local
172 tmp13 = tmp0 - tmp3; in jpeg_fdct_islow()
179 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); in jpeg_fdct_islow()
180 dataptr[2] = (DCTELEM)DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865), in jpeg_fdct_islow()
237 tmp13 = tmp0 - tmp3; in jpeg_fdct_islow()
244 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); in jpeg_fdct_islow()
246 (DCTELEM)DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865), in jpeg_fdct_islow()
/third_party/ffmpeg/libavcodec/
H A Dfaandct.c68 FLOAT tmp10, tmp11, tmp12, tmp13; in row_fdct() local
83 tmp13= tmp0 - tmp3; in row_fdct()
90 tmp12 += tmp13; in row_fdct()
92 temp[2 + i]= tmp13 + tmp12; in row_fdct()
93 temp[6 + i]= tmp13 - tmp12; in row_fdct()
117 FLOAT tmp10, tmp11, tmp12, tmp13; in ff_faandct() local
137 tmp13= tmp0 - tmp3; in ff_faandct()
144 tmp12 += tmp13; in ff_faandct()
146 data[8*2 + i]= lrintf(postscale[8*2 + i] * (tmp13 + tmp12)); in ff_faandct()
147 data[8*6 + i]= lrintf(postscale[8*6 + i] * (tmp13 in ff_faandct()
171 FLOAT tmp10, tmp11, tmp12, tmp13; ff_faandct248() local
[all...]
H A Djfdctfst.c146 int tmp10, tmp11, tmp12, tmp13; in row_fdct() local
167 tmp13 = tmp0 - tmp3; in row_fdct()
174 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ in row_fdct()
175 dataptr[2] = tmp13 + z1; /* phase 5 */ in row_fdct()
176 dataptr[6] = tmp13 - z1; in row_fdct()
210 int tmp10, tmp11, tmp12, tmp13; in ff_fdct_ifast() local
233 tmp13 = tmp0 - tmp3; in ff_fdct_ifast()
240 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ in ff_fdct_ifast()
241 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */ in ff_fdct_ifast()
242 dataptr[DCTSIZE*6] = tmp13 in ff_fdct_ifast()
276 int tmp10, tmp11, tmp12, tmp13; ff_fdct_ifast248() local
[all...]
H A Dhq_hqadsp.c38 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_row() local
60 tmp13 = tmpE + tmp10; in idct_row()
64 blk[1] = tmp13 + tmp9; in idct_row()
69 blk[6] = tmp13 - tmp9; in idct_row()
76 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_col() local
98 tmp13 = tmpE + tmp10; in idct_col()
102 blk[1 * 8] = (tmp13 + tmp9) >> 6; in idct_col()
107 blk[6 * 8] = (tmp13 - tmp9) >> 6; in idct_col()
H A Djfdctint_template.c185 int tmp10, tmp11, tmp12, tmp13; in row_fdct() local
210 tmp13 = tmp0 - tmp3; in row_fdct()
217 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); in row_fdct()
218 dataptr[2] = (int16_t) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865), in row_fdct()
263 int tmp10, tmp11, tmp12, tmp13; in ff_jpeg_fdct_islow() local
291 tmp13 = tmp0 - tmp3; in ff_jpeg_fdct_islow()
298 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); in ff_jpeg_fdct_islow()
299 dataptr[DCTSIZE*2] = DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865), in ff_jpeg_fdct_islow()
345 int tmp10, tmp11, tmp12, tmp13; in ff_fdct248_islow() local
371 tmp13 in ff_fdct248_islow()
[all...]
H A Djrevdct.c218 int32_t tmp10, tmp11, tmp12, tmp13; in ff_j_rev_dct() local
284 tmp13 = tmp0 - tmp3; in ff_j_rev_dct()
296 tmp13 = tmp0 - tmp3; in ff_j_rev_dct()
310 tmp13 = tmp0 - tmp3; in ff_j_rev_dct()
315 tmp10 = tmp13 = (d0 + d4) * CONST_SCALE; in ff_j_rev_dct()
580 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */ in ff_j_rev_dct()
588 dataptr[3] = (int16_t) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS); in ff_j_rev_dct()
589 dataptr[4] = (int16_t) DESCALE(tmp13 - tmp0, CONST_BITS-PASS1_BITS); in ff_j_rev_dct()
630 tmp13 = tmp0 - tmp3; in ff_j_rev_dct()
642 tmp13 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
178 tmp13 = block[8 * 2 + i] + block[8 * 6 + i]; in idct()
179 tmp12 = MULTIPLY(block[8 * 2 + i] - block[8 * 6 + i], FIX_1_414213562) - tmp13; in idct()
181 tmp0 = tmp10 + tmp13; in idct()
182 tmp3 = tmp10 - tmp13; in idct()
216 tmp13 = temp[2 + i] + temp[6 + i]; in idct()
217 tmp12 = MULTIPLY(temp[2 + i] - temp[6 + i], FIX_1_414213562) - tmp13; in idct()
219 tmp0 = tmp10 + tmp13; in idct()
220 tmp3 = tmp10 - tmp13; in idct()
/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.c251 int_simd16_t tmp10, tmp11, tmp12, tmp13; in column_fidct_c() local
282 tmp13 = tmp0 - tmp3; in column_fidct_c()
289 z1 = MULTIPLY16H((tmp12 + tmp13) << 2, FIX_0_707106781); in column_fidct_c()
290 d2 = tmp13 + z1; in column_fidct_c()
291 d6 = tmp13 - z1; in column_fidct_c()
303 tmp13 = (tmp1 + tmp3) >>2; //+2 ! (psnr decides) in column_fidct_c()
304 tmp12 = MULTIPLY16H((tmp1 - tmp3), FIX_1_414213562_A) - tmp13; //<<2 in column_fidct_c()
306 tmp0 = tmp10 + tmp13; //->temps in column_fidct_c()
307 tmp3 = tmp10 - tmp13; //->temps in column_fidct_c()
374 int_simd16_t tmp10, tmp11, tmp12, tmp13; in row_idct_c() local
436 int_simd16_t tmp10, tmp11, tmp12, tmp13; row_fdct_c() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djfdctfst-neon.c100 int16x8_t tmp13 = vsubq_s16(tmp0, tmp3); in jsimd_fdct_ifast_neon() local
107 int16x8_t z1 = vqdmulhq_lane_s16(vaddq_s16(tmp12, tmp13), consts, 2); in jsimd_fdct_ifast_neon()
108 col2 = vaddq_s16(tmp13, z1); /* phase 5 */ in jsimd_fdct_ifast_neon()
109 col6 = vsubq_s16(tmp13, z1); in jsimd_fdct_ifast_neon()
174 tmp13 = vsubq_s16(tmp0, tmp3); in jsimd_fdct_ifast_neon()
181 z1 = vqdmulhq_lane_s16(vaddq_s16(tmp12, tmp13), consts, 2); in jsimd_fdct_ifast_neon()
182 row2 = vaddq_s16(tmp13, z1); /* phase 5 */ in jsimd_fdct_ifast_neon()
183 row6 = vsubq_s16(tmp13, z1); in jsimd_fdct_ifast_neon()
H A Djidctfst-neon.c135 int16x4_t tmp13 = vadd_s16(tmp1, tmp3); /* phases 5-3 */ in jsimd_idct_ifast_neon() local
139 tmp12 = vsub_s16(tmp12, tmp13); in jsimd_idct_ifast_neon()
141 tmp0 = vadd_s16(tmp10, tmp13); /* phase 2 */ in jsimd_idct_ifast_neon()
142 tmp3 = vsub_s16(tmp10, tmp13); in jsimd_idct_ifast_neon()
210 int16x4_t tmp13 = vadd_s16(tmp1, tmp3); /* phases 5-3 */ in jsimd_idct_ifast_neon() local
214 tmp12 = vsub_s16(tmp12, tmp13); in jsimd_idct_ifast_neon()
216 tmp0 = vadd_s16(tmp10, tmp13); /* phase 2 */ in jsimd_idct_ifast_neon()
217 tmp3 = vsub_s16(tmp10, tmp13); in jsimd_idct_ifast_neon()
280 int16x8_t tmp13 = vaddq_s16(tmp1, tmp3); /* phases 5-3 */ in jsimd_idct_ifast_neon() local
284 tmp12 = vsubq_s16(tmp12, tmp13); in jsimd_idct_ifast_neon()
366 int16x8_t tmp13 = vaddq_s16(col2, col6); jsimd_idct_ifast_neon() local
[all...]
H A Djidctint-neon.c383 int32x4_t tmp13 = vsubq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_regular() local
448 vrshrn_n_s32(vaddq_s32(tmp13, tmp0), DESCALE_P1) in jsimd_idct_islow_pass1_regular()
451 vrshrn_n_s32(vsubq_s32(tmp13, tmp0), DESCALE_P1), in jsimd_idct_islow_pass1_regular()
505 int32x4_t tmp13 = vsubq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_sparse() local
531 vrshrn_n_s32(vaddq_s32(tmp13, tmp0), DESCALE_P1) in jsimd_idct_islow_pass1_sparse()
534 vrshrn_n_s32(vsubq_s32(tmp13, tmp0), DESCALE_P1), in jsimd_idct_islow_pass1_sparse()
594 int32x4_t tmp13 = vsubq_s32(tmp0, tmp3); in jsimd_idct_islow_pass2_regular() local
658 vaddhn_s32(tmp13, tmp0)); in jsimd_idct_islow_pass2_regular()
659 int16x8_t cols_46_s16 = vcombine_s16(vsubhn_s32(tmp13, tmp0), in jsimd_idct_islow_pass2_regular()
736 int32x4_t tmp13 in jsimd_idct_islow_pass2_sparse() local
[all...]
H A Djfdctint-neon.c134 int16x8_t tmp13 = vsubq_s16(tmp0, tmp3); in jsimd_fdct_islow_neon() local
141 int16x8_t tmp12_add_tmp13 = vaddq_s16(tmp12, tmp13); in jsimd_fdct_islow_neon()
148 vmlal_lane_s16(z1_l, vget_low_s16(tmp13), consts.val[0], 3); in jsimd_fdct_islow_neon()
150 vmlal_lane_s16(z1_h, vget_high_s16(tmp13), consts.val[0], 3); in jsimd_fdct_islow_neon()
273 tmp13 = vsubq_s16(tmp0, tmp3); in jsimd_fdct_islow_neon()
280 tmp12_add_tmp13 = vaddq_s16(tmp12, tmp13); in jsimd_fdct_islow_neon()
285 vmlal_lane_s16(z1_l, vget_low_s16(tmp13), consts.val[0], 3); in jsimd_fdct_islow_neon()
287 vmlal_lane_s16(z1_h, vget_high_s16(tmp13), consts.val[0], 3); in jsimd_fdct_islow_neon()
/third_party/ffmpeg/libavcodec/arm/
H A Djrevdct_arm.S96 rsb r2, r2, r5, lsl #13 @ r2 = tmp13
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
173 @ Compute DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS)
179 @ Compute DESCALE(tmp13 - tmp0, CONST_BITS-PASS1_BITS)
228 rsb r2, r2, r5, lsl #13 @ r2 = tmp13
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
312 @ Compute DESCALE(tmp13 + tmp0, CONST_BITS+PASS1_BITS+3)
318 @ Compute DESCALE(tmp13
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctint-mmx.asm199 psubw mm1, mm7 ; mm1=tmp13
213 ; z1 = (tmp12 + tmp13) * 0.541196100;
214 ; data2 = z1 + tmp13 * 0.765366865;
218 ; data2 = tmp13 * (0.541196100 + 0.765366865) + tmp12 * 0.541196100;
219 ; data6 = tmp13 * 0.541196100 + tmp12 * (0.541196100 - 1.847759065);
221 movq mm4, mm1 ; mm1=tmp13
441 psubw mm1, mm7 ; mm1=tmp13
457 ; z1 = (tmp12 + tmp13) * 0.541196100;
458 ; data2 = z1 + tmp13 * 0.765366865;
462 ; data2 = tmp13 * (0.54119610
[all...]
H A Djfdctint-sse2.asm216 psubw xmm4, xmm1 ; xmm4=tmp13
230 ; z1 = (tmp12 + tmp13) * 0.541196100;
231 ; data2 = z1 + tmp13 * 0.765366865;
235 ; data2 = tmp13 * (0.541196100 + 0.765366865) + tmp12 * 0.541196100;
236 ; data6 = tmp13 * 0.541196100 + tmp12 * (0.541196100 - 1.847759065);
238 movdqa xmm7, xmm4 ; xmm4=tmp13
460 psubw xmm1, xmm5 ; xmm1=tmp13
476 ; z1 = (tmp12 + tmp13) * 0.541196100;
477 ; data2 = z1 + tmp13 * 0.765366865;
481 ; data2 = tmp13 * (0.54119610
[all...]
H A Djfdctint-avx2.asm134 ; z1 = (tmp12 + tmp13) * 0.541196100;
135 ; data2 = z1 + tmp13 * 0.765366865;
139 ; data2 = tmp13 * (0.541196100 + 0.765366865) + tmp12 * 0.541196100;
140 ; data6 = tmp13 * 0.541196100 + tmp12 * (0.541196100 - 1.847759065);
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctint-sse2.asm208 psubw xmm4, xmm1 ; xmm4=tmp13
222 ; z1 = (tmp12 + tmp13) * 0.541196100;
223 ; data2 = z1 + tmp13 * 0.765366865;
227 ; data2 = tmp13 * (0.541196100 + 0.765366865) + tmp12 * 0.541196100;
228 ; data6 = tmp13 * 0.541196100 + tmp12 * (0.541196100 - 1.847759065);
230 movdqa xmm7, xmm4 ; xmm4=tmp13
450 psubw xmm1, xmm5 ; xmm1=tmp13
466 ; z1 = (tmp12 + tmp13) * 0.541196100;
467 ; data2 = z1 + tmp13 * 0.765366865;
471 ; data2 = tmp13 * (0.54119610
[all...]
H A Djfdctint-avx2.asm134 ; z1 = (tmp12 + tmp13) * 0.541196100;
135 ; data2 = z1 + tmp13 * 0.765366865;
139 ; data2 = tmp13 * (0.541196100 + 0.765366865) + tmp12 * 0.541196100;
140 ; data6 = tmp13 * 0.541196100 + tmp12 * (0.541196100 - 1.847759065);
/third_party/ffmpeg/libavcodec/mips/
H A Dh264dsp_msa.c2223 v8i16 tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in ff_weight_h264_pixels16_8_msa() local
2247 MUL4(wgt, src6_r, wgt, src6_l, wgt, src7_r, wgt, src7_l, tmp12, tmp13, in ff_weight_h264_pixels16_8_msa()
2255 ADDS_SH4_SH(tmp12, offset, tmp13, offset, tmp14, offset, tmp15, offset, in ff_weight_h264_pixels16_8_msa()
2256 tmp12, tmp13, tmp14, tmp15); 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()
2286 MUL4(wgt, src6_r, wgt, src6_l, wgt, src7_r, wgt, src7_l, tmp12, tmp13, in ff_weight_h264_pixels16_8_msa()
2294 ADDS_SH4_SH(tmp12, offset, tmp13, 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/loongarch/
H A Dvp9_intra_lsx.c515 __m128i tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in ff_tm_16x16_lsx() local
525 3, tmp15, tmp14, tmp13, tmp12); in ff_tm_16x16_lsx()
574 DUP4_ARG2(__lsx_vaddwev_h_bu, tmp12, reg1, tmp13, reg1, tmp14, reg1, in ff_tm_16x16_lsx()
576 DUP4_ARG2(__lsx_vaddwod_h_bu, tmp12, reg1, tmp13, reg1, tmp14, reg1, in ff_tm_16x16_lsx()
587 tmp12, tmp13, tmp14, tmp15); 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 23 milliseconds

12