Home
last modified time | relevance | path

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

/external/libvpx/generic/
Dvp8_rtcd.h83 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
84 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
/external/libvpx/mips/
Dvp8_rtcd.h83 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
84 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
/external/libvpx/mips-dspr2/
Dvp8_rtcd.h90 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
91 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
/external/libvpx/armv7a/
Dvp8_rtcd.h95 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
96 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
/external/libvpx/armv7a-neon/
Dvp8_rtcd.h108 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
109 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
/external/libvpx/x86/
Dvp8_rtcd.h120 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
121 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c1039 int vp8_diamond_search_sad_c in vp8_diamond_search_sad_c() function