Data Structures | Defines | Functions | Variables

libavcodec/vorbis.h File Reference

#include "avcodec.h"

Go to the source code of this file.

Data Structures

struct  vorbis_floor1_entry

Defines

#define ilog(i)   av_log2(2*(i))

Functions

void ff_vorbis_ready_floor1_list (vorbis_floor1_entry *list, int values)
unsigned int ff_vorbis_nth_root (unsigned int x, unsigned int n)
int ff_vorbis_len2vlc (uint8_t *bits, uint32_t *codes, uint_fast32_t num)
void ff_vorbis_floor1_render_list (vorbis_floor1_entry *list, int values, uint_fast16_t *y_list, int *flag, int multiplier, float *out, int samples)
void vorbis_inverse_coupling (float *mag, float *ang, int blocksize)

Variables

const float ff_vorbis_floor1_inverse_db_table [256]
const float *const ff_vorbis_vwin [8]
const uint8_t ff_vorbis_channel_layout_offsets [8][8]
const int64_t ff_vorbis_channel_layouts [9]

Define Documentation

#define ilog (   i  )     av_log2(2*(i))

Function Documentation

void ff_vorbis_floor1_render_list ( vorbis_floor1_entry list,
int  values,
uint_fast16_t *  y_list,
int *  flag,
int  multiplier,
float *  out,
int  samples 
)

Definition at line 209 of file vorbis.c.

Referenced by floor_encode(), and vorbis_floor1_decode().

int ff_vorbis_len2vlc ( uint8_t *  bits,
uint32_t *  codes,
uint_fast32_t  num 
)

Definition at line 54 of file vorbis.c.

Referenced by ready_codebook(), and vorbis_parse_setup_hdr_codebooks().

unsigned int ff_vorbis_nth_root ( unsigned int  x,
unsigned int  n 
)

Definition at line 36 of file vorbis.c.

Referenced by cb_lookup_vals(), and vorbis_parse_setup_hdr_codebooks().

void ff_vorbis_ready_floor1_list ( vorbis_floor1_entry list,
int  values 
)

Definition at line 126 of file vorbis.c.

Referenced by create_vorbis_context(), and vorbis_parse_setup_hdr_floors().

void vorbis_inverse_coupling ( float *  mag,
float *  ang,
int  blocksize 
)

Definition at line 1420 of file vorbis_dec.c.


Variable Documentation

const uint8_t ff_vorbis_channel_layout_offsets[8][8]

Definition at line 24 of file vorbis_data.c.

Referenced by vorbis_decode_frame().

const int64_t ff_vorbis_channel_layouts[9]

Definition at line 35 of file vorbis_data.c.

Referenced by vorbis_decode_init().

Definition at line 2111 of file vorbis_data.c.

Referenced by floor_fit(), render_line(), and render_line_unrolled().

const float* const ff_vorbis_vwin[8]

Definition at line 2178 of file vorbis_data.c.

Referenced by create_vorbis_context(), and vorbis_parse_id_hdr().