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

/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dpostproc_msa.c202 v16u8 above2, above1, below2, below1, src, ref, ref_temp; local
211 LD_UB2(p_src + 1 * src_stride, src_stride, below1, below2);
212 VP8_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter0);
214 VP8_AVER_IF_RETAIN(above1, src, below1, below2, above2, ref, inter1);
216 VP8_AVER_IF_RETAIN(src, below1, below2, above2, above1, ref, inter2);
218 VP8_AVER_IF_RETAIN(below1, below2, above2, above1, src, ref, inter3);
220 VP8_AVER_IF_RETAIN(below2, above2, above1, src, below1, ref, inter4);
221 below2 = LD_UB(p_src + 7 * src_stride);
222 VP8_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter5);
224 VP8_AVER_IF_RETAIN(above1, src, below1, below2, above
369 v16u8 above2, above1, below2, below1; local
[all...]

Completed in 67 milliseconds