Home
last modified time | relevance | path

Searched refs:sum_mvcs (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp9/encoder/
Dvp9_firstpass.h56 int64_t sum_mvcs; member
Dvp9_ethread.c277 tile_data->fp_data.sum_mvcs += tile_data_t->fp_data.sum_mvcs; in accumulate_fp_tile_stat()
Dvp9_firstpass.c822 fps->MVcv = ((double)(fp_acc_data->sum_mvcs) - in first_pass_stat_calc()
863 this_tile->fp_data.sum_mvcs += fp_acc_data->sum_mvcs; in accumulate_fp_mb_row_stat()
1291 fp_acc_data->sum_mvcs += mv.col * mv.col; in vp9_first_pass_encode_tile_mb_row()
/external/libaom/av1/encoder/
Dfirstpass.h511 int64_t sum_mvcs; member
Dfirstpass.c843 stats->sum_mvcs += best_mv->col * best_mv->col; in firstpass_inter_prediction()
940 fps.MVcv = ((double)stats->sum_mvcs - in update_firstpass_stats()
1038 stats.sum_mvcs += mb_stat.sum_mvcs; in accumulate_frame_stats()
/external/libvpx/vp8/encoder/
Dfirstpass.c488 int sum_mvrs = 0, sum_mvcs = 0; in vp8_first_pass() local
678 sum_mvcs += d->bmi.mv.as_mv.col * d->bmi.mv.as_mv.col; in vp8_first_pass()
784 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) / in vp8_first_pass()