Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegvideo.h219 int last_lambda_for[5]; ///< last lambda for a specific pict type member
Dmpegvideo_enc.c1412 p_lambda = s->last_lambda_for[AV_PICTURE_TYPE_P]; in estimate_best_b_count()
1414 b_lambda = s->last_lambda_for[AV_PICTURE_TYPE_B]; in estimate_best_b_count()
1748 s->last_lambda_for [s->pict_type] = s->current_picture_ptr->f->quality; in frame_end()
3739 s->lambda= s->last_lambda_for[s->pict_type]; in encode_picture()
3741 s->lambda= s->last_lambda_for[s->last_non_b_pict_type]; in encode_picture()
Dmpegvideo.c664 s->last_lambda_for[s1->pict_type] = s1->current_picture_ptr->f->quality; in ff_mpeg_update_thread_context()