Home
last modified time | relevance | path

Searched refs:load_and_shift (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/neon/
Dbilinearpredict_neon.c23 static INLINE uint8x8_t load_and_shift(const unsigned char *a) { in load_and_shift() function
36 a0 = load_and_shift(src_ptr); in vp8_bilinear_predict4x4_neon()
40 a2 = load_and_shift(src_ptr); in vp8_bilinear_predict4x4_neon()
Dsixtappredict_neon.c43 static INLINE uint8x8_t load_and_shift(const unsigned char *a) { in load_and_shift() function
92 a0 = load_and_shift(src); in yonly4x4()
96 a2 = load_and_shift(src); in yonly4x4()
100 a4 = load_and_shift(src); in yonly4x4()
104 a6 = load_and_shift(src); in yonly4x4()