Searched refs:VP9_IADST4x4 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | vp9_idct_msa.c | 272 #define VP9_IADST4x4(in0, in1, in2, in3, out0, out1, out2, out3) \ macro 396 VP9_IADST4x4(in0, in1, in2, in3, in0, in1, in2, in3); in vp9_iadst4x4_colcol_addblk_msa() 399 VP9_IADST4x4(in0, in1, in2, in3, in0, in1, in2, in3); in vp9_iadst4x4_colcol_addblk_msa() 418 VP9_IADST4x4(in0, in1, in2, in3, in0, in1, in2, in3); in vp9_iadst_idct_4x4_add_msa() 443 VP9_IADST4x4(in0, in1, in2, in3, in0, in1, in2, in3); in vp9_idct_iadst_4x4_add_msa()
|