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

  /external/libvpx/libvpx/vp8/common/arm/neon/
bilinearpredict_neon.c 23 static INLINE uint8x8_t load_and_shift(const unsigned char *a) { function
36 a0 = load_and_shift(src_ptr);
40 a2 = load_and_shift(src_ptr);
sixtappredict_neon.c 43 static INLINE uint8x8_t load_and_shift(const unsigned char *a) { function
92 a0 = load_and_shift(src);
96 a2 = load_and_shift(src);
100 a4 = load_and_shift(src);
104 a6 = load_and_shift(src);
    [all...]

Completed in 173 milliseconds