Searched refs:UNPCK_R_SH_SW (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/vpx_dsp/mips/ |
D | idct4x4_msa.c | 22 UNPCK_R_SH_SW(in0, in0_r); in vpx_iwht4x4_16_add_msa() 23 UNPCK_R_SH_SW(in2, in2_r); in vpx_iwht4x4_16_add_msa() 24 UNPCK_R_SH_SW(in3, in3_r); in vpx_iwht4x4_16_add_msa() 25 UNPCK_R_SH_SW(in1, in1_r); in vpx_iwht4x4_16_add_msa()
|
D | macros_msa.h | 1594 #define UNPCK_R_SH_SW(in, out) \ macro
|
/external/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct_msa.h | 87 UNPCK_R_SH_SW(in0, in0_r_m); \ 88 UNPCK_R_SH_SW(in1, in1_r_m); \ 89 UNPCK_R_SH_SW(in2, in2_r_m); \ 90 UNPCK_R_SH_SW(in3, in3_r_m); \
|
/external/libvpx/vp8/encoder/mips/msa/ |
D | dct_msa.c | 175 UNPCK_R_SH_SW(in0_h, in0_w); in vp8_short_walsh4x4_msa() 176 UNPCK_R_SH_SW(in1_h, in1_w); in vp8_short_walsh4x4_msa() 177 UNPCK_R_SH_SW(in2_h, in2_w); in vp8_short_walsh4x4_msa() 178 UNPCK_R_SH_SW(in3_h, in3_w); in vp8_short_walsh4x4_msa()
|
/external/webp/src/dsp/ |
D | enc_msa.c | 120 UNPCK_R_SH_SW(t1, tmp4); in FTransform_MSA()
|
D | msa_macro.h | 1247 #define UNPCK_R_SH_SW(in, out) do { \ macro
|
/external/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 1491 #define UNPCK_R_SH_SW(in, out) \ macro
|