FFmpeg
Data Fields
VqcContext Struct Reference

Data Fields

AVFrameframe
 
uint8_t * vectors
 
int16_t * coeff
 
int16_t * tmp1
 
int16_t * tmp2
 
int16_t codebook [4][256]
 

Detailed Description

Definition at line 63 of file vqcdec.c.

Field Documentation

◆ frame

AVFrame* VqcContext::frame

Definition at line 64 of file vqcdec.c.

◆ vectors

uint8_t* VqcContext::vectors

Definition at line 65 of file vqcdec.c.

◆ coeff

int16_t* VqcContext::coeff

Definition at line 66 of file vqcdec.c.

◆ tmp1

int16_t * VqcContext::tmp1

Definition at line 66 of file vqcdec.c.

◆ tmp2

int16_t * VqcContext::tmp2

Definition at line 66 of file vqcdec.c.

◆ codebook

int16_t VqcContext::codebook[4][256]

Definition at line 67 of file vqcdec.c.


The documentation for this struct was generated from the following file: