HomeSort by relevance Sort by last modified time
    Searched full:v_src_00 (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
subtract_neon.c 25 const uint8x16_t v_src_00 = vld1q_u8(&src[c + 0]); local
29 const uint16x8_t v_diff_lo_00 = vsubl_u8(vget_low_u8(v_src_00),
31 const uint16x8_t v_diff_hi_00 = vsubl_u8(vget_high_u8(v_src_00),

Completed in 7000 milliseconds