quantChroma.c File Reference

Quantization initialization function for Chroma blocks. More...

#include "contributors.h"
#include "global.h"
#include "quant4x4.h"
#include "quantChroma.h"

Include dependency graph for quantChroma.c:

Go to the source code of this file.

Functions

void init_quant_Chroma (Slice *currSlice)


Detailed Description

Quantization initialization function for Chroma blocks.

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

Definition in file quantChroma.c.


Function Documentation

void init_quant_Chroma ( Slice currSlice  ) 

Quantization initialization function.

Definition at line 29 of file quantChroma.c.

References quant_ac4x4_trellis(), quant_dc2x2_around(), quant_dc2x2_normal(), quant_dc2x2_trellis(), quant_dc4x2_around(), quant_dc4x2_normal(), quant_dc4x2_trellis(), rdoq_dc_cr_CABAC(), rdoq_dc_cr_CAVLC(), and YUV422.

Referenced by encode_one_slice(), and encode_one_slice_MBAFF().

Here is the call graph for this function:


Documentation generated with DoxyGen