HomeSort by relevance Sort by last modified time
    Searched refs:above1 (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred16_dspr2.c 165 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; local
169 "lw %[above1], (%[above]) \n\t"
174 "preceu.ph.qbl %[above_l1], %[above1] \n\t"
175 "preceu.ph.qbr %[above_r1], %[above1] \n\t"
193 "lw %[above1], 8(%[above]) \n\t"
198 "preceu.ph.qbl %[above_l1], %[above1] \n\t"
199 "preceu.ph.qbr %[above_r1], %[above1] \n\t"
319 : [left1] "=&r" (left1), [above1] "=&r" (above1),
intrapred8_dspr2.c 74 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; local
78 "lw %[above1], (%[above]) \n\t"
83 "preceu.ph.qbl %[above_l1], %[above1] \n\t"
84 "preceu.ph.qbr %[above_r1], %[above1] \n\t"
140 : [above1] "=&r" (above1), [above_l1] "=&r" (above_l1),
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 168 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; local
172 "lw %[above1], (%[above]) \n\t"
177 "preceu.ph.qbl %[above_l1], %[above1] \n\t"
178 "preceu.ph.qbr %[above_r1], %[above1] \n\t"
196 "lw %[above1], 8(%[above]) \n\t"
201 "preceu.ph.qbl %[above_l1], %[above1] \n\t"
202 "preceu.ph.qbr %[above_r1], %[above1] \n\t"
322 : [left1] "=&r" (left1), [above1] "=&r" (above1),
vp9_intrapred8_dspr2.c 77 int32_t tmp, above1, above_l1, above_r1, left1, left_r1, left_l1; local
81 "lw %[above1], (%[above]) \n\t"
86 "preceu.ph.qbl %[above_l1], %[above1] \n\t"
87 "preceu.ph.qbr %[above_r1], %[above1] \n\t"
143 : [above1] "=&r" (above1), [above_l1] "=&r" (above_l1),
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
postproc_msa.c 202 v16u8 above2, above1, below2, below1, src, ref, ref_temp; local
209 LD_UB2(p_src - 2 * src_stride, src_stride, above2, above1);
212 VP8_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter0);
214 VP8_AVER_IF_RETAIN(above1, src, below1, below2, above2, ref, inter1);
215 above1 = LD_UB(p_src + 4 * src_stride);
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);
222 VP8_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter5);
224 VP8_AVER_IF_RETAIN(above1, src, below1, below2, above2, ref, inter6)
369 v16u8 above2, above1, below2, below1; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.c 216 const MV_REFERENCE_FRAME above1 = above_mbmi->ref_frame[1]; local
221 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME ||
226 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1;
287 const MV_REFERENCE_FRAME above1 = above_mbmi->ref_frame[1]; local
292 if (above0 == left0 && above1 == left1)
294 above1 == GOLDEN_FRAME ||
302 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.c 222 const MV_REFERENCE_FRAME above1 = above_mbmi->ref_frame[1]; local
227 pred_context = 1 + (above0 == LAST_FRAME || above1 == LAST_FRAME ||
232 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1;
293 const MV_REFERENCE_FRAME above1 = above_mbmi->ref_frame[1]; local
298 if (above0 == left0 && above1 == left1)
300 above1 == GOLDEN_FRAME ||
308 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1;

Completed in 681 milliseconds