Searched refs:last_non_b_pict_type (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dratecontrol.h82 int last_non_b_pict_type; member in struct:RateControlContext
H A Dratecontrol.c384 const double last_non_b_q= rcc->last_qscale_for[rcc->last_non_b_pict_type];
386 if (pict_type==FF_I_TYPE && (a->i_quant_factor>0.0 || rcc->last_non_b_pict_type==FF_P_TYPE))
393 if(rcc->last_non_b_pict_type==pict_type || pict_type!=FF_I_TYPE){
404 rcc->last_non_b_pict_type= pict_type;
H A Dmpegvideo.h316 int last_non_b_pict_type; ///< used for mpeg4 gmc b-frames & ratecontrol member in struct:MpegEncContext
H A Dmsmpeg4.c298 if(s->pict_type != s->last_non_b_pict_type){
H A Dmpegvideo_enc.c2742 s->lambda= s->last_lambda_for[s->last_non_b_pict_type];
2759 if((s->avctx->pre_me && s->last_non_b_pict_type==FF_I_TYPE) || s->avctx->pre_me==2){
H A Dmpegvideo.c982 s->last_non_b_pict_type= s->pict_type;

Completed in 313 milliseconds