Searched defs:below1 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Ddeblock_msa.c154 v16u8 above2, above1, below2, below1, src, ref, ref_temp; local
162 LD_UB2(p_src + 1 * src_stride, src_stride, below1, below2);
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);
170 below1 = LD_UB(p_src + 6 * src_stride);
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, below
300 v16u8 above2, above1, below2, below1; local
[all...]

Completed in 171 milliseconds