Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegvideo_enc.c1399 int i, j, out_size, p_lambda, b_lambda, lambda2; in estimate_best_b_count() local
1414 b_lambda = s->last_lambda_for[AV_PICTURE_TYPE_B]; in estimate_best_b_count()
1415 if (!b_lambda) // FIXME we should do this somewhere else in estimate_best_b_count()
1416 b_lambda = p_lambda; in estimate_best_b_count()
1417 lambda2 = (b_lambda * b_lambda + (1 << FF_LAMBDA_SHIFT) / 2) >> in estimate_best_b_count()
1499 s->tmp_frames[i + 1]->quality = is_p ? p_lambda : b_lambda; in estimate_best_b_count()