Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h205 ST_CURR_AFT, enumerator
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h38 ST_CURR_AFT, 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()
280 } else if (cand_lists[i] == ST_CURR_AFT) { in hal_h265d_slice_rpl()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c314 list = ST_CURR_AFT; in mpp_hevc_frame_rps()
H A Dh265d_parser2_syntax.c265 DO_REF_LIST(ST_CURR_AFT, RefPicSetStCurrAfter); in fill_picture_parameters()