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

  /external/libvpx/libvpx/vpx_dsp/arm/
deblock_neon.c 32 const uint8x8_t a2_v0 = vabd_u8(a2, v0); local
37 uint8x8_t max = vmax_u8(a2_v0, a1_v0);
65 const uint8x16_t a2_v0 = vabdq_u8(a2, v0); local
70 uint8x16_t max = vmaxq_u8(a2_v0, a1_v0);

Completed in 213 milliseconds