Searched refs:poc1 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_direct.c | 38 int poc, int poc1, int i) in get_scale_factor() 41 int64_t pocdiff = poc1 - (int64_t)poc0; in get_scale_factor() 66 const int poc1 = sl->ref_list[1][0].poc; in ff_h264_direct_dist_scale_factor() local 72 const int poc1 = sl->ref_list[1][0].parent->field_poc[field]; in ff_h264_direct_dist_scale_factor() local 75 get_scale_factor(sl, poc, poc1, i + 16); in ff_h264_direct_dist_scale_factor() 79 sl->dist_scale_factor[i] = get_scale_factor(sl, poc, poc1, i); in ff_h264_direct_dist_scale_factor() 37 get_scale_factor(H264SliceContext *sl, int poc, int poc1, int i) get_scale_factor() argument
|
H A D | h264_slice.c | 733 int poc1 = sl->ref_list[1][ref1].poc; in implicit_weight_table() local 734 int td = av_clip_int8(poc1 - poc0); in implicit_weight_table()
|
Completed in 6 milliseconds