Searched refs:use_msb (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_refs.c | 369 static HEVCFrame *find_ref_idx(HEVCContext *s, int poc, uint8_t use_msb) in find_ref_idx() argument 371 int mask = use_msb ? ~0 : (1 << s->ps.sps->log2_max_poc_lsb) - 1; in find_ref_idx() 430 int poc, int ref_flag, uint8_t use_msb) in add_candidate_ref() 432 HEVCFrame *ref = find_ref_idx(s, poc, use_msb); in add_candidate_ref() 429 add_candidate_ref(HEVCContext *s, RefPicList *list, int poc, int ref_flag, uint8_t use_msb) add_candidate_ref() argument
|
Completed in 2 milliseconds