Home
last modified time | relevance | path

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

/external/libvpx/config/generic/
Dvp8_rtcd.h141 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/mips64/
Dvp8_rtcd.h141 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/mips32/
Dvp8_rtcd.h141 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/mips32-dspr2/
Dvp8_rtcd.h156 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_dspr2 macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h169 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
/external/libvpx/config/arm/
Dvp8_rtcd.h167 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_armv6 macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h195 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h245 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_ssse3 macro
/external/libvpx/config/x86/
Dvp8_rtcd.h245 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_ssse3 macro
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c956 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in init_frame()
/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c766 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_encode_frame()
Dfirstpass.c555 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_first_pass()