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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 70 int64_t sum_mvcs; member in struct:__anon26229
vp9_ethread.c 251 tile_data->fp_data.sum_mvcs += tile_data_t->fp_data.sum_mvcs;
vp9_firstpass.c 777 fps->MVcv = ((double)(fp_acc_data->sum_mvcs) -
816 this_tile->fp_data.sum_mvcs += fp_acc_data->sum_mvcs;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 489 int sum_mvrs = 0, sum_mvcs = 0; local
680 sum_mvcs += d->bmi.mv.as_mv.col * d->bmi.mv.as_mv.col;
786 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) /
    [all...]

Completed in 1509 milliseconds