Home
last modified time | relevance | path

Searched refs:vp8_sixtap_predict4x4 (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/config/generic/
Dvp8_rtcd.h145 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h175 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_neon macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h175 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_neon macro
/external/libvpx/config/x86/
Dvp8_rtcd.h209 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_ssse3 macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h209 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_ssse3 macro
/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c692 xd->subpixel_predict = vp8_sixtap_predict4x4; in vp8_encode_frame()
Dfirstpass.c514 xd->subpixel_predict = vp8_sixtap_predict4x4; in vp8_first_pass()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c854 xd->subpixel_predict = vp8_sixtap_predict4x4; in init_frame()