Searched refs:vp8_diamond_search_sad_c (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 74 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 75 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
|
/external/libvpx/config/arm/ |
D | vp8_rtcd.h | 74 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 75 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
|
/external/libvpx/config/mips64/ |
D | vp8_rtcd.h | 74 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 75 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
|
/external/libvpx/config/mips32/ |
D | vp8_rtcd.h | 74 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 75 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp8_rtcd.h | 81 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 82 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 88 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 89 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 88 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 89 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
|
/external/libvpx/config/mips64-msa/ |
D | vp8_rtcd.h | 89 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
|
/external/libvpx/config/mips32-msa/ |
D | vp8_rtcd.h | 89 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 105 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 105 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 1022 int vp8_diamond_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_diamond_search_sad_c() function
|