Searched refs:AOT_SBR (Results 1 – 4 of 4) sorted by relevance
115 if (c->object_type == AOT_SBR || (c->object_type == AOT_PS && in ff_mpeg4audio_get_config_gb()120 c->ext_object_type = AOT_SBR; in ff_mpeg4audio_get_config_gb()144 if (c->ext_object_type != AOT_SBR && sync_extension) { in ff_mpeg4audio_get_config_gb()149 if (c->ext_object_type == AOT_SBR && (c->sbr = get_bits1(gb)) == 1) { in ff_mpeg4audio_get_config_gb()
94 AOT_SBR, ///< Y Spectral Band Replication enumerator
116 put_bits(&pb, 5, AOT_SBR); in put_audio_specific_config()
76 if (m4ac.object_type > AOT_SBR && m4ac.object_type != AOT_ALS) { in latm_decode_extradata()