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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo_enc.c1056 int pict_num= s->input_picture[0]->display_picture_number + i; local
1058 if(pict_num >= s->rc_context.num_entries)
1061 s->rc_context.entry[pict_num-1].new_pict_type = FF_P_TYPE;
1066 s->rc_context.entry[pict_num].new_pict_type;

Completed in 104 milliseconds