Searched defs:poc (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_dec_h264_common.h | 56 int poc; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_parser.c | 56 H264POCContext poc; member [all...] |
H A D | hevc_refs.c | 137 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) in ff_hevc_set_new_ref() argument 369 find_ref_idx(HEVCContext *s, int poc, uint8_t use_msb) find_ref_idx() argument 394 generate_missing_ref(HEVCContext *s, int poc) generate_missing_ref() argument 429 add_candidate_ref(HEVCContext *s, RefPicList *list, int poc, int ref_flag, uint8_t use_msb) add_candidate_ref() argument 478 int poc = s->poc + short_rps->delta_poc[i]; ff_hevc_frame_rps() local 495 int poc = long_rps->poc[i]; ff_hevc_frame_rps() local [all...] |
H A D | hevc_parser.c | 49 int poc; member
|
H A D | vaapi_hevc.c | 399 int poc = pp->ReferenceFrames[i].pic_order_cnt; in get_ref_pic_index() local
|
H A D | h264_parse.c | 344 int poc = 2 * (pc->frame_num_offset + pc->frame_num); in ff_h264_init_poc() local
|
H A D | h264_direct.c | 64 const int poc = FIELD_PICTURE(h) ? h->cur_pic_ptr->field_poc[h->picture_structure == PICT_BOTTOM_FIELD] in ff_h264_direct_dist_scale_factor() local 71 const int poc = h->cur_pic_ptr->field_poc[field]; in ff_h264_direct_dist_scale_factor() local 97 int poc in fill_colmap() local 37 get_scale_factor(H264SliceContext *sl, int poc, int poc1, int i) get_scale_factor() argument [all...] |
H A D | h264_refs.c | 113 const int poc = src[i]->poc; in add_sorted() local [all...] |
H A D | vaapi_encode_h265.c | 990 int i, j, poc, rps_pics; in vaapi_encode_h265_init_slice_params() local
|
H A D | hevc_mvs.c | 130 check_mvset(Mv *mvLXCol, const Mv *mvCol, int colPic, int poc, const RefPicList *refPicList, int X, int refIdxLx, const RefPicList *refPicList_col, int listCol, int refidxCol) check_mvset() argument
|
H A D | cavs.h | 162 int poc; member
|
H A D | jpeg2000dec.c | 66 Jpeg2000POCEntry poc[MAX_POCS]; member 85 Jpeg2000POC poc; member 127 Jpeg2000POC poc; member 2147 Jpeg2000POC *poc = &s->poc; jpeg2000_read_main_headers() local [all...] |
H A D | h264dec.h | 129 int poc; ///< frame POC member 164 int poc; member 458 H264POCContext poc; member
|
H A D | hevcdec.c | 308 int64_t poc; in decode_lt_rps() local 684 int poc, pos; hls_slice_header() local [all...] |
H A D | hevcdec.h | 230 int poc[32]; member 402 int poc; member 510 int poc; member
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_h265.c | 86 unsigned poc; member
|
Completed in 20 milliseconds