AOT_SBR           119 libavcodec/aacenc.c     put_bits(&pb, 5,  AOT_SBR);
AOT_SBR           102 libavcodec/mpeg4audio.c     if (c->object_type == AOT_SBR || (c->object_type == AOT_PS &&
AOT_SBR           107 libavcodec/mpeg4audio.c         c->ext_object_type = AOT_SBR;
AOT_SBR           131 libavcodec/mpeg4audio.c     if (c->ext_object_type != AOT_SBR && sync_extension) {
AOT_SBR           136 libavcodec/mpeg4audio.c                 if (c->ext_object_type == AOT_SBR && (c->sbr = get_bits1(gb)) == 1) {
AOT_SBR            76 libavformat/latmenc.c     if (m4ac.object_type > AOT_SBR && m4ac.object_type != AOT_ALS) {