Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcbs_h265_syntax_template.c527 int delta_rps, d_poc; in FUNC() local
545 delta_rps = (1 - 2 * current->delta_rps_sign) * in FUNC()
594 d_poc = ref_delta_poc_s1[j] + delta_rps; in FUNC()
601 if (delta_rps < 0 && current->use_delta_flag[num_delta_pocs]) { in FUNC()
602 delta_poc_s0[i] = delta_rps; in FUNC()
607 d_poc = ref_delta_poc_s0[j] + delta_rps; in FUNC()
623 d_poc = ref_delta_poc_s0[j] + delta_rps; in FUNC()
629 if (delta_rps > 0 && current->use_delta_flag[num_delta_pocs]) { in FUNC()
630 delta_poc_s1[i] = delta_rps; in FUNC()
635 d_poc = ref_delta_poc_s1[j] + delta_rps; in FUNC()
Dhevc_ps.c134 int delta_rps; in ff_hevc_decode_short_term_rps() local
160 delta_rps = (1 - (delta_rps_sign << 1)) * abs_delta_rps; in ff_hevc_decode_short_term_rps()
169 delta_poc = delta_rps + rps_ridx->delta_poc[i]; in ff_hevc_decode_short_term_rps()
171 delta_poc = delta_rps; in ff_hevc_decode_short_term_rps()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_h265.c303 int delta_rps; in st_ref_pic_set() local
319 delta_rps = (1 - 2 * sign) * (abs + 1); in st_ref_pic_set()
331 delta_poc = delta_rps + in st_ref_pic_set()