FFmpeg
Loading...
Searching...
No Matches
aacenc_is.h File Reference

AAC encoder Intensity Stereo. More...

#include "aacenc.h"

Go to the source code of this file.

Functions

void ff_aac_search_for_is (AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe)
 

Detailed Description

AAC encoder Intensity Stereo.

Author
Rostislav Pehlivanov ( atomnuker gmail com )

Definition in file aacenc_is.h.

Function Documentation

◆ ff_aac_search_for_is()

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.