Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_ext_ratectrl.c83 rc_frame_stats->intra_smooth_pct = stats->intra_smooth_pct; in gen_rc_firstpass_stats()
Dvp9_firstpass.h74 double intra_smooth_pct; // % of blocks that are smooth member
Dvp9_firstpass.c129 stats->intra_skip_pct, stats->intra_smooth_pct, in output_stats()
150 section->intra_smooth_pct = 0.0; in zero_stats()
181 section->intra_smooth_pct += frame->intra_smooth_pct; in accumulate_stats()
210 section->intra_smooth_pct -= frame->intra_smooth_pct; in subtract_stats()
790 fps->intra_smooth_pct = (double)(fp_acc_data->intra_smooth_count) / num_mbs; in first_pass_stat_calc()
3537 twopass->mb_smooth_pct = this_frame.intra_smooth_pct; in vp9_rc_get_second_pass_params()
3621 twopass->mb_smooth_pct = this_frame.intra_smooth_pct; in vp9_rc_get_second_pass_params()
/external/libvpx/vpx/
Dvpx_ext_ratectrl.h226 double intra_smooth_pct; member