Searched refs:fp_acc_data (Results 1 – 3 of 3) sorted by relevance
706 FIRSTPASS_DATA *fp_acc_data) { in first_pass_stat_calc() argument719 if ((fp_acc_data->image_data_start_row > cm->mb_rows / 2) || in first_pass_stat_calc()720 (fp_acc_data->image_data_start_row == INVALID_ROW)) { in first_pass_stat_calc()721 fp_acc_data->image_data_start_row = cm->mb_rows / 2; in first_pass_stat_calc()724 if (fp_acc_data->image_data_start_row > 0) { in first_pass_stat_calc()725 fp_acc_data->intra_skip_count = in first_pass_stat_calc()726 VPXMAX(0, fp_acc_data->intra_skip_count - in first_pass_stat_calc()727 (fp_acc_data->image_data_start_row * cm->mb_cols * 2)); in first_pass_stat_calc()730 fp_acc_data->intra_factor = fp_acc_data->intra_factor / (double)num_mbs; in first_pass_stat_calc()731 fp_acc_data->brightness_factor = in first_pass_stat_calc()[all …]
393 FIRSTPASS_DATA fp_acc_data; in first_pass_worker_hook() local416 vp9_zero(fp_acc_data); in first_pass_worker_hook()417 fp_acc_data.image_data_start_row = INVALID_ROW; in first_pass_worker_hook()418 vp9_first_pass_encode_tile_mb_row(cpi, thread_data->td, &fp_acc_data, in first_pass_worker_hook()
191 FIRSTPASS_DATA *fp_acc_data,