Searched refs:AOT_SBR (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg4audio.c93 if (c->object_type == AOT_SBR || (c->object_type == AOT_PS &&
98 c->ext_object_type = AOT_SBR;
121 if (c->ext_object_type != AOT_SBR && sync_extension) {
126 if (c->ext_object_type == AOT_SBR && (c->sbr = get_bits1(&gb)) == 1)
H A Dmpeg4audio.h64 AOT_SBR, ///< Y Spectral Band Replication enumerator in enum:AudioObjectType
H A Daacenc.c158 put_bits(&pb, 5, AOT_SBR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg4audio.c96 if (c->object_type == AOT_SBR || (c->object_type == AOT_PS &&
101 c->ext_object_type = AOT_SBR;
124 if (c->ext_object_type != AOT_SBR && sync_extension) {
129 if (c->ext_object_type == AOT_SBR && (c->sbr = get_bits1(&gb)) == 1) {
H A Dmpeg4audio.h64 AOT_SBR, ///< Y Spectral Band Replication enumerator in enum:AudioObjectType
H A Daacenc.c179 put_bits(&pb, 5, AOT_SBR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dlatmenc.c64 if (m4ac.object_type > AOT_SBR && m4ac.object_type != AOT_ALS) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlatmenc.c74 if (m4ac.object_type > AOT_SBR && m4ac.object_type != AOT_ALS) {

Completed in 71 milliseconds