Searched refs:this_intra_error (Results 1 – 2 of 2) sorted by relevance
402 int this_intra_error = aom_get_mb_ss(x->plane[0].src_diff); in firstpass_intra_prediction() local404 if (this_intra_error < UL_INTRA_THRESH) { in firstpass_intra_prediction()413 case AOM_BITS_10: this_intra_error >>= 4; break; in firstpass_intra_prediction()414 case AOM_BITS_12: this_intra_error >>= 8; break; in firstpass_intra_prediction()424 double log_intra = log(this_intra_error + 1.0); in firstpass_intra_prediction()450 this_intra_error += INTRA_MODE_PENALTY; in firstpass_intra_prediction()453 stats->intra_error += (int64_t)this_intra_error; in firstpass_intra_prediction()465 return this_intra_error; in firstpass_intra_prediction()565 const BLOCK_SIZE fp_block_size, const int this_intra_error, in firstpass_inter_prediction() argument568 int this_inter_error = this_intra_error; in firstpass_inter_prediction()[all …]
880 int this_intra_error; in vp9_first_pass_encode_tile_mb_row() local936 this_intra_error = this_error; in vp9_first_pass_encode_tile_mb_row()959 if (this_intra_error < scale_sse_threshold(cm, LOW_I_THRESH)) { in vp9_first_pass_encode_tile_mb_row()1285 if (this_intra_error < scaled_low_intra_thresh) { in vp9_first_pass_encode_tile_mb_row()1291 if (this_intra_error < scaled_low_intra_thresh) { in vp9_first_pass_encode_tile_mb_row()