Home
last modified time | relevance | path

Searched refs:vp8_full_search_sad_c (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/config/generic/
Dvp8_rtcd.h84 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re…
85 #define vp8_full_search_sad vp8_full_search_sad_c
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h99 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re…
100 #define vp8_full_search_sad vp8_full_search_sad_c
/external/libvpx/config/arm64/
Dvp8_rtcd.h99 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re…
100 #define vp8_full_search_sad vp8_full_search_sad_c
/external/libvpx/config/x86_64/
Dvp8_rtcd.h126 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re…
/external/libvpx/config/x86/
Dvp8_rtcd.h126 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re…
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c1281 int vp8_full_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sad_c() function