HomeSort by relevance Sort by last modified time
    Searched refs:vp8_diamond_search_sad_c (Results 1 - 6 of 6) sorted by null

  /external/libvpx/generic/
vp8_rtcd.h 283 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
284 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
  /external/libvpx/mips/
vp8_rtcd.h 283 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
284 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 301 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
302 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
  /external/libvpx/armv7a/
vp8_rtcd.h 326 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
327 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 379 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
380 #define vp8_diamond_search_sad vp8_diamond_search_sad_c
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1038 int vp8_diamond_search_sad_c function
    [all...]

Completed in 454 milliseconds