Home
last modified time | relevance | path

Searched refs:tmp9 (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhq_hqadsp.c37 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9, tmpA; in idct_row() local
49 tmp9 = tmp7 * 4 - tmp8; in idct_row()
50 tmpA = IDCTMUL(tmp4, FIX_1_414) * 4 - tmp9; in idct_row()
64 blk[1] = tmp13 + tmp9; in idct_row()
69 blk[6] = tmp13 - tmp9; in idct_row()
75 int tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9, tmpA; in idct_col() local
87 tmp9 = tmp7 * 2 - tmp8; in idct_col()
88 tmpA = IDCTMUL(tmp4, FIX_1_414) * 2 - tmp9; in idct_col()
102 blk[1 * 8] = (tmp13 + tmp9) >> 6; in idct_col()
107 blk[6 * 8] = (tmp13 - tmp9) >> in idct_col()
[all...]
H A Dcavsdsp.c383 const int tmp9= tmp[9 *8]; \
391 OP(dst[6*dstStride], AV*tmp4 + BV*tmp5 + CV*tmp6 + DV*tmp7 + EV*tmp8 + FV*tmp9 + 64*src2[6*srcStride]); \
392 OP(dst[7*dstStride], AV*tmp5 + BV*tmp6 + CV*tmp7 + DV*tmp8 + EV*tmp9 + FV*tmp10 + 64*src2[7*srcStride]); \
412 const int tmp9= tmp[9 *8]; \
420 OP(dst[6*dstStride], AV*tmp4 + BV*tmp5 + CV*tmp6 + DV*tmp7 + EV*tmp8 + FV*tmp9); \
421 OP(dst[7*dstStride], AV*tmp5 + BV*tmp6 + CV*tmp7 + DV*tmp8 + EV*tmp9 + FV*tmp10); \
H A Dh264qpel_template.c338 const int tmp9= tmp[9 *tmpStride] - pad;\
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/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
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()
2284 MUL4(wgt, src4_r, wgt, src4_l, wgt, src5_r, wgt, src5_l, tmp8, tmp9, in ff_weight_h264_pixels16_8_msa()
2292 ADDS_SH4_SH(tmp8, offset, tmp9, 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
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()
H A Dh264qpel_lasx.c1219 __m256i tmp7, tmp8, tmp9, tmp10, tmp11, tmp12; in put_h264_qpel8_hv_lowpass_lasx() local
1242 tmp9 = __lasx_xvpermi_q(tmp10, tmp8, 0x21); in put_h264_qpel8_hv_lowpass_lasx()
1252 QPEL8_HV_LOWPASS_V(tmp4, tmp5, tmp6, tmp7, tmp8, tmp9, src00, src01, 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
1354 tmp9 = __lasx_xvpermi_q(tmp10, tmp8, 0x21); in avg_h264_qpel8_hv_lowpass_lasx()
1364 QPEL8_HV_LOWPASS_V(tmp4, tmp5, tmp6, tmp7, tmp8, tmp9, src00, src01, 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()
1374 tmp9 = __lasx_xvldx(dst, dstStride_3x); in avg_h264_qpel8_hv_lowpass_lasx()
1379 tmp7 = __lasx_xvpermi_q(tmp8, tmp9, in avg_h264_qpel8_hv_lowpass_lasx()
[all...]
H A Dvp8_lpf_lsx.c544 __m128i tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in ff_vp8_h_loop_filter16_inner_lsx() local
558 src + stride3, 0, tmp8, tmp9, tmp10, tmp11); in ff_vp8_h_loop_filter16_inner_lsx()
565 tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, in ff_vp8_h_loop_filter16_inner_lsx()
H A Dvp9_mc_lsx.c1377 __m128i tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in common_hz_8t_and_aver_dst_16w_lsx() local
1401 mask2, src3, src3, mask2, tmp8, tmp9, tmp10, tmp11); in common_hz_8t_and_aver_dst_16w_lsx()
1406 DUP4_ARG2(__lsx_vdp2_h_b, tmp8, filter2, tmp9, filter2, tmp10, filter2, tmp11, in common_hz_8t_and_aver_dst_16w_lsx()
1407 filter2, tmp8, tmp9, tmp10, tmp11); in common_hz_8t_and_aver_dst_16w_lsx()
1410 DUP4_ARG3(__lsx_vdp2add_h_b, tmp8, tmp12, filter3, tmp9, tmp13, filter3, tmp10, in common_hz_8t_and_aver_dst_16w_lsx()
1434 __m128i tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in common_hz_8t_and_aver_dst_32w_lsx() local
1458 src2, mask2, src3, src3, mask2, tmp8, tmp9, tmp10, tmp11); in common_hz_8t_and_aver_dst_32w_lsx()
1463 DUP4_ARG2(__lsx_vdp2_h_b, tmp8, filter2, tmp9, filter2, tmp10, filter2, in common_hz_8t_and_aver_dst_32w_lsx()
1464 tmp11, filter2, tmp8, tmp9, tmp10, tmp11); in common_hz_8t_and_aver_dst_32w_lsx()
1467 DUP4_ARG3(__lsx_vdp2add_h_b, tmp8, tmp12, filter3, tmp9, tmp1 in common_hz_8t_and_aver_dst_32w_lsx()
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_optimizer_postRA.cpp363 //! v1: %tmp9:v[2] = v_mov_b32 %a:v[0] row_mirror bound_ctrl:1
364 //! v1: %res9:v[2] = v_cndmask_b32 %tmp9:v[2], %b:v[1], %d:s[0-1]
366 Temp tmp9 = bld.vop1_dpp(aco_opcode::v_mov_b32, bld.def(v1, reg_v2), a, dpp_row_mirror); variable
367 Temp res9 = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1, reg_v2), Operand(tmp9, reg_v2), b, d);
H A Dtest_optimizer.cpp1034 //! v1: %tmp9 = v_mov_b32 %a row_mirror bound_ctrl:1
1035 //! v1: %res9 = v_add_f32 %tmp9, %d
1037 Temp tmp9 = bld.vop1_dpp(aco_opcode::v_mov_b32, bld.def(v1), a, dpp_row_mirror); variable
1038 Temp res9 = bld.vop2_e64(aco_opcode::v_add_f32, bld.def(v1), tmp9, d);

Completed in 19 milliseconds