Home
last modified time | relevance | path

Searched refs:ST_CURR_BEF (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h204 ST_CURR_BEF = 0, enumerator
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h37 ST_CURR_BEF = 0, enumerator
H A Dhal_h265d_com.c269 cand_lists[0] = list_idx ? ST_CURR_AFT : ST_CURR_BEF; in hal_h265d_slice_rpl()
270 cand_lists[1] = list_idx ? ST_CURR_BEF : ST_CURR_AFT; in hal_h265d_slice_rpl()
277 if (cand_lists[i] == ST_CURR_BEF) { in hal_h265d_slice_rpl()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c312 list = ST_CURR_BEF; in mpp_hevc_frame_rps()
H A Dh265d_parser2_syntax.c264 DO_REF_LIST(ST_CURR_BEF, RefPicSetStCurrBefore); in fill_picture_parameters()