Home
last modified time | relevance | path

Searched refs:MVcv (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dfirstpass.c79 stats->MVcv, stats->mv_in_out_count, stats->new_mv_count, in output_stats()
105 section->MVcv = 0.0; in av1_twopass_zero_stats()
132 section->MVcv += frame->MVcv; in accumulate_stats()
783 fps.MVcv = in av1_first_pass()
794 fps.MVcv = 0.0; in av1_first_pass()
Dfirstpass.h82 double MVcv; member
Dpass2_strategy.c113 section->MVcv -= frame->MVcv; in subtract_stats()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h101 double MVcv; member
Dvp9_firstpass.c115 stats->MVcv, stats->mv_in_out_count, stats->count, stats->duration); in output_stats()
154 section->MVcv = 0.0; in zero_stats()
185 section->MVcv += frame->MVcv; in accumulate_stats()
214 section->MVcv -= frame->MVcv; in subtract_stats()
761 fps->MVcv = ((double)(fp_acc_data->sum_mvcs) - in first_pass_stat_calc()
774 fps->MVcv = 0.0; in first_pass_stat_calc()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c141 stats->MVcv, stats->mv_in_out_count, stats->new_mv_count, in output_stats()
162 section->MVcv = 0.0; in zero_stats()
183 section->MVcv += frame->MVcv; in accumulate_stats()
204 section->MVcv -= frame->MVcv; in subtract_stats()
226 section->MVcv /= section->count; in avg_stats()
770 fps.MVcv = 0.0; in vp8_first_pass()
786 fps.MVcv = ((double)sum_mvcs - (fps.MVc * fps.MVc / (double)mvcount)) / in vp8_first_pass()
Donyx_int.h106 double MVcv; member