Searched refs:poc1 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_direct.c | 39 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()
|
D | h264_slice.c | 709 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/ |
D | decode_slice.cpp | 3051 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()
|