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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 67 int sum_mvc; member in struct:__anon24783
vp9_ethread.c 239 tile_data->fp_data.sum_mvc += tile_data_t->fp_data.sum_mvc;
vp9_firstpass.c 762 fps->MVc = (double)(fp_acc_data->sum_mvc) / fp_acc_data->mvcount;
769 ((double)(fp_acc_data->sum_mvc) * (fp_acc_data->sum_mvc) /
804 this_tile->fp_data.sum_mvc += fp_acc_data->sum_mvc;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 487 int sum_mvr = 0, sum_mvc = 0; local
677 sum_mvc += d->bmi.mv.as_mv.col;
782 fps.MVc = (double)sum_mvc / (double)mvcount;
    [all...]

Completed in 611 milliseconds