Home
last modified time | relevance | path

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

/external/libvpx/generic/
Dvp8_rtcd.h237 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
/external/libvpx/mips/
Dvp8_rtcd.h237 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_c macro
/external/libvpx/mips-dspr2/
Dvp8_rtcd.h253 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_dspr2 macro
/external/libvpx/armv7a/
Dvp8_rtcd.h268 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_armv6 macro
/external/libvpx/armv7a-neon/
Dvp8_rtcd.h307 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_armv6 macro
/external/libvpx/x86/
Dvp8_rtcd.h351 #define vp8_sixtap_predict4x4 vp8_sixtap_predict4x4_mmx macro
/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c754 xd->subpixel_predict = vp8_sixtap_predict4x4; in vp8_encode_frame()
Dfirstpass.c551 xd->subpixel_predict = vp8_sixtap_predict4x4; in vp8_first_pass()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c950 xd->subpixel_predict = vp8_sixtap_predict4x4; in init_frame()