Searched defs:poc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264.c891 static int get_scale_factor(H264Context * const h, int poc, int poc1, int i){ argument
905 const int poc = h->s.current_picture_ptr->field_poc[ s->picture_structure == PICT_BOTTOM_FIELD ]; local
909 const int poc = h->s.current_picture_ptr->field_poc[field]; local
933 int poc = ref1->ref_poc[colfield][list][old_ref]; local
2753 const int poc= src[i]->poc; local
3547 int poc= 2*(h->frame_num_offset + h->frame_num); local
[all...]
H A Dmpegvideo.h116 int poc; ///< h264 frame POC member in struct:Picture

Completed in 62 milliseconds