Home
last modified time | relevance | path

Searched refs:poc1 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_direct.c39 int poc, int poc1, int i) in get_scale_factor() argument
42 int64_t pocdiff = poc1 - (int64_t)poc0; in get_scale_factor()
67 const int poc1 = sl->ref_list[1][0].poc; in ff_h264_direct_dist_scale_factor() local
73 const int poc1 = sl->ref_list[1][0].parent->field_poc[field]; in ff_h264_direct_dist_scale_factor() local
76 get_scale_factor(sl, poc, poc1, i + 16); in ff_h264_direct_dist_scale_factor()
80 sl->dist_scale_factor[i] = get_scale_factor(sl, poc, poc1, i); in ff_h264_direct_dist_scale_factor()
Dh264_slice.c709 int poc1 = sl->ref_list[1][ref1].poc; in implicit_weight_table() local
710 int td = av_clip_int8(poc1 - poc0); in implicit_weight_table()
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp3051 const int32_t poc1 = pCtx->sRefPic.pRefList[LIST_1][0]->iFramePoc; in ComputeColocatedTemporalScaling() local
3053 const int32_t td = WELS_CLIP3 (poc1 - poc0, -128, 127); in ComputeColocatedTemporalScaling()