FFmpeg
Loading...
Searching...
No Matches
mant_groups Struct Reference

Grouped mantissas for 3-level 5-level and 11-level quantization. More...

Data Fields

int b1_mant [2]
 
int b2_mant [2]
 
int b4_mant
 
int b1
 
int b2
 
int b4
 

Detailed Description

Grouped mantissas for 3-level 5-level and 11-level quantization.

Definition at line 399 of file ac3dec.c.

Field Documentation

◆ b1_mant

int mant_groups::b1_mant[2]

Definition at line 400 of file ac3dec.c.

Referenced by ac3_decode_transform_coeffs_ch().

◆ b2_mant

int mant_groups::b2_mant[2]

Definition at line 401 of file ac3dec.c.

Referenced by ac3_decode_transform_coeffs_ch().

◆ b4_mant

int mant_groups::b4_mant

Definition at line 402 of file ac3dec.c.

Referenced by ac3_decode_transform_coeffs_ch().

◆ b1

int mant_groups::b1

Definition at line 403 of file ac3dec.c.

Referenced by ac3_decode_transform_coeffs_ch(), and decode_transform_coeffs().

◆ b2

int mant_groups::b2

Definition at line 404 of file ac3dec.c.

Referenced by ac3_decode_transform_coeffs_ch(), and decode_transform_coeffs().

◆ b4

int mant_groups::b4

Definition at line 405 of file ac3dec.c.

Referenced by ac3_decode_transform_coeffs_ch(), and decode_transform_coeffs().


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