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

AAC encoder trellis codebook selector. More...

#include <float.h>
#include "libavutil/mathematics.h"
#include "avcodec.h"
#include "put_bits.h"
#include "aac.h"
#include "aacenc.h"
#include "aactab.h"
#include "aacenctab.h"

Go to the source code of this file.

Data Structures

struct  TrellisBandCodingPath
 This file contains a template for the codebook_trellis_rate selector function. More...
 

Functions

static void codebook_trellis_rate (AACEncContext *s, SingleChannelElement *sce, int win, int group_len, const float lambda)
 

Detailed Description

AAC encoder trellis codebook selector.

Author
Konstantin Shishkov

Definition in file aaccoder_trellis.h.

Function Documentation

◆ codebook_trellis_rate()

static void codebook_trellis_rate ( AACEncContext * s,
SingleChannelElement * sce,
int win,
int group_len,
const float lambda )
static

Definition at line 59 of file aaccoder_trellis.h.