Home
last modified time | relevance | path

Searched refs:d_poc (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dcbs_h265_syntax_template.c473 int delta_rps, d_poc; in FUNC() local
517 d_poc = 0; in FUNC()
520 ref_delta_poc_s0[i] = d_poc; in FUNC()
522 d_poc = 0; in FUNC()
525 ref_delta_poc_s1[i] = d_poc; in FUNC()
530 d_poc = ref_delta_poc_s1[j] + delta_rps; in FUNC()
532 delta_poc_s0[i] = d_poc; in FUNC()
543 d_poc = ref_delta_poc_s0[j] + delta_rps; in FUNC()
545 delta_poc_s0[i] = d_poc; in FUNC()
561 delta_poc_s1[i] = d_poc; in FUNC()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dcbs_h265_syntax_template.c527 int delta_rps, d_poc; in FUNC() local
581 d_poc = 0; in FUNC()
584 ref_delta_poc_s0[i] = d_poc; in FUNC()
586 d_poc = 0; in FUNC()
589 ref_delta_poc_s1[i] = d_poc; in FUNC()
594 d_poc = ref_delta_poc_s1[j] + delta_rps; in FUNC()
596 delta_poc_s0[i] = d_poc; in FUNC()
607 d_poc = ref_delta_poc_s0[j] + delta_rps; in FUNC()
609 delta_poc_s0[i] = d_poc; in FUNC()
625 delta_poc_s1[i] = d_poc; in FUNC()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dcbs_h265_syntax_template.c527 int delta_rps, d_poc; in FUNC() local
581 d_poc = 0; in FUNC()
584 ref_delta_poc_s0[i] = d_poc; in FUNC()
586 d_poc = 0; in FUNC()
589 ref_delta_poc_s1[i] = d_poc; in FUNC()
594 d_poc = ref_delta_poc_s1[j] + delta_rps; in FUNC()
596 delta_poc_s0[i] = d_poc; in FUNC()
607 d_poc = ref_delta_poc_s0[j] + delta_rps; in FUNC()
609 delta_poc_s0[i] = d_poc; in FUNC()
625 delta_poc_s1[i] = d_poc; in FUNC()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dcbs_h265_syntax_template.c527 int delta_rps, d_poc; in FUNC() local
571 d_poc = 0; in FUNC()
574 ref_delta_poc_s0[i] = d_poc; in FUNC()
576 d_poc = 0; in FUNC()
579 ref_delta_poc_s1[i] = d_poc; in FUNC()
584 d_poc = ref_delta_poc_s1[j] + delta_rps; in FUNC()
586 delta_poc_s0[i] = d_poc; in FUNC()
597 d_poc = ref_delta_poc_s0[j] + delta_rps; in FUNC()
599 delta_poc_s0[i] = d_poc; in FUNC()
615 delta_poc_s1[i] = d_poc; in FUNC()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dcbs_h265_syntax_template.c527 int delta_rps, d_poc; in FUNC() local
581 d_poc = 0; in FUNC()
584 ref_delta_poc_s0[i] = d_poc; in FUNC()
586 d_poc = 0; in FUNC()
589 ref_delta_poc_s1[i] = d_poc; in FUNC()
594 d_poc = ref_delta_poc_s1[j] + delta_rps; in FUNC()
596 delta_poc_s0[i] = d_poc; in FUNC()
607 d_poc = ref_delta_poc_s0[j] + delta_rps; in FUNC()
609 delta_poc_s0[i] = d_poc; in FUNC()
625 delta_poc_s1[i] = d_poc; in FUNC()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/video/
H A Dh265_parser.cc1471 int d_poc = ref_set.delta_poc_s1[j] + delta_rps; in ParseStRefPicSet() local
1472 if (d_poc < 0 && use_delta_flag[ref_set.num_negative_pics + j]) { in ParseStRefPicSet()
1473 st_ref_pic_set->delta_poc_s0[i] = d_poc; in ParseStRefPicSet()
1484 int d_poc = ref_set.delta_poc_s0[j] + delta_rps; in ParseStRefPicSet() local
1485 if (d_poc < 0 && use_delta_flag[j]) { in ParseStRefPicSet()
1486 st_ref_pic_set->delta_poc_s0[i] = d_poc; in ParseStRefPicSet()
1494 int d_poc = ref_set.delta_poc_s0[j] + delta_rps; in ParseStRefPicSet() local
1495 if (d_poc > 0 && use_delta_flag[j]) { in ParseStRefPicSet()
1496 st_ref_pic_set->delta_poc_s1[i] = d_poc; in ParseStRefPicSet()
1506 int d_poc = ref_set.delta_poc_s1[j] + delta_rps; in ParseStRefPicSet() local
[all …]