Searched refs:AOT_SBR (Results 1 – 4 of 4) sorted by relevance
108 if (c->object_type == AOT_SBR || (c->object_type == AOT_PS && in ff_mpeg4audio_get_config_gb()113 c->ext_object_type = AOT_SBR; in ff_mpeg4audio_get_config_gb()137 if (c->ext_object_type != AOT_SBR && sync_extension) { in ff_mpeg4audio_get_config_gb()142 if (c->ext_object_type == AOT_SBR && (c->sbr = get_bits1(gb)) == 1) { in ff_mpeg4audio_get_config_gb()
80 AOT_SBR, ///< Y Spectral Band Replication enumerator
119 put_bits(&pb, 5, AOT_SBR); in put_audio_specific_config()
79 if (m4ac.object_type > AOT_SBR && m4ac.object_type != AOT_ALS) { in latm_decode_extradata()