libavcodec/aacps.c File Reference

#include <stdint.h>
#include "libavutil/common.h"
#include "libavutil/mathematics.h"
#include "avcodec.h"
#include "get_bits.h"
#include "aacps.h"
#include "aacps_tablegen.h"
#include "aacpsdata.c"
#include "dsputil.h"

Go to the source code of this file.

Defines

#define PS_BASELINE   0
 Operate in Baseline PS mode.
#define numQMFSlots   32
#define READ_PAR_DATA(PAR, OFFSET, MASK, ERR_CONDITION)
#define DECAY_SLOPE   0.05f
#define PS_INIT_VLC_STATIC(num, size)
#define PS_VLC_ROW(name)   { name ## _codes, name ## _bits, sizeof(name ## _codes), sizeof(name ## _codes[0]) }

Enumerations

enum  {
  huff_iid_df1, huff_iid_dt1, huff_iid_df0, huff_iid_dt0,
  huff_icc_df, huff_icc_dt, huff_ipd_df, huff_ipd_dt,
  huff_opd_df, huff_opd_dt
}

Functions

 READ_PAR_DATA (iid, huff_offset[table_idx], 0, FFABS(ps->iid_par[e][b]) > 7+8 *ps->iid_quant) static int ps_read_extension_data(GetBitContext *gb
static void map_idx_10_to_20 (int8_t *par_mapped, const int8_t *par, int full)
 Table 8.46.
static void map_idx_34_to_20 (int8_t *par_mapped, const int8_t *par, int full)
static void map_val_34_to_20 (float par[PS_MAX_NR_IIDICC])
static void map_idx_10_to_34 (int8_t *par_mapped, const int8_t *par, int full)
static void map_idx_20_to_34 (int8_t *par_mapped, const int8_t *par, int full)
static void map_val_20_to_34 (float par[PS_MAX_NR_IIDICC])
static void decorrelation (PSContext *ps, float(*out)[32][2], const float(*s)[32][2], int is34)
static void remap34 (int8_t(**p_par_mapped)[PS_MAX_NR_IIDICC], int8_t(*par)[PS_MAX_NR_IIDICC], int num_par, int num_env, int full)
static void remap20 (int8_t(**p_par_mapped)[PS_MAX_NR_IIDICC], int8_t(*par)[PS_MAX_NR_IIDICC], int num_par, int num_env, int full)
static void stereo_processing (PSContext *ps, float(*l)[32][2], float(*r)[32][2], int is34)
int ff_ps_apply (AVCodecContext *avctx, PSContext *ps, float L[2][38][64], float R[2][38][64], int top)
av_cold void ff_ps_init (void)
av_cold void ff_ps_ctx_init (PSContext *ps)

Variables

static const int8_t num_env_tab [2][4]
static const int8_t nr_iidicc_par_tab []
static const int8_t nr_iidopd_par_tab []
static const int huff_iid []
static VLC vlc_ps [10]
PSContextps
static const int NR_BANDS [] = { 71, 91 }
 Number of frequency bands that can be addressed by the sub subband index, k.
static const int DECAY_CUTOFF [] = { 10, 32 }
 Start frequency band for the all-pass filter decay slope.
static const int NR_ALLPASS_BANDS [] = { 30, 50 }
 Number of all-pass filer bands.
static const int SHORT_DELAY_BAND [] = { 42, 62 }
 First stereo band using the short one sample delay.


Define Documentation

#define DECAY_SLOPE   0.05f

#define numQMFSlots   32

Definition at line 36 of file aacps.c.

#define PS_BASELINE   0

Operate in Baseline PS mode.

Baseline implies 10 or 20 stereo bands, mixing mode A, and no ipd/opd

Definition at line 32 of file aacps.c.

#define PS_INIT_VLC_STATIC ( num,
size   ) 

Value:

INIT_VLC_STATIC(&vlc_ps[num], 9, ps_tmp[num].table_size / ps_tmp[num].elem_size,    \
                    ps_tmp[num].ps_bits, 1, 1,                                          \
                    ps_tmp[num].ps_codes, ps_tmp[num].elem_size, ps_tmp[num].elem_size, \
                    size);

Definition at line 897 of file aacps.c.

#define PS_VLC_ROW ( name   )     { name ## _codes, name ## _bits, sizeof(name ## _codes), sizeof(name ## _codes[0]) }

Definition at line 903 of file aacps.c.

#define READ_PAR_DATA ( PAR,
OFFSET,
MASK,
ERR_CONDITION   ) 

Definition at line 73 of file aacps.c.


Enumeration Type Documentation

anonymous enum

Enumerator:
huff_iid_df1 
huff_iid_dt1 
huff_iid_df0 
huff_iid_dt0 
huff_icc_df 
huff_icc_dt 
huff_ipd_df 
huff_ipd_dt 
huff_opd_df 
huff_opd_dt 

Definition at line 51 of file aacps.c.


Function Documentation

static void decorrelation ( PSContext ps,
float(*)  out[32][2],
const float(*)  s[32][2],
int  is34 
) [static]

< Smoothing coefficient

Definition at line 598 of file aacps.c.

int ff_ps_apply ( AVCodecContext avctx,
PSContext ps,
float  L[2][38][64],
float  R[2][38][64],
int  top 
)

Definition at line 876 of file aacps.c.

Referenced by ff_sbr_apply().

av_cold void ff_ps_ctx_init ( PSContext ps  ) 

Definition at line 938 of file aacps.c.

Referenced by ff_aac_sbr_ctx_init().

av_cold void ff_ps_init ( void   ) 

Definition at line 906 of file aacps.c.

Referenced by ff_aac_sbr_init().

static void map_idx_10_to_20 ( int8_t *  par_mapped,
const int8_t *  par,
int  full 
) [static]

Table 8.46.

Definition at line 414 of file aacps.c.

static void map_idx_10_to_34 ( int8_t *  par_mapped,
const int8_t *  par,
int  full 
) [static]

Definition at line 478 of file aacps.c.

static void map_idx_20_to_34 ( int8_t *  par_mapped,
const int8_t *  par,
int  full 
) [static]

Definition at line 520 of file aacps.c.

static void map_idx_34_to_20 ( int8_t *  par_mapped,
const int8_t *  par,
int  full 
) [static]

Definition at line 428 of file aacps.c.

static void map_val_20_to_34 ( float  par[PS_MAX_NR_IIDICC]  )  [static]

Definition at line 560 of file aacps.c.

static void map_val_34_to_20 ( float  par[PS_MAX_NR_IIDICC]  )  [static]

Definition at line 454 of file aacps.c.

READ_PAR_DATA ( iid  ,
huff_offset  [table_idx],
,
FFABS(ps->iid_par[e][b])  ,
7+8 *ps->  iid_quant 
)

static void remap20 ( int8_t(**)  p_par_mapped[PS_MAX_NR_IIDICC],
int8_t(*)  par[PS_MAX_NR_IIDICC],
int  num_par,
int  num_env,
int  full 
) [static]

Definition at line 701 of file aacps.c.

static void remap34 ( int8_t(**)  p_par_mapped[PS_MAX_NR_IIDICC],
int8_t(*)  par[PS_MAX_NR_IIDICC],
int  num_par,
int  num_env,
int  full 
) [static]

Definition at line 682 of file aacps.c.

static void stereo_processing ( PSContext ps,
float(*)  l[32][2],
float(*)  r[32][2],
int  is34 
) [static]

Definition at line 720 of file aacps.c.


Variable Documentation

const int DECAY_CUTOFF[] = { 10, 32 } [static]

Start frequency band for the all-pass filter decay slope.

Definition at line 407 of file aacps.c.

const int huff_iid[] [static]

Initial value:

Definition at line 64 of file aacps.c.

const int NR_ALLPASS_BANDS[] = { 30, 50 } [static]

Number of all-pass filer bands.

Definition at line 409 of file aacps.c.

const int NR_BANDS[] = { 71, 91 } [static]

Number of frequency bands that can be addressed by the sub subband index, k.

Definition at line 405 of file aacps.c.

const int8_t nr_iidicc_par_tab[] [static]

Initial value:

 {
    10, 20, 34, 10, 20, 34,
}

Definition at line 43 of file aacps.c.

const int8_t nr_iidopd_par_tab[] [static]

Initial value:

 {
     5, 11, 17,  5, 11, 17,
}

Definition at line 47 of file aacps.c.

const int8_t num_env_tab[2][4] [static]

Initial value:

 {
    { 0, 1, 2, 4, },
    { 1, 2, 3, 4, },
}

Definition at line 38 of file aacps.c.

const int SHORT_DELAY_BAND[] = { 42, 62 } [static]

First stereo band using the short one sample delay.

Definition at line 411 of file aacps.c.

VLC vlc_ps[10] [static]

Definition at line 71 of file aacps.c.


Generated on Fri May 25 19:21:14 2012 for FFmpeg by  doxygen 1.5.8