FFmpeg
|
#include "aacenc.h"
Go to the source code of this file.
Functions | |
void | ff_aac_search_for_is (AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe) |
AAC encoder Intensity Stereo
Definition in file aacenc_is.h.
void ff_aac_search_for_is | ( | AACEncContext * | s, |
AVCodecContext * | avctx, | ||
ChannelElement * | cpe | ||
) |
Scout out next nonzero bands
Flip M/S mask and pick the other CB, since it encodes more efficiently
Definition at line 109 of file aacenc_is.c.