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

  /external/libvpx/generic/
vp8_rtcd.h 277 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
278 #define vp8_full_search_sad vp8_full_search_sad_c
  /external/libvpx/mips/
vp8_rtcd.h 277 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
278 #define vp8_full_search_sad vp8_full_search_sad_c
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 295 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
296 #define vp8_full_search_sad vp8_full_search_sad_c
  /external/libvpx/armv7a/
vp8_rtcd.h 320 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
321 #define vp8_full_search_sad vp8_full_search_sad_c
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 373 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
374 #define vp8_full_search_sad vp8_full_search_sad_c
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1329 int vp8_full_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, function
    [all...]

Completed in 29 milliseconds