Searched refs:rcs_index (Results 1 – 3 of 3) sorted by relevance
646 RK_U8 rcs_index = 0; in parse_picture_header_intra() local647 READ_BITS(bitctx, 5, &rcs_index); in parse_picture_header_intra()648 AVS2D_PARSE_TRACE("rcs_index %d\n", rcs_index); in parse_picture_header_intra()649 p_dec->frm_mgr.cur_rps = vsh->seq_rps[rcs_index]; in parse_picture_header_intra()755 RK_U8 rcs_index = 0; in parse_picture_header_inter() local756 READ_BITS(bitctx, 5, &rcs_index); in parse_picture_header_inter()757 p_dec->frm_mgr.cur_rps = vsh->seq_rps[rcs_index]; in parse_picture_header_inter()
407 UCHAR rcs_index; member
1854 rcsindex = readb(&((struct scb __iomem *)(local->sram))->rcs_index); in ray_interrupt()