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.c21 static INLINE uint8x8_t load_and_shift(const unsigned char *a) { in load_and_shift() function
34 a0 = load_and_shift(src_ptr); in vp8_bilinear_predict4x4_neon()
38 a2 = load_and_shift(src_ptr); in vp8_bilinear_predict4x4_neon()
Dsixtappredict_neon.c42 static INLINE uint8x8_t load_and_shift(const unsigned char *a) { in load_and_shift() function
91 a0 = load_and_shift(src); in yonly4x4()
95 a2 = load_and_shift(src); in yonly4x4()
99 a4 = load_and_shift(src); in yonly4x4()
103 a6 = load_and_shift(src); in yonly4x4()