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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_refs.c123 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) argument
314 find_ref_idx(HEVCContext *s, int poc) argument
346 generate_missing_ref(HEVCContext *s, int poc) argument
379 add_candidate_ref(HEVCContext *s, RefPicList *list, int poc, int ref_flag) argument
428 int poc = s->poc + short_rps->delta_poc[i]; local
445 int poc = long_rps->poc[i]; local
[all...]
H A Dh264_direct.c38 static int get_scale_factor(H264Context * const h, int poc, int poc1, int i){ argument
51 const int poc = h->picture_structure == PICT_FRAME ? local
59 const int poc = h->cur_pic_ptr->field_poc[field]; local
83 int poc local
[all...]
H A Dh264_refs.c109 const int poc = src[i]->poc; local
[all...]
H A Dh264.c1183 int poc = 2 * (h->frame_num_offset + h->frame_num); local
[all...]
H A Dhevc_mvs.c162 check_mvset(Mv *mvLXCol, Mv *mvCol, int colPic, int poc, RefPicList *refPicList, int X, int refIdxLx, RefPicList *refPicList_col, int listCol, int refidxCol) argument
H A Dcavs.h160 int poc; member in struct:AVSFrame
H A Dhevc.c470 int short_term_ref_pic_set_sps_flag, poc; local
[all...]
H A Dh264.h313 int poc; ///< frame POC member in struct:H264Picture
H A Dhevc.h286 int poc[32]; member in struct:LongTermRPS
729 int poc; member in struct:HEVCFrame
843 int poc; member in struct:HEVCContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_refs.c95 const int poc= src[i]->poc; local
[all...]
H A Dh264_direct.c40 static int get_scale_factor(H264Context * const h, int poc, int poc1, int i){ argument
54 const int poc = h->s.current_picture_ptr->field_poc[ s->picture_structure == PICT_BOTTOM_FIELD ]; local
58 const int poc = h->s.current_picture_ptr->field_poc[field]; local
82 int poc = ref1->ref_poc[colfield][list][old_ref]; local
[all...]
H A Dh264.c2463 int poc= 2*(h->frame_num_offset + h->frame_num); local
[all...]
H A Dmpegvideo.h121 int poc; ///< h264 frame POC member in struct:Picture

Completed in 104 milliseconds