Searched refs:dts_pic (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dratecontrol.c697 Picture *dts_pic; local
703 dts_pic= s->current_picture_ptr;
705 dts_pic= s->last_picture_ptr;
707 //if(dts_pic)
708 // av_log(NULL, AV_LOG_ERROR, "%Ld %Ld %Ld %d\n", s->current_picture_ptr->pts, s->user_specified_pts, dts_pic->pts, picture_number);
710 if (!dts_pic || dts_pic->f.pts == AV_NOPTS_VALUE)
713 wanted_bits = (uint64_t)(s->bit_rate*(double)dts_pic->f.pts / fps);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dratecontrol.c792 Picture *dts_pic; local
799 dts_pic = s->current_picture_ptr;
801 dts_pic = s->last_picture_ptr;
803 if (!dts_pic || dts_pic->f->pts == AV_NOPTS_VALUE)
806 wanted_bits = (uint64_t)(s->bit_rate * (double)dts_pic->f->pts / fps);

Completed in 117 milliseconds