Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.h486 int second_ref_count; member
Dfirstpass.c748 ++stats->second_ref_count; in firstpass_inter_prediction()
883 fps.pcnt_second_ref = (double)stats->second_ref_count / num_mbs; in update_firstpass_stats()
990 stats.second_ref_count += mb_stat.second_ref_count; in accumulate_frame_stats()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h43 int second_ref_count; member
Dvp9_ethread.c240 tile_data->fp_data.second_ref_count += tile_data_t->fp_data.second_ref_count; in accumulate_fp_tile_stat()
Dvp9_firstpass.c785 fps->pcnt_second_ref = (double)(fp_acc_data->second_ref_count) / num_mbs; in first_pass_stat_calc()
832 this_tile->fp_data.second_ref_count += fp_acc_data->second_ref_count; in accumulate_fp_mb_row_stat()
1199 ++(fp_acc_data->second_ref_count); in vp9_first_pass_encode_tile_mb_row()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c488 int second_ref_count = 0; in vp8_first_pass() local
641 second_ref_count++; in vp8_first_pass()
771 fps.pcnt_second_ref = 1.0 * (double)second_ref_count / cm->MBs; in vp8_first_pass()