libtheora 1.1.1
Data Fields
th_quant_ranges Struct Reference

A set of qi ranges. More...

#include <codec.h>

Data Fields

int nranges
 The number of ranges in the set.
 
const int * sizes
 The size of each of the nranges ranges.
 
const th_quant_basebase_matrices
 nranges +1 base matrices.
 

Detailed Description

A set of qi ranges.

Field Documentation

◆ base_matrices

const th_quant_base* th_quant_ranges::base_matrices

nranges +1 base matrices.

Matrices i and i+1 form the endpoints of range i.

◆ nranges

int th_quant_ranges::nranges

The number of ranges in the set.

◆ sizes

const int* th_quant_ranges::sizes

The size of each of the nranges ranges.

These must sum to 63.


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