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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 54 static int mvsad_err_cost(int_mv *mv, int_mv *ref, int *mvsadcost[2], function
823 mvsad_err_cost(&this_mv, &fcenter_mv, mvsadcost, sad_per_bit); \
883 mvsad_err_cost(&this_mv, &fcenter_mv, mvsadcost, sad_per_bit);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_diamond_search_sad_avx.c 49 static int mvsad_err_cost(const MACROBLOCK *x, const int_mv mv, const MV *ref, function
134 best_sad += mvsad_err_cost(x, bmv, &fcenter_mv.as_mv, sad_per_bit);
  /external/libaom/libaom/av1/encoder/
mcomp.c 113 static int mvsad_err_cost(const MACROBLOCK *x, const MV *mv, const MV *ref, function
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 112 static int mvsad_err_cost(const MACROBLOCK *x, const MV *mv, const MV *ref, function
    [all...]

Completed in 1568 milliseconds