Searched refs:rcs_index (Results 1 – 1 of 1) sorted by relevance
645 RK_U8 rcs_index = 0; in parse_picture_header_intra() local646 READ_BITS(bitctx, 5, &rcs_index); in parse_picture_header_intra()647 AVS2D_PARSE_TRACE("rcs_index %d\n", rcs_index); in parse_picture_header_intra()648 p_dec->frm_mgr.cur_rps = vsh->seq_rps[rcs_index]; in parse_picture_header_intra()754 RK_U8 rcs_index = 0; in parse_picture_header_inter() local755 READ_BITS(bitctx, 5, &rcs_index); in parse_picture_header_inter()756 p_dec->frm_mgr.cur_rps = vsh->seq_rps[rcs_index]; in parse_picture_header_inter()