Home
last modified time | relevance | path

Searched refs:intra_smooth_pct (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h95 double intra_smooth_pct; // % of blocks that are smooth member
Dvp9_firstpass.c105 stats->intra_skip_pct, stats->intra_smooth_pct, in output_stats()
137 section->intra_smooth_pct = 0.0; in zero_stats()
168 section->intra_smooth_pct += frame->intra_smooth_pct; in accumulate_stats()
197 section->intra_smooth_pct -= frame->intra_smooth_pct; in subtract_stats()
748 fps->intra_smooth_pct = (double)(fp_acc_data->intra_smooth_count) / num_mbs; in first_pass_stat_calc()
3412 twopass->mb_smooth_pct = this_frame.intra_smooth_pct; in vp9_rc_get_second_pass_params()
3503 twopass->mb_smooth_pct = this_frame.intra_smooth_pct; in vp9_rc_get_second_pass_params()