Home
last modified time | relevance | path

Searched refs:vp8_diamond_search_sad (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h284 #define vp8_diamond_search_sad vp8_diamond_search_sad_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h284 #define vp8_diamond_search_sad vp8_diamond_search_sad_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h302 #define vp8_diamond_search_sad vp8_diamond_search_sad_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h123 RTCD_EXTERN int (*vp8_diamond_search_sad)(struct macroblock *x, struct block *b, struct blockd *d, … variable
563 vp8_diamond_search_sad = vp8_diamond_search_sad_c; in setup_rtcd_internal()
564 if (flags & HAS_SSE3) vp8_diamond_search_sad = vp8_diamond_search_sadx4; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h327 #define vp8_diamond_search_sad vp8_diamond_search_sad_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h380 #define vp8_diamond_search_sad vp8_diamond_search_sad_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c2075 cpi->diamond_search_sad = vp8_diamond_search_sad; in vp8_create_compressor()