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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mcomp.c 39 static int mv_err_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int error_per_bit) function
268 besterr += mv_err_cost(bestmv, ref_mv, mvcost, error_per_bit);
403 bestmse += mv_err_cost(bestmv, ref_mv, mvcost, error_per_bit);
409 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
421 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
435 up = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
447 down = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
487 diag = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
523 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
535 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 38 static int mv_err_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int error_per_bit) function
267 besterr += mv_err_cost(bestmv, ref_mv, mvcost, error_per_bit);
402 bestmse += mv_err_cost(bestmv, ref_mv, mvcost, error_per_bit);
408 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
420 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
434 up = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
446 down = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
486 diag = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
522 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
534 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 38 static int mv_err_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int error_per_bit) function
267 besterr += mv_err_cost(bestmv, ref_mv, mvcost, error_per_bit);
402 bestmse += mv_err_cost(bestmv, ref_mv, mvcost, error_per_bit);
408 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
420 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
434 up = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
446 down = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
486 diag = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
522 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
534 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 81 static int mv_err_cost(const MV *mv, const MV *ref, function
306 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit);
408 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit);
707 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost,
724 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 81 static int mv_err_cost(const MV *mv, const MV *ref, function
308 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit);
410 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit);
713 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost,
730 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 81 static int mv_err_cost(const MV *mv, const MV *ref, function
308 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit);
410 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit);
713 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost,
730 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost,
    [all...]

Completed in 199 milliseconds