Home
last modified time | relevance | path

Searched refs:UNPCK_R_SH_SW (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dvc1dsp_msa.c160 UNPCK_R_SH_SW(in0, in_r0); in ff_vc1_inv_trans_4x8_msa()
161 UNPCK_R_SH_SW(in1, in_r1); in ff_vc1_inv_trans_4x8_msa()
162 UNPCK_R_SH_SW(in2, in_r2); in ff_vc1_inv_trans_4x8_msa()
163 UNPCK_R_SH_SW(in3, in_r3); in ff_vc1_inv_trans_4x8_msa()
164 UNPCK_R_SH_SW(in4, in_r4); in ff_vc1_inv_trans_4x8_msa()
165 UNPCK_R_SH_SW(in5, in_r5); in ff_vc1_inv_trans_4x8_msa()
166 UNPCK_R_SH_SW(in6, in_r6); in ff_vc1_inv_trans_4x8_msa()
167 UNPCK_R_SH_SW(in7, in_r7); in ff_vc1_inv_trans_4x8_msa()
Dh264idct_msa.c61 UNPCK_R_SH_SW(vres0, vres0_r); in avc_deq_idct_luma_dc_msa()
62 UNPCK_R_SH_SW(vres1, vres1_r); in avc_deq_idct_luma_dc_msa()
63 UNPCK_R_SH_SW(vres2, vres2_r); in avc_deq_idct_luma_dc_msa()
64 UNPCK_R_SH_SW(vres3, vres3_r); in avc_deq_idct_luma_dc_msa()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Denc_msa.c120 UNPCK_R_SH_SW(t1, tmp4); in FTransform_MSA()
Dmsa_macro.h1243 #define UNPCK_R_SH_SW(in, out) do { \ macro
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h2172 #define UNPCK_R_SH_SW(in, out) \ macro