Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_encode_header.c968 PUT_BITS(ps_bitstrm, ps_sps->i1_sps_temporal_id_nesting_flag, 1, return_status); in ihevce_generate_sps()
969 ENTROPY_TRACE("sps_temporal_id_nesting_flag", ps_sps->i1_sps_temporal_id_nesting_flag); in ihevce_generate_sps()
2381 ps_sps->i1_sps_temporal_id_nesting_flag = 1; //NO_SPS_TEMPORAL_ID_NESTING_DONE; in ihevce_populate_sps()
2385 ps_sps->i1_sps_temporal_id_nesting_flag = 0; //NO_SPS_TEMPORAL_ID_NESTING_DONE; in ihevce_populate_sps()
/external/libhevc/common/
Dihevc_structs.h2433 WORD8 i1_sps_temporal_id_nesting_flag; member
/external/libhevc/decoder/
Dihevcd_parse_headers.c1495 ps_sps->i1_sps_temporal_id_nesting_flag = sps_temporal_id_nesting_flag; in ihevcd_parse_sps()