Home
last modified time | relevance | path

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

/external/libvpx/config/arm/
Dvp8_rtcd.h145 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
/external/libvpx/config/mips32/
Dvp8_rtcd.h145 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
/external/libvpx/config/generic/
Dvp8_rtcd.h145 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
/external/libvpx/config/mips64/
Dvp8_rtcd.h145 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_c macro
/external/libvpx/config/mips32-dspr2/
Dvp8_rtcd.h162 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_dspr2 macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h176 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h176 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_neon macro
/external/libvpx/config/mips64-msa/
Dvp8_rtcd.h182 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_msa macro
/external/libvpx/config/mips32-msa/
Dvp8_rtcd.h182 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_msa macro
/external/libvpx/config/x86/
Dvp8_rtcd.h214 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_ssse3 macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h214 #define vp8_sixtap_predict8x4 vp8_sixtap_predict8x4_ssse3 macro
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c843 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in init_frame()
/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c693 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in vp8_encode_frame()
Dfirstpass.c515 xd->subpixel_predict8x4 = vp8_sixtap_predict8x4; in vp8_first_pass()