Searched refs:vp8_full_search_sad_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/generic/ |
D | vp8_rtcd.h | 92 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… 93 #define vp8_full_search_sad vp8_full_search_sad_c
|
/external/libvpx/mips/ |
D | vp8_rtcd.h | 92 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… 93 #define vp8_full_search_sad vp8_full_search_sad_c
|
/external/libvpx/mips-dspr2/ |
D | vp8_rtcd.h | 99 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/armv7a/ |
D | vp8_rtcd.h | 105 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… 106 #define vp8_full_search_sad vp8_full_search_sad_c
|
/external/libvpx/armv7a-neon/ |
D | vp8_rtcd.h | 120 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… 121 #define vp8_full_search_sad vp8_full_search_sad_c
|
/external/libvpx/x86/ |
D | vp8_rtcd.h | 141 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… 142 #define vp8_full_search_sad vp8_full_search_sad_c
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 1330 int vp8_full_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sad_c() function
|