FFmpeg
Macros | Functions
aacenc_pred.h File Reference

AAC encoder main-type prediction. More...

#include "aacenc.h"

Go to the source code of this file.

Macros

#define PRED_RESET_FRAME_MIN   240
 
#define PRED_RESET_MIN   64
 
#define PRED_SFB_START   10
 

Functions

void ff_aac_apply_main_pred (AACEncContext *s, SingleChannelElement *sce)
 
void ff_aac_adjust_common_pred (AACEncContext *s, ChannelElement *cpe)
 
void ff_aac_search_for_pred (AACEncContext *s, SingleChannelElement *sce)
 
void ff_aac_encode_main_pred (AACEncContext *s, SingleChannelElement *sce)
 Encoder predictors data.
 

Detailed Description

AAC encoder main-type prediction.

Author
Rostislav Pehlivanov ( atomnuker gmail com )