Home
last modified time | relevance | path

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

/external/libvpx/config/mips64/
Dvp8_rtcd.h139 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/generic/
Dvp8_rtcd.h139 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/mips32/
Dvp8_rtcd.h139 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/arm/
Dvp8_rtcd.h139 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_c macro
/external/libvpx/config/mips32-dspr2/
Dvp8_rtcd.h154 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_dspr2 macro
/external/libvpx/config/mips32-msa/
Dvp8_rtcd.h174 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_msa macro
/external/libvpx/config/mips64-msa/
Dvp8_rtcd.h174 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_msa macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h168 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h168 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_neon macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h204 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_ssse3 macro
/external/libvpx/config/x86/
Dvp8_rtcd.h204 #define vp8_sixtap_predict16x16 vp8_sixtap_predict16x16_ssse3 macro
/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c695 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_encode_frame()
Dfirstpass.c517 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in vp8_first_pass()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c845 xd->subpixel_predict16x16 = vp8_sixtap_predict16x16; in init_frame()