Home
last modified time | relevance | path

Searched refs:tmp10 (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/libjpeg-turbo/
Djidctint.c178 JLONG tmp10, tmp11, tmp12, tmp13; variable
245 tmp10 = tmp0 + tmp3;
284 wsptr[DCTSIZE * 0] = (int)DESCALE(tmp10 + tmp3, CONST_BITS - PASS1_BITS);
285 wsptr[DCTSIZE * 7] = (int)DESCALE(tmp10 - tmp3, CONST_BITS - PASS1_BITS);
347 tmp10 = tmp0 + tmp3;
386 outptr[0] = range_limit[(int)DESCALE(tmp10 + tmp3,
389 outptr[7] = range_limit[(int)DESCALE(tmp10 - tmp3,
431 JLONG tmp0, tmp1, tmp2, tmp10, tmp11, tmp12, tmp13; in jpeg_idct_7x7() local
459 tmp10 = MULTIPLY(z2 - z3, FIX(0.881747734)); /* c4 */ in jpeg_idct_7x7()
461 tmp11 = tmp10 + tmp12 + tmp13 - MULTIPLY(z2, FIX(1.841218003)); /* c2+c4-c6 */ in jpeg_idct_7x7()
[all …]
Djfdctflt.c63 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable
83 tmp10 = tmp0 + tmp3; /* phase 2 */
88 dataptr[0] = tmp10 + tmp11; /* phase 3 */
89 dataptr[4] = tmp10 - tmp11;
97 tmp10 = tmp4 + tmp5; /* phase 2 */
102 z5 = (tmp10 - tmp12) * ((FAST_FLOAT)0.382683433); /* c6 */
103 z2 = ((FAST_FLOAT)0.541196100) * tmp10 + z5; /* c2-c6 */
133 tmp10 = tmp0 + tmp3; /* phase 2 */
138 dataptr[DCTSIZE * 0] = tmp10 + tmp11; /* phase 3 */
139 dataptr[DCTSIZE * 4] = tmp10 - tmp11;
[all …]
Djfdctfst.c120 DCTELEM tmp10, tmp11, tmp12, tmp13; variable
141 tmp10 = tmp0 + tmp3; /* phase 2 */
146 dataptr[0] = tmp10 + tmp11; /* phase 3 */
147 dataptr[4] = tmp10 - tmp11;
155 tmp10 = tmp4 + tmp5; /* phase 2 */
160 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
161 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
191 tmp10 = tmp0 + tmp3; /* phase 2 */
196 dataptr[DCTSIZE * 0] = tmp10 + tmp11; /* phase 3 */
197 dataptr[DCTSIZE * 4] = tmp10 - tmp11;
[all …]
Djidctred.c125 JLONG tmp0, tmp2, tmp10, tmp12; variable
170 tmp10 = tmp0 + tmp2;
193 (int)DESCALE(tmp10 + tmp2, CONST_BITS - PASS1_BITS + 1);
195 (int)DESCALE(tmp10 - tmp2, CONST_BITS - PASS1_BITS + 1);
233 tmp10 = tmp0 + tmp2;
255 outptr[0] = range_limit[(int)DESCALE(tmp10 + tmp2,
258 outptr[3] = range_limit[(int)DESCALE(tmp10 - tmp2,
283 JLONG tmp0, tmp10, z1; in jpeg_idct_2x2() local
317 tmp10 = LEFT_SHIFT(z1, CONST_BITS + 2); in jpeg_idct_2x2()
333 (int)DESCALE(tmp10 + tmp0, CONST_BITS - PASS1_BITS + 2); in jpeg_idct_2x2()
[all …]
Djidctflt.c77 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable
133 tmp10 = tmp0 + tmp2; /* phase 3 */
139 tmp0 = tmp10 + tmp13; /* phase 2 */
140 tmp3 = tmp10 - tmp13;
160 tmp10 = z5 - z12 * ((FAST_FLOAT)1.082392200); /* 2*(c2-c6) */
165 tmp4 = tmp10 - tmp5;
196 tmp10 = z5 + wsptr[4];
202 tmp0 = tmp10 + tmp13;
203 tmp3 = tmp10 - tmp13;
218 tmp10 = z5 - z12 * ((FAST_FLOAT)1.082392200); /* 2*(c2-c6) */
[all …]
Djidctfst.c176 DCTELEM tmp10, tmp11, tmp12, tmp13; variable
232 tmp10 = tmp0 + tmp2; /* phase 3 */
238 tmp0 = tmp10 + tmp13; /* phase 2 */
239 tmp3 = tmp10 - tmp13;
259 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */
264 tmp4 = tmp10 + tmp5;
318 tmp10 = ((DCTELEM)wsptr[0] + (DCTELEM)wsptr[4]);
325 tmp0 = tmp10 + tmp13;
326 tmp3 = tmp10 - tmp13;
341 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */
[all …]
Djfdctint.c146 JLONG tmp10, tmp11, tmp12, tmp13; variable
171 tmp10 = tmp0 + tmp3;
176 dataptr[0] = (DCTELEM)LEFT_SHIFT(tmp10 + tmp11, PASS1_BITS);
177 dataptr[4] = (DCTELEM)LEFT_SHIFT(tmp10 - tmp11, PASS1_BITS);
236 tmp10 = tmp0 + tmp3;
241 dataptr[DCTSIZE * 0] = (DCTELEM)DESCALE(tmp10 + tmp11, PASS1_BITS);
242 dataptr[DCTSIZE * 4] = (DCTELEM)DESCALE(tmp10 - tmp11, PASS1_BITS);
/third_party/ffmpeg/libavcodec/
Djfdctfst.c146 int tmp10, tmp11, tmp12, tmp13; variable
166 tmp10 = tmp0 + tmp3; /* phase 2 */
171 dataptr[0] = tmp10 + tmp11; /* phase 3 */
172 dataptr[4] = tmp10 - tmp11;
180 tmp10 = tmp4 + tmp5; /* phase 2 */
185 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
186 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
210 int tmp10, tmp11, tmp12, tmp13; in ff_fdct_ifast() local
232 tmp10 = tmp0 + tmp3; /* phase 2 */ in ff_fdct_ifast()
237 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */ in ff_fdct_ifast()
[all …]
Dfaandct.c68 FLOAT tmp10, tmp11, tmp12, tmp13; in row_fdct() local
82 tmp10= tmp0 + tmp3; 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
136 tmp10= tmp0 + tmp3; 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
189 tmp10 = tmp0 + tmp3; in ff_faandct248()
[all …]
Djfdctint_template.c185 int tmp10, tmp11, tmp12, tmp13; in FUNC() local
209 tmp10 = tmp0 + tmp3; in FUNC()
214 dataptr[0] = (int16_t) ((tmp10 + tmp11) * (1 << PASS1_BITS)); in FUNC()
215 dataptr[4] = (int16_t) ((tmp10 - tmp11) * (1 << PASS1_BITS)); in FUNC()
263 int tmp10, tmp11, tmp12, tmp13; in FUNC() local
290 tmp10 = tmp0 + tmp3; in FUNC()
295 dataptr[DCTSIZE*0] = DESCALE(tmp10 + tmp11, OUT_SHIFT); in FUNC()
296 dataptr[DCTSIZE*4] = DESCALE(tmp10 - tmp11, OUT_SHIFT); in FUNC()
345 int tmp10, tmp11, tmp12, tmp13; in FUNC() local
368 tmp10 = tmp0 + tmp3; in FUNC()
[all …]
Dhq_hqadsp.c38 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_row() local
57 tmp10 = IDCTMUL(tmpD, FIX_1_414) * 4 - tmpC; in idct_row()
58 tmp11 = tmpE - tmp10; in idct_row()
60 tmp13 = tmpE + tmp10; in idct_row()
76 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_col() local
95 tmp10 = IDCTMUL(tmpD, FIX_1_414) * 2 - tmpC; in idct_col()
96 tmp11 = tmpE - tmp10; in idct_col()
98 tmp13 = tmpE + tmp10; in idct_col()
Djrevdct.c218 int32_t tmp10, tmp11, tmp12, tmp13; variable
283 tmp10 = tmp0 + tmp3;
295 tmp10 = tmp0 + tmp3;
309 tmp10 = tmp0 + tmp3;
315 tmp10 = tmp13 = (d0 + d4) * CONST_SCALE;
582 dataptr[0] = (int16_t) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS);
583 dataptr[7] = (int16_t) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS);
629 tmp10 = tmp0 + tmp3;
641 tmp10 = tmp0 + tmp3;
655 tmp10 = tmp0 + tmp3;
[all …]
D4xm.c169 int tmp10, tmp11, tmp12, tmp13; in idct() local
175 tmp10 = block[8 * 0 + i] + block[8 * 4 + i]; in idct()
181 tmp0 = tmp10 + tmp13; in idct()
182 tmp3 = tmp10 - tmp13; in idct()
195 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; in idct()
200 tmp4 = tmp10 + tmp5; in idct()
213 tmp10 = temp[0 + i] + temp[4 + i]; in idct()
219 tmp0 = tmp10 + tmp13; in idct()
220 tmp3 = tmp10 - tmp13; in idct()
233 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; in idct()
[all …]
Dcavsdsp.c384 const int tmp10=tmp[10*8]; \
392 …OP(dst[7*dstStride], AV*tmp5 + BV*tmp6 + CV*tmp7 + DV*tmp8 + EV*tmp9 + FV*tmp10 + 64*src2[7*srcStr…
413 const int tmp10=tmp[10*8]; \
421 OP(dst[7*dstStride], AV*tmp5 + BV*tmp6 + CV*tmp7 + DV*tmp8 + EV*tmp9 + FV*tmp10); \
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djidctfst-neon.c132 int16x4_t tmp10 = vadd_s16(tmp0, tmp2); /* phase 3 */ in jsimd_idct_ifast_neon() local
141 tmp0 = vadd_s16(tmp10, tmp13); /* phase 2 */ in jsimd_idct_ifast_neon()
142 tmp3 = vsub_s16(tmp10, tmp13); in jsimd_idct_ifast_neon()
165 tmp10 = vqdmulh_lane_s16(z12, consts, 0); in jsimd_idct_ifast_neon()
166 tmp10 = vadd_s16(tmp10, z12); in jsimd_idct_ifast_neon()
167 tmp10 = vsub_s16(tmp10, z5); in jsimd_idct_ifast_neon()
174 tmp4 = vadd_s16(tmp10, tmp5); in jsimd_idct_ifast_neon()
207 int16x4_t tmp10 = vadd_s16(tmp0, tmp2); /* phase 3 */ in jsimd_idct_ifast_neon() local
216 tmp0 = vadd_s16(tmp10, tmp13); /* phase 2 */ in jsimd_idct_ifast_neon()
217 tmp3 = vsub_s16(tmp10, tmp13); in jsimd_idct_ifast_neon()
[all …]
Djfdctfst-neon.c99 int16x8_t tmp10 = vaddq_s16(tmp0, tmp3); /* phase 2 */ 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()
112 tmp10 = vaddq_s16(tmp4, tmp5); /* phase 2 */ in jsimd_fdct_ifast_neon()
116 int16x8_t z5 = vqdmulhq_lane_s16(vsubq_s16(tmp10, tmp12), consts, 0); in jsimd_fdct_ifast_neon()
117 int16x8_t z2 = vqdmulhq_lane_s16(tmp10, consts, 1); in jsimd_fdct_ifast_neon()
173 tmp10 = vaddq_s16(tmp0, tmp3); /* phase 2 */ 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()
186 tmp10 = vaddq_s16(tmp4, tmp5); /* phase 2 */ in jsimd_fdct_ifast_neon()
[all …]
Djidctred-neon.c144 int32x4_t tmp10 = vshll_n_s16(vget_low_s16(cols_0246), CONST_BITS + 2); in jsimd_idct_2x2_neon() local
153 int16x8_t output_s16 = vcombine_s16(vaddhn_s32(tmp10, tmp0), in jsimd_idct_2x2_neon()
154 vsubhn_s32(tmp10, tmp0)); in jsimd_idct_2x2_neon()
270 int32x4_t tmp10 = vaddq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon() local
290 row0 = vcombine_s16(dcval, vrshrn_n_s32(vaddq_s32(tmp10, tmp2), in jsimd_idct_4x4_neon()
292 row3 = vcombine_s16(dcval, vrshrn_n_s32(vsubq_s32(tmp10, tmp2), in jsimd_idct_4x4_neon()
323 int32x4_t tmp10 = vaddq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon() local
343 row0 = vcombine_s16(vrshrn_n_s32(vaddq_s32(tmp10, tmp2), in jsimd_idct_4x4_neon()
345 row3 = vcombine_s16(vrshrn_n_s32(vsubq_s32(tmp10, tmp2), in jsimd_idct_4x4_neon()
444 int32x4_t tmp10 = vaddq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon() local
[all …]
Djidctint-neon.c382 int32x4_t tmp10 = vaddq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_regular() local
445 vrshrn_n_s32(vaddq_s32(tmp10, tmp3), DESCALE_P1), in jsimd_idct_islow_pass1_regular()
454 vrshrn_n_s32(vsubq_s32(tmp10, tmp3), DESCALE_P1) in jsimd_idct_islow_pass1_regular()
504 int32x4_t tmp10 = vaddq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_sparse() local
528 vrshrn_n_s32(vaddq_s32(tmp10, tmp3), DESCALE_P1), in jsimd_idct_islow_pass1_sparse()
537 vrshrn_n_s32(vsubq_s32(tmp10, tmp3), DESCALE_P1) in jsimd_idct_islow_pass1_sparse()
593 int32x4_t tmp10 = vaddq_s32(tmp0, tmp3); in jsimd_idct_islow_pass2_regular() local
655 int16x8_t cols_02_s16 = vcombine_s16(vaddhn_s32(tmp10, tmp3), in jsimd_idct_islow_pass2_regular()
662 vsubhn_s32(tmp10, tmp3)); in jsimd_idct_islow_pass2_regular()
735 int32x4_t tmp10 = vaddq_s32(tmp0, tmp3); in jsimd_idct_islow_pass2_sparse() local
[all …]
Djfdctint-neon.c133 int16x8_t tmp10 = vaddq_s16(tmp0, tmp3); 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()
272 tmp10 = vaddq_s16(tmp0, tmp3); 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/
Dvf_fspp.c251 int_simd16_t tmp10, tmp11, tmp12, tmp13; in column_fidct_c() local
281 tmp10 = tmp0 + tmp3; in column_fidct_c()
286 d0 = tmp10 + tmp11; in column_fidct_c()
287 d4 = tmp10 - tmp11; in column_fidct_c()
300 tmp10 = (tmp0 + tmp2) >> 2; in column_fidct_c()
306 tmp0 = tmp10 + tmp13; //->temps in column_fidct_c()
307 tmp3 = tmp10 - tmp13; //->temps in column_fidct_c()
313 tmp10 = tmp4 + tmp5; in column_fidct_c()
317 z5 = MULTIPLY16H((tmp10 - tmp12) << 2, FIX_0_382683433); in column_fidct_c()
318 z2 = MULTIPLY16H(tmp10 << 2, FIX_0_541196100) + z5; in column_fidct_c()
[all …]
/third_party/ffmpeg/libavcodec/arm/
Djrevdct_arm.S95 add r0, r2, r5, lsl #13 @ r0 = tmp10
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
137 @ Compute DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS)
143 @ Compute DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS)
227 add r0, r2, r5, lsl #13 @ r0 = tmp10
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
276 @ Compute DESCALE(tmp10 + tmp3, CONST_BITS+PASS1_BITS+3)
282 @ Compute DESCALE(tmp10 - tmp3, CONST_BITS+PASS1_BITS+3)
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_msa.c2223 v8i16 tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in ff_weight_h264_pixels16_8_msa() local
2245 MUL4(wgt, src4_r, wgt, src4_l, wgt, src5_r, wgt, src5_l, tmp8, tmp9, tmp10, 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, offset, in ff_weight_h264_pixels16_8_msa()
[all …]
/third_party/ffmpeg/libavcodec/loongarch/
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()
Dh264qpel_lasx.c1219 __m256i tmp7, tmp8, tmp9, tmp10, tmp11, tmp12; in put_h264_qpel8_hv_lowpass_lasx() local
1239 QPEL8_HV_LOWPASS_H(tmp10) in put_h264_qpel8_hv_lowpass_lasx()
1241 tmp11 = __lasx_xvpermi_q(tmp12, tmp10, 0x21); in put_h264_qpel8_hv_lowpass_lasx()
1242 tmp9 = __lasx_xvpermi_q(tmp10, tmp8, 0x21); in put_h264_qpel8_hv_lowpass_lasx()
1254 QPEL8_HV_LOWPASS_V(tmp6, tmp7, tmp8, tmp9, tmp10, tmp11, src00, src01, in put_h264_qpel8_hv_lowpass_lasx()
1328 __m256i tmp7, tmp8, tmp9, tmp10, tmp11, tmp12; in avg_h264_qpel8_hv_lowpass_lasx() local
1351 QPEL8_HV_LOWPASS_H(tmp10) in avg_h264_qpel8_hv_lowpass_lasx()
1353 tmp11 = __lasx_xvpermi_q(tmp12, tmp10, 0x21); in avg_h264_qpel8_hv_lowpass_lasx()
1354 tmp9 = __lasx_xvpermi_q(tmp10, tmp8, 0x21); in avg_h264_qpel8_hv_lowpass_lasx()
1366 QPEL8_HV_LOWPASS_V(tmp6, tmp7, tmp8, tmp9, tmp10, tmp11, src00, src01, in avg_h264_qpel8_hv_lowpass_lasx()
/third_party/astc-encoder/Source/
Dstb_image_write.h1284 float tmp10 = tmp0 + tmp3; // phase 2 in stbiw__jpg_DCT() local
1289 d0 = tmp10 + tmp11; // phase 3 in stbiw__jpg_DCT()
1290 d4 = tmp10 - tmp11; in stbiw__jpg_DCT()
1297 tmp10 = tmp4 + tmp5; // phase 2 in stbiw__jpg_DCT()
1302 z5 = (tmp10 - tmp12) * 0.382683433f; // c6 in stbiw__jpg_DCT()
1303 z2 = tmp10 * 0.541196100f + z5; // c2-c6 in stbiw__jpg_DCT()

12