Home
last modified time | relevance | path

Searched refs:intra_smooth_count (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h72 int intra_smooth_count; member
Dvp9_ethread.c244 tile_data->fp_data.intra_smooth_count += in accumulate_fp_tile_stat()
245 tile_data_t->fp_data.intra_smooth_count; in accumulate_fp_tile_stat()
Dvp9_firstpass.c754 fps->intra_smooth_pct = (double)(fp_acc_data->intra_smooth_count) / num_mbs; in first_pass_stat_calc()
809 this_tile->fp_data.intra_smooth_count += fp_acc_data->intra_smooth_count; in accumulate_fp_mb_row_stat()
979 ++(fp_acc_data->intra_smooth_count); in vp9_first_pass_encode_tile_mb_row()