Searched refs:PCKEV_D2_SH (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | dct_msa.c | 22 PCKEV_D2_SH(tp2_m, tp0_m, tp3_m, tp1_m, out0, out2); \ 161 PCKEV_D2_SH(in1, in0, in3, in2, temp0, temp1); in vp8_short_fdct8x4_msa()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 189 PCKEV_D2_SH(zero, mul0, zero, mul1, in0, in2); in dequant_idct4x4_addblk_msa() 192 PCKEV_D2_SH(hz1_h, hz0_h, hz3_h, hz2_h, mul0, mul1); in dequant_idct4x4_addblk_msa() 228 PCKEV_D2_SH(mul2, mul0, mul3, mul1, in0, in2); in dequant_idct4x4_addblk_2x_msa()
|
D | vp8_macros_msa.h | 1274 #define PCKEV_D2_SH(...) PCKEV_D2(v8i16, __VA_ARGS__) macro
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct4x4_msa.c | 95 PCKEV_D2_SH(in1, in0, in3, in2, in0, in2); in vp9_fht4x4_msa()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_txfm_msa.c | 210 PCKEV_D2_SH(in1, in0, in3, in2, in0, in2); in vpx_fdct4x4_msa()
|
D | macros_msa.h | 1327 #define PCKEV_D2_SH(...) PCKEV_D2(v8i16, __VA_ARGS__) macro
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 1437 #define PCKEV_D2_SH(...) PCKEV_D2(v8i16, __VA_ARGS__) macro
|