quant8x8.c File Reference

Quantization process for a 8x8 block. More...

#include "contributors.h"
#include <math.h>
#include "global.h"
#include "quant8x8.h"

Include dependency graph for quant8x8.c:

Go to the source code of this file.

Functions

void init_quant_8x8 (Slice *currSlice)


Detailed Description

Quantization process for a 8x8 block.

Author:
Main contributors (see contributors.h for copyright, address and affiliation details)

Definition in file quant8x8.c.


Function Documentation

void init_quant_8x8 ( Slice currSlice  ) 

Quantization initialization function.

Definition at line 31 of file quant8x8.c.

References img_par::AdaptiveRounding, quant_8x8_around(), quant_8x8_normal(), quant_8x8_trellis(), quant_8x8cavlc_around(), quant_8x8cavlc_normal(), and quant_8x8cavlc_trellis().

Referenced by encode_one_slice(), and encode_one_slice_MBAFF().

Here is the call graph for this function:


Documentation generated with DoxyGen