Searched refs:ps_ptl (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_encode_header.c | 189 ihevce_generate_when_profile_present(bitstrm_t *ps_bitstrm, profile_tier_lvl_t *ps_ptl) in ihevce_generate_when_profile_present() argument 195 PUT_BITS(ps_bitstrm, ps_ptl->i1_profile_space, 2, return_status); in ihevce_generate_when_profile_present() 196 ENTROPY_TRACE("XXX_profile_space[]", ps_ptl->i1_profile_space); in ihevce_generate_when_profile_present() 199 PUT_BITS(ps_bitstrm, ps_ptl->i1_tier_flag, 1, return_status); in ihevce_generate_when_profile_present() 200 ENTROPY_TRACE("XXX_tier_flag[]", ps_ptl->i1_tier_flag); in ihevce_generate_when_profile_present() 203 PUT_BITS(ps_bitstrm, ps_ptl->i1_profile_idc, 5, return_status); in ihevce_generate_when_profile_present() 204 ENTROPY_TRACE("XXX_profile_idc[]", ps_ptl->i1_profile_idc); in ihevce_generate_when_profile_present() 209 PUT_BITS(ps_bitstrm, ps_ptl->ai1_profile_compatibility_flag[i], 1, return_status); in ihevce_generate_when_profile_present() 211 "XXX_profile_compatibility_flag[][j]", ps_ptl->ai1_profile_compatibility_flag[i]); in ihevce_generate_when_profile_present() 215 PUT_BITS(ps_bitstrm, ps_ptl->i1_general_progressive_source_flag, 1, return_status); in ihevce_generate_when_profile_present() [all …]
|
/external/libhevc/decoder/ |
D | ihevcd_parse_headers.c | 1014 profile_tier_lvl_t *ps_ptl) in ihevcd_parse_profile_tier_level_layer() argument 1021 ps_ptl->i1_profile_space = value; in ihevcd_parse_profile_tier_level_layer() 1024 ps_ptl->i1_tier_flag = value; in ihevcd_parse_profile_tier_level_layer() 1027 ps_ptl->i1_profile_idc = value; in ihevcd_parse_profile_tier_level_layer() 1032 ps_ptl->ai1_profile_compatibility_flag[i] = value; in ihevcd_parse_profile_tier_level_layer() 1036 ps_ptl->i1_general_progressive_source_flag = value; in ihevcd_parse_profile_tier_level_layer() 1039 ps_ptl->i1_general_interlaced_source_flag = value; in ihevcd_parse_profile_tier_level_layer() 1042 ps_ptl->i1_general_non_packed_constraint_flag = value; in ihevcd_parse_profile_tier_level_layer() 1045 ps_ptl->i1_frame_only_constraint_flag = value; in ihevcd_parse_profile_tier_level_layer() 1087 profile_tier_lvl_info_t *ps_ptl, in ihevcd_profile_tier_level() argument [all …]
|
D | ihevcd_decode.c | 215 profile_tier_lvl_info_t *ps_ptl; in ihevcd_fill_outargs() local 216 ps_ptl = &ps_sps->s_ptl; in ihevcd_fill_outargs() 217 if((0 == ps_ptl->s_ptl_gen.i1_general_progressive_source_flag) && in ihevcd_fill_outargs() 218 (1 == ps_ptl->s_ptl_gen.i1_general_interlaced_source_flag)) in ihevcd_fill_outargs()
|