Home
last modified time | relevance | path

Searched refs:vp8_sixtap_predict8x4 (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/config/generic/
Dvp8_rtcd.h147 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
/external/libvpx/config/mips64/
Dvp8_rtcd.h147 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
/external/libvpx/config/mips32/
Dvp8_rtcd.h147 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
/external/libvpx/config/mips32-dspr2/
Dvp8_rtcd.h164 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_dspr2 macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h176 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon macro
/external/libvpx/config/arm/
Dvp8_rtcd.h175 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_armv6 macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h204 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h256 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_ssse3 macro
/external/libvpx/config/x86/
Dvp8_rtcd.h256 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_ssse3 macro
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c954 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in init_frame()
/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c764 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in vp8_encode_frame()
Dfirstpass.c553 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in vp8_first_pass()