Home
last modified time | relevance | path

Searched refs:PCKOD_D2_SH (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Ddct_msa.c23 PCKOD_D2_SH(tp2_m, tp0_m, tp3_m, tp1_m, out1, out3); \
164 PCKOD_D2_SH(in1, in0, in3, in2, in0, in2); in vp8_short_fdct8x4_msa()
/external/libvpx/libvpx/vp8/common/mips/msa/
Didct_msa.c190 PCKOD_D2_SH(zero, mul0, zero, mul1, in1, in3); in dequant_idct4x4_addblk_msa()
229 PCKOD_D2_SH(mul2, mul0, mul3, mul1, in1, in3); in dequant_idct4x4_addblk_2x_msa()
Dvp8_macros_msa.h1290 #define PCKOD_D2_SH(...) PCKOD_D2(v8i16, __VA_ARGS__) macro