Home
last modified time | relevance | path

Searched refs:tmp6 (Results 1 – 25 of 47) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Djfdctint_template.c184 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in FUNC() local
199 tmp6 = dataptr[1] - dataptr[6]; in FUNC()
229 z2 = tmp5 + tmp6; in FUNC()
230 z3 = tmp4 + tmp6; in FUNC()
236 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ in FUNC()
248 dataptr[3] = (int16_t) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS); in FUNC()
262 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in FUNC() local
280 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6]; in FUNC()
310 z2 = tmp5 + tmp6; in FUNC()
311 z3 = tmp4 + tmp6; in FUNC()
[all …]
Dfaandct.c67 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 += tmp7; in ff_faandct()
[all …]
Djfdctfst.c146 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
159 tmp6 = dataptr[1] - dataptr[6];
182 tmp11 = tmp5 + tmp6;
183 tmp12 = tmp6 + tmp7;
210 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_fdct_ifast() local
225 tmp6 = dataptr[DCTSIZE*1] - dataptr[DCTSIZE*6]; in ff_fdct_ifast()
248 tmp11 = tmp5 + tmp6; in ff_fdct_ifast()
249 tmp12 = tmp6 + tmp7; in ff_fdct_ifast()
276 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_fdct_ifast248() local
294 tmp6 = dataptr[DCTSIZE*4] - dataptr[DCTSIZE*5]; in ff_fdct_ifast248()
[all …]
Dhq_hqadsp.c37 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()
Dfft_template.c321 unsigned tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in fft_calc_c() local
335 tmp6 = tmpz[2].im + (unsigned)tmpz[3].im; in fft_calc_c()
343 tmpz[0].im = tmp2 + tmp6; in fft_calc_c()
344 tmpz[2].im = tmp2 - tmp6; in fft_calc_c()
366 tmp6 = tmp2 + tmp4; in fft_calc_c()
376 tmpz[4].im = tmpz[0].im - tmp6; in fft_calc_c()
377 tmpz[0].im = tmpz[0].im + tmp6; in fft_calc_c()
388 tmp6 = (int32_t)((accu + 0x40000000) >> 31); in fft_calc_c()
393 tmp2 = tmp6 + tmp8; in fft_calc_c()
394 tmp4 = tmp6 - tmp8; in fft_calc_c()
[all …]
Dcavsdsp.c380 const int tmp6= tmp[6 *8]; \
388 …OP(dst[3*dstStride], AV*tmp1 + BV*tmp2 + CV*tmp3 + DV*tmp4 + EV*tmp5 + FV*tmp6 + 64*src2[3*srcStri…
389 …OP(dst[4*dstStride], AV*tmp2 + BV*tmp3 + CV*tmp4 + DV*tmp5 + EV*tmp6 + FV*tmp7 + 64*src2[4*srcStri…
390 …OP(dst[5*dstStride], AV*tmp3 + BV*tmp4 + CV*tmp5 + DV*tmp6 + EV*tmp7 + FV*tmp8 + 64*src2[5*srcStri…
391 …OP(dst[6*dstStride], AV*tmp4 + BV*tmp5 + CV*tmp6 + DV*tmp7 + EV*tmp8 + FV*tmp9 + 64*src2[6*srcStri…
392 …OP(dst[7*dstStride], AV*tmp5 + BV*tmp6 + CV*tmp7 + DV*tmp8 + EV*tmp9 + FV*tmp10 + 64*src2[7*srcStr…
409 const int tmp6= tmp[6 *8]; \
417 OP(dst[3*dstStride], AV*tmp1 + BV*tmp2 + CV*tmp3 + DV*tmp4 + EV*tmp5 + FV*tmp6); \
418 OP(dst[4*dstStride], AV*tmp2 + BV*tmp3 + CV*tmp4 + DV*tmp5 + EV*tmp6 + FV*tmp7); \
419 OP(dst[5*dstStride], AV*tmp3 + BV*tmp4 + CV*tmp5 + DV*tmp6 + EV*tmp7 + FV*tmp8); \
[all …]
D4xm.c166 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in idct() local
196 tmp6 = tmp12 - tmp7; in idct()
197 tmp5 = tmp11 - tmp6; in idct()
202 temp[8 * 1 + i] = tmp1 + tmp6; in idct()
203 temp[8 * 6 + i] = tmp1 - tmp6; in idct()
234 tmp6 = tmp12 - tmp7; in idct()
235 tmp5 = tmp11 - tmp6; in idct()
240 block[1 + i] = (tmp1 + tmp6) >> 6; in idct()
241 block[6 + i] = (tmp1 - tmp6) >> 6; in idct()
Dh264qpel_template.c231 const int tmp6= tmp[6 *tmpStride] - pad;\
235 OP2(dst[3*dstStride], (tmp3+tmp4)*20 - (tmp2+tmp5)*5 + (tmp1+tmp6));\
335 const int tmp6= tmp[6 *tmpStride] - pad;\
343 OP2(dst[3*dstStride], (tmp3+tmp4)*20 - (tmp2+tmp5)*5 + (tmp1+tmp6));\
344 OP2(dst[4*dstStride], (tmp4+tmp5)*20 - (tmp3+tmp6)*5 + (tmp2+tmp7));\
345 OP2(dst[5*dstStride], (tmp5+tmp6)*20 - (tmp4+tmp7)*5 + (tmp3+tmp8));\
346 OP2(dst[6*dstStride], (tmp6+tmp7)*20 - (tmp5+tmp8)*5 + (tmp4+tmp9));\
347 OP2(dst[7*dstStride], (tmp7+tmp8)*20 - (tmp6+tmp9)*5 + (tmp5+tmp10));\
/third_party/skia/third_party/externals/libjpeg-turbo/
Djfdctint.c145 JLONG tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
161 tmp6 = dataptr[1] - dataptr[6];
191 z2 = tmp5 + tmp6;
192 z3 = tmp4 + tmp6;
198 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
210 dataptr[3] = (DCTELEM)DESCALE(tmp6 + z2 + z3, CONST_BITS - PASS1_BITS);
226 tmp6 = dataptr[DCTSIZE * 1] - dataptr[DCTSIZE * 6];
258 z2 = tmp5 + tmp6;
259 z3 = tmp4 + tmp6;
265 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
[all …]
Djidctflt.c76 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
148 tmp6 = DEQUANTIZE(inptr[DCTSIZE * 5], quantptr[DCTSIZE * 5] * _0_125);
151 z13 = tmp6 + tmp5; /* phase 6 */
152 z10 = tmp6 - tmp5;
163 tmp6 = tmp12 - tmp7; /* phase 2 */
164 tmp5 = tmp11 - tmp6;
169 wsptr[DCTSIZE * 1] = tmp1 + tmp6;
170 wsptr[DCTSIZE * 6] = tmp1 - tmp6;
221 tmp6 = tmp12 - tmp7;
222 tmp5 = tmp11 - tmp6;
[all …]
Djidctfst.c175 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
247 tmp6 = DEQUANTIZE(inptr[DCTSIZE * 5], quantptr[DCTSIZE * 5]);
250 z13 = tmp6 + tmp5; /* phase 6 */
251 z10 = tmp6 - tmp5;
262 tmp6 = tmp12 - tmp7; /* phase 2 */
263 tmp5 = tmp11 - tmp6;
268 wsptr[DCTSIZE * 1] = (int)(tmp1 + tmp6);
269 wsptr[DCTSIZE * 6] = (int)(tmp1 - tmp6);
344 tmp6 = tmp12 - tmp7; /* phase 2 */
345 tmp5 = tmp11 - tmp6;
[all …]
Djfdctflt.c62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
75 tmp6 = dataptr[1] - dataptr[6];
98 tmp11 = tmp5 + tmp6;
99 tmp12 = tmp6 + tmp7;
125 tmp6 = dataptr[DCTSIZE * 1] - dataptr[DCTSIZE * 6];
148 tmp11 = tmp5 + tmp6;
149 tmp12 = tmp6 + tmp7;
Djfdctfst.c119 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
133 tmp6 = dataptr[1] - dataptr[6];
156 tmp11 = tmp5 + tmp6;
157 tmp12 = tmp6 + tmp7;
183 tmp6 = dataptr[DCTSIZE * 1] - dataptr[DCTSIZE * 6];
206 tmp11 = tmp5 + tmp6;
207 tmp12 = tmp6 + tmp7;
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djidctfst-neon.c149 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()
[all …]
Djfdctfst-neon.c92 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()
Djfdctint-neon.c126 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), consts.val[2], 3); in jsimd_fdct_islow_neon()
/third_party/ffmpeg/libavfilter/
Dvf_fspp.c251 int_simd16_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in column_fidct_c() local
272 tmp6 = dataptr[DCTSIZE * 1] - dataptr[DCTSIZE * 6]; in column_fidct_c()
315 tmp11 = tmp5 + tmp6; in column_fidct_c()
316 tmp12 = tmp6 + tmp7; in column_fidct_c()
335 THRESHOLD(tmp6, d5, threshold[5 * 8]); in column_fidct_c()
339 z13 = tmp6 + tmp5; in column_fidct_c()
340 z10 = (tmp6 - tmp5) << 1; in column_fidct_c()
350 tmp6 = tmp12 - tmp7; in column_fidct_c()
351 tmp5 = tmp11 - tmp6; in column_fidct_c()
355 wsptr[DCTSIZE * 1] += (tmp1 + tmp6); in column_fidct_c()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dfft_mips.c65 FFTSample tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; in ff_fft_calc_mips() local
85 tmp6 = tmpz[2].im + tmpz[3].im; in ff_fft_calc_mips()
93 tmpz[0].im = tmp2 + tmp6; in ff_fft_calc_mips()
94 tmpz[2].im = tmp2 - tmp6; in ff_fft_calc_mips()
194 … [tmp6]"=&f"(tmp6), [tmp8]"=&f"(tmp8), [pom3]"=&f"(pom3),[temp]"=&f"(temp), [temp1]"=&f"(temp1), in ff_fft_calc_mips()
248 [tmp2]"=&f"(tmp2), [tmp6]"=&f"(tmp6), [pom3]"=&f"(pom3), in ff_fft_calc_mips()
303 [tmp4]"=&f"(tmp4), [tmp5]"=&f"(tmp5), [tmp6]"=&f"(tmp6), in ff_fft_calc_mips()
Dh264dsp_msa.c149 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in avc_wgt_8x8_msa() local
170 MUL4(wgt, src4_r, wgt, src5_r, wgt, src6_r, wgt, src7_r, tmp4, tmp5, tmp6, in avc_wgt_8x8_msa()
174 ADDS_SH4_SH(tmp4, offset, tmp5, offset, tmp6, offset, tmp7, offset, tmp4, in avc_wgt_8x8_msa()
175 tmp5, tmp6, tmp7); in avc_wgt_8x8_msa()
176 MAXI_SH8_SH(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, 0); in avc_wgt_8x8_msa()
177 SRLR_H8_SH(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom); in avc_wgt_8x8_msa()
178 SAT_UH8_SH(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, 7); in avc_wgt_8x8_msa()
179 PCKEV_B4_UB(tmp1, tmp0, tmp3, tmp2, tmp5, tmp4, tmp7, tmp6, src0, src1, in avc_wgt_8x8_msa()
192 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in avc_wgt_8x16_msa() local
215 tmp6, tmp7); in avc_wgt_8x16_msa()
[all …]
Dvp8_lpf_msa.c382 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_vp8_h_loop_filter16_msa() local
402 ILVRL_H2_SH(tmp1, tmp0, tmp6, tmp7); in ff_vp8_h_loop_filter16_msa()
422 VP8_ST6x1_UB(tmp6, 0, tmp5, 0, temp_src, 4); in ff_vp8_h_loop_filter16_msa()
424 VP8_ST6x1_UB(tmp6, 1, tmp5, 1, temp_src, 4); in ff_vp8_h_loop_filter16_msa()
426 VP8_ST6x1_UB(tmp6, 2, tmp5, 2, temp_src, 4); in ff_vp8_h_loop_filter16_msa()
428 VP8_ST6x1_UB(tmp6, 3, tmp5, 3, temp_src, 4); in ff_vp8_h_loop_filter16_msa()
447 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_vp8_h_loop_filter8uv_msa() local
467 ILVRL_H2_SH(tmp1, tmp0, tmp6, tmp7); in ff_vp8_h_loop_filter8uv_msa()
488 VP8_ST6x1_UB(tmp6, 0, tmp5, 0, src_v, 4); in ff_vp8_h_loop_filter8uv_msa()
490 VP8_ST6x1_UB(tmp6, 1, tmp5, 1, src_v, 4); in ff_vp8_h_loop_filter8uv_msa()
[all …]
Dh264idct_msa.c115 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in avc_idct8_addblk_msa() local
151 tmp6 = vec1 >> 2; in avc_idct8_addblk_msa()
152 tmp6 -= vec2; in avc_idct8_addblk_msa()
156 BUTTERFLY_8(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, in avc_idct8_addblk_msa()
231 tmp4, tmp5, tmp6, tmp7); in avc_idct8_addblk_msa()
234 ADD4(res4, tmp4, res5, tmp5, res6, tmp6, res7, tmp7, in avc_idct8_addblk_msa()
Dhevc_mc_biw_msa.c391 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in hevc_biwgt_copy_16w_msa() local
411 tmp6, tmp7); in hevc_biwgt_copy_16w_msa()
413 SLLI_4V(tmp4, tmp5, tmp6, tmp7, 6); in hevc_biwgt_copy_16w_msa()
417 HEVC_BIW_RND_CLIP4_MAX_SATU(tmp2, tmp3, tmp6, tmp7, in2, in3, in6, in7, in hevc_biwgt_copy_16w_msa()
419 tmp6, tmp7); in hevc_biwgt_copy_16w_msa()
421 PCKEV_B2_UB(tmp6, tmp2, tmp7, tmp3, out2, out3); in hevc_biwgt_copy_16w_msa()
510 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in hevc_biwgt_copy_32w_msa() local
533 ILVRL_B2_SH(zero, src2, tmp2, tmp6); in hevc_biwgt_copy_32w_msa()
536 SLLI_4V(tmp4, tmp5, tmp6, tmp7, 6); in hevc_biwgt_copy_32w_msa()
540 HEVC_BIW_RND_CLIP4_MAX_SATU(tmp2, tmp6, tmp3, tmp7, in4, in5, in6, in7, in hevc_biwgt_copy_32w_msa()
[all …]
/third_party/ffmpeg/libavcodec/aarch64/
Dvp9lpf_16bpp_neon.S42 .macro loop_filter wd, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8
128 … neg \tmp6\().8h, \tmp2\().8h // negative left shift after saturation
149 … sshl \tmp1\().8h, \tmp1\().8h, \tmp6\().8h // av_clip_int2p(p1 - q1, BIT_DEPTH - 1)
158 …sshl \tmp1\().8h, \tmp1\().8h, \tmp6\().8h // av_clip_int2p(3 * (q0 - p0) [+ av_clip_…
159 dup \tmp6\().8h, w7 // max pixel value
164 ushr \tmp2\().8h, \tmp6\().8h, #1 // (1 << (BIT_DEPTH - 1)) - 1
175 smin v0.8h, v0.8h, \tmp6\().8h
176 smin v2.8h, v2.8h, \tmp6\().8h
188 smin v0.8h, v0.8h, \tmp6\().8h
189 smin v2.8h, v2.8h, \tmp6\().8h
[all …]
/third_party/openh264/codec/decoder/core/loongarch/
Dmb_aux_lsx.c198 __m128i tmp0, tmp1, tmp2 ,tmp3, tmp4, tmp5, tmp6, tmp7; in IdctResAddPred8x8_lsx() local
245 tmp4, tmp5, tmp6, tmp7); in IdctResAddPred8x8_lsx()
267 src6, tmp6, in IdctResAddPred8x8_lsx()
/third_party/openh264/codec/encoder/core/loongarch/
Ddct_lasx.c238 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, in WelsIDctT4Rec_lasx() local
300 tmp4, tmp5, tmp6, tmp7); in WelsIDctT4Rec_lasx()
304 tmp6, dst2, in WelsIDctT4Rec_lasx()

12