Home
last modified time | relevance | path

Searched refs:AOT_SBR (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpeg4audio.c115 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()
Dmpeg4audio.h94 AOT_SBR, ///< Y Spectral Band Replication enumerator
Daacenc.c116 put_bits(&pb, 5, AOT_SBR); in put_audio_specific_config()
/third_party/ffmpeg/libavformat/
Dlatmenc.c76 if (m4ac.object_type > AOT_SBR && m4ac.object_type != AOT_ALS) { in latm_decode_extradata()