/third_party/ffmpeg/libavcodec/ |
D | faandct.c | 68 FLOAT tmp10, tmp11, tmp12, tmp13; in row_fdct() local 117 FLOAT tmp10, tmp11, tmp12, tmp13; in ff_faandct() local 171 FLOAT tmp10, tmp11, tmp12, tmp13; in ff_faandct248() local
|
D | jfdctfst.c | 146 int tmp10, tmp11, tmp12, tmp13; variable 210 int tmp10, tmp11, tmp12, tmp13; in ff_fdct_ifast() local 276 int tmp10, tmp11, tmp12, tmp13; in ff_fdct_ifast248() local
|
D | jfdctint_template.c | 185 int tmp10, tmp11, tmp12, tmp13; in FUNC() local 263 int tmp10, tmp11, tmp12, tmp13; in FUNC() local 345 int tmp10, tmp11, tmp12, tmp13; in FUNC() local
|
D | hq_hqadsp.c | 38 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_row() local 76 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_col() local
|
D | jrevdct.c | 218 int32_t tmp10, tmp11, tmp12, tmp13; variable 956 int32_t tmp10, tmp11, tmp12, tmp13; in ff_j_rev_dct4() local
|
D | 4xm.c | 169 int tmp10, tmp11, tmp12, tmp13; in idct() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jidctint.c | 178 JLONG tmp10, tmp11, tmp12, tmp13; variable 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; in jpeg_idct_9x9() local 1077 JLONG tmp10, tmp11, tmp12, tmp13, tmp14; in jpeg_idct_10x10() local 1272 JLONG tmp10, tmp11, tmp12, tmp13, tmp14; in jpeg_idct_11x11() local 1466 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in jpeg_idct_12x12() local 1682 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in jpeg_idct_13x13() local 1910 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; in jpeg_idct_14x14() local 2136 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; in jpeg_idct_15x15() local 2378 JLONG tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; in jpeg_idct_16x16() local
|
D | jfdctflt.c | 63 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable
|
D | jidctflt.c | 77 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable
|
D | jfdctfst.c | 120 DCTELEM tmp10, tmp11, tmp12, tmp13; variable
|
D | jfdctint.c | 146 JLONG tmp10, tmp11, tmp12, tmp13; variable
|
D | jidctfst.c | 176 DCTELEM tmp10, tmp11, tmp12, tmp13; variable
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jidctfst-neon.c | 135 int16x4_t tmp13 = vadd_s16(tmp1, tmp3); /* phases 5-3 */ in jsimd_idct_ifast_neon() local 210 int16x4_t tmp13 = vadd_s16(tmp1, tmp3); /* phases 5-3 */ in jsimd_idct_ifast_neon() local 280 int16x8_t tmp13 = vaddq_s16(tmp1, tmp3); /* phases 5-3 */ in jsimd_idct_ifast_neon() local 366 int16x8_t tmp13 = vaddq_s16(col2, col6); in jsimd_idct_ifast_neon() local
|
D | jidctint-neon.c | 383 int32x4_t tmp13 = vsubq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_regular() local 505 int32x4_t tmp13 = vsubq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_sparse() local 594 int32x4_t tmp13 = vsubq_s32(tmp0, tmp3); in jsimd_idct_islow_pass2_regular() local 736 int32x4_t tmp13 = vsubq_s32(tmp0, tmp3); in jsimd_idct_islow_pass2_sparse() local
|
D | jfdctfst-neon.c | 100 int16x8_t tmp13 = vsubq_s16(tmp0, tmp3); in jsimd_fdct_ifast_neon() local
|
D | jfdctint-neon.c | 134 int16x8_t tmp13 = vsubq_s16(tmp0, tmp3); in jsimd_fdct_islow_neon() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fspp.c | 251 int_simd16_t tmp10, tmp11, tmp12, tmp13; in column_fidct_c() local 374 int_simd16_t tmp10, tmp11, tmp12, tmp13; in row_idct_c() local 436 int_simd16_t tmp10, tmp11, tmp12, tmp13; in row_fdct_c() local
|
/third_party/ffmpeg/libavcodec/loongarch/ |
D | vp9_intra_lsx.c | 515 __m128i tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in ff_tm_16x16_lsx() local
|
D | vp8_lpf_lsx.c | 544 __m128i tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in ff_vp8_h_loop_filter16_inner_lsx() local
|
D | vp9_mc_lsx.c | 1377 __m128i tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in common_hz_8t_and_aver_dst_16w_lsx() local 1434 __m128i tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in common_hz_8t_and_aver_dst_32w_lsx() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_neon.c | 281 const int32x2x2_t tmp13 = vtrn_s32(vreinterpret_s32_s16(AB.val[1]), in Transpose4x4_S16_NEON() local
|
/third_party/astc-encoder/Source/ |
D | stb_image_write.h | 1285 float tmp13 = tmp0 - tmp3; in stbiw__jpg_DCT() local
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264dsp_msa.c | 2223 v8i16 tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in ff_weight_h264_pixels16_8_msa() local 2347 v8i16 tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in ff_biweight_h264_pixels16_8_msa() local
|