Lines Matching refs:sps_id
1445 WORD32 sps_id; in ihevcd_parse_sps() local
1475 sps_id = value; in ihevcd_parse_sps()
1476 if((sps_id >= MAX_SPS_CNT) || (sps_id < 0)) in ihevcd_parse_sps()
1481 sps_id = 0; in ihevcd_parse_sps()
1492 ps_sps->i1_sps_id = sps_id; in ihevcd_parse_sps()
1680 sps_t *ps_sps_old = (ps_codec->s_parse.ps_sps_base + sps_id); in ihevcd_parse_sps()
1968 ps_codec->i4_sps_id = sps_id; in ihevcd_parse_sps()
1975 void ihevcd_unmark_pps(codec_t *ps_codec, WORD32 sps_id) in ihevcd_unmark_pps() argument
1983 (ps_pps->i1_sps_id == sps_id)) in ihevcd_unmark_pps()
1989 void ihevcd_copy_sps(codec_t *ps_codec, WORD32 sps_id, WORD32 sps_id_ref) in ihevcd_copy_sps() argument
1997 ps_sps = ps_codec->ps_sps_base + sps_id; in ihevcd_copy_sps()
2005 ihevcd_unmark_pps(ps_codec, sps_id); in ihevcd_copy_sps()