Home
last modified time | relevance | path

Searched refs:sps_id (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_headers.c1189 WORD32 sps_id; in ihevcd_parse_sps() local
1212 sps_id = value; in ihevcd_parse_sps()
1214 if((sps_id >= MAX_SPS_CNT) || (sps_id < 0)) in ihevcd_parse_sps()
1219 sps_id = 0; in ihevcd_parse_sps()
1224 ps_sps->i1_sps_id = sps_id; in ihevcd_parse_sps()
1229 ps_codec->i4_sps_id = sps_id; in ihevcd_parse_sps()
1543 void ihevcd_unmark_pps(codec_t *ps_codec, WORD32 sps_id) in ihevcd_unmark_pps() argument
1551 (ps_pps->i1_sps_id == sps_id)) in ihevcd_unmark_pps()
1557 void ihevcd_copy_sps(codec_t *ps_codec, WORD32 sps_id, WORD32 sps_id_ref) in ihevcd_copy_sps() argument
1565 ps_sps = ps_codec->ps_sps_base + sps_id; in ihevcd_copy_sps()
[all …]
Dihevcd_parse_headers.h38 void ihevcd_copy_sps(codec_t *ps_codec, WORD32 sps_id, WORD32 sps_id_ref);
Dihevcd_parse_slice_header.c223 WORD32 sps_id; in ihevcd_parse_slice_header() local
269 sps_id = ps_pps->i1_sps_id; in ihevcd_parse_slice_header()
272 ps_sps = ps_codec->s_parse.ps_sps_base + sps_id; in ihevcd_parse_slice_header()