Searched refs:fp_acc_data (Results 1 – 3 of 3) sorted by relevance
700 FIRSTPASS_DATA *fp_acc_data) { in first_pass_stat_calc() argument713 if ((fp_acc_data->image_data_start_row > cm->mb_rows / 2) || in first_pass_stat_calc()714 (fp_acc_data->image_data_start_row == INVALID_ROW)) { in first_pass_stat_calc()715 fp_acc_data->image_data_start_row = cm->mb_rows / 2; in first_pass_stat_calc()718 if (fp_acc_data->image_data_start_row > 0) { in first_pass_stat_calc()719 fp_acc_data->intra_skip_count = in first_pass_stat_calc()720 VPXMAX(0, fp_acc_data->intra_skip_count - in first_pass_stat_calc()721 (fp_acc_data->image_data_start_row * cm->mb_cols * 2)); in first_pass_stat_calc()724 fp_acc_data->intra_factor = fp_acc_data->intra_factor / (double)num_mbs; in first_pass_stat_calc()725 fp_acc_data->brightness_factor = in first_pass_stat_calc()[all …]
405 FIRSTPASS_DATA fp_acc_data; in first_pass_worker_hook() local428 vp9_zero(fp_acc_data); in first_pass_worker_hook()429 fp_acc_data.image_data_start_row = INVALID_ROW; in first_pass_worker_hook()430 vp9_first_pass_encode_tile_mb_row(cpi, thread_data->td, &fp_acc_data, in first_pass_worker_hook()
236 FIRSTPASS_DATA *fp_acc_data,