Searched refs:ps_nal (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_nal.c | 288 IHEVCD_ERROR_T ihevcd_nal_unit_header(bitstrm_t *ps_bitstrm, nal_header_t *ps_nal) in ihevcd_nal_unit_header() argument 297 ps_nal->i1_nal_unit_type = ihevcd_bits_get(ps_bitstrm, 6); in ihevcd_nal_unit_header() 303 ps_nal->i1_nuh_temporal_id = ihevcd_bits_get(ps_bitstrm, 3) - 1; in ihevcd_nal_unit_header()
|
D | ihevcd_parse_slice_header.h | 49 WORD32 ihevcd_calc_poc(codec_t *ps_codec, nal_header_t *ps_nal, WORD8 i1_log2_max_poc_lsb, WORD32 i…
|
D | ihevcd_parse_headers.h | 46 nal_header_t *ps_nal);
|
D | ihevcd_parse_slice_header.c | 218 nal_header_t *ps_nal) in ihevcd_parse_slice_header() argument 234 WORD8 i1_nal_unit_type = ps_nal->i1_nal_unit_type; in ihevcd_parse_slice_header() 711 …ps_slice_hdr->i4_abs_pic_order_cnt = ihevcd_calc_poc(ps_codec, ps_nal, ps_sps->i1_log2_max_pic_ord… in ihevcd_parse_slice_header()
|
D | ihevcd_parse_headers.c | 2024 WORD32 ihevcd_calc_poc(codec_t *ps_codec, nal_header_t *ps_nal, WORD8 i1_log2_max_poc_lsb, WORD32 i… in ihevcd_calc_poc() argument 2028 WORD8 i1_nal_unit_type = ps_nal->i1_nal_unit_type; in ihevcd_calc_poc() 2074 if((0 == ps_nal->i1_nuh_temporal_id) && in ihevcd_calc_poc()
|