Searched refs:VPX_AVER_IF_RETAIN (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Ddeblock_msa.c51 #define VPX_AVER_IF_RETAIN(above2_in, above1_in, src_in, below1_in, below2_in, \ macro
163 VPX_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter0);
165 VPX_AVER_IF_RETAIN(above1, src, below1, below2, above2, ref, inter1);
167 VPX_AVER_IF_RETAIN(src, below1, below2, above2, above1, ref, inter2);
169 VPX_AVER_IF_RETAIN(below1, below2, above2, above1, src, ref, inter3);
171 VPX_AVER_IF_RETAIN(below2, above2, above1, src, below1, ref, inter4);
173 VPX_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter5);
175 VPX_AVER_IF_RETAIN(above1, src, below1, below2, above2, ref, inter6);
177 VPX_AVER_IF_RETAIN(src, below1, below2, above2, above1, ref, inter7);
191 VPX_AVER_IF_RETAIN(above
[all...]

Completed in 56 milliseconds