Searched refs:second_ref_count (Results 1 – 5 of 5) sorted by relevance
62 int second_ref_count; member
240 tile_data->fp_data.second_ref_count += tile_data_t->fp_data.second_ref_count; in accumulate_fp_tile_stat()
742 fps->pcnt_second_ref = (double)(fp_acc_data->second_ref_count) / num_mbs; in first_pass_stat_calc()789 this_tile->fp_data.second_ref_count += fp_acc_data->second_ref_count; in accumulate_fp_mb_row_stat()1132 ++(fp_acc_data->second_ref_count); in vp9_first_pass_encode_tile_mb_row()
347 int second_ref_count = 0; in av1_first_pass() local607 ++second_ref_count; in av1_first_pass()769 fps.pcnt_second_ref = (double)second_ref_count / num_mbs; in av1_first_pass()
492 int second_ref_count = 0; in vp8_first_pass() local646 second_ref_count++; in vp8_first_pass()776 fps.pcnt_second_ref = 1.0 * (double)second_ref_count / cm->MBs; in vp8_first_pass()