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

  /external/libvpx/libvpx/vpx_dsp/mips/
deblock_msa.c 154 v16u8 above2, above1, below2, below1, src, ref, ref_temp; local
160 LD_UB2(p_src - 2 * src_stride, src_stride, above2, above1);
163 VPX_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter0);
164 above2 = LD_UB(p_src + 3 * src_stride);
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);
174 above2 = LD_UB(p_src + 8 * src_stride)
300 v16u8 above2, above1, below2, below1; local
    [all...]
intrapred16_dspr2.c 164 int32_t above2, left2; local
168 "lw %[above2], 4(%[above]) \n\t"
181 "preceu.ph.qbl %[above_l1], %[above2] \n\t"
182 "preceu.ph.qbr %[above_r1], %[above2] \n\t"
192 "lw %[above2], 12(%[above]) \n\t"
206 "preceu.ph.qbl %[above_l1], %[above2] \n\t"
207 "preceu.ph.qbr %[above_r1], %[above2] \n\t"
319 [above_r1] "=&r"(above_r1), [above2] "=&r"(above2),
intrapred8_dspr2.c 73 int32_t above2, above_l2, above_r2, left2, left_r2, left_l2; local
77 "lw %[above2], 4(%[above]) \n\t"
86 "preceu.ph.qbl %[above_l2], %[above2] \n\t"
87 "preceu.ph.qbr %[above_r2], %[above2] \n\t"
141 [above2] "=&r"(above2), [above_l2] "=&r"(above_l2),
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_intrapred_neon.c 1052 const int16x8_t above2 = vld1q_s16((const int16_t *)(above + 16)); local
    [all...]

Completed in 122 milliseconds