Home
last modified time | relevance | path

Searched refs:VP9_IADST4x4 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/mips/msa/
Dvp9_idct4x4_msa.c37 VP9_IADST4x4(in0, in1, in2, in3, in0, in1, in2, in3); in vp9_iht4x4_16_add_msa()
41 VP9_IADST4x4(in0, in1, in2, in3, in0, in1, in2, in3); in vp9_iht4x4_16_add_msa()
48 VP9_IADST4x4(in0, in1, in2, in3, in0, in1, in2, in3); in vp9_iht4x4_16_add_msa()
51 VP9_IADST4x4(in0, in1, in2, in3, in0, in1, in2, in3); in vp9_iht4x4_16_add_msa()
/external/libvpx/libvpx/vpx_dsp/mips/
Dinv_txfm_msa.h134 #define VP9_IADST4x4(in0, in1, in2, in3, out0, out1, out2, out3) \ macro