quantChroma_normal.c File Reference

Quantization process for a Chroma block. More...

#include "contributors.h"
#include <math.h>
#include "global.h"
#include "q_matrix.h"
#include "quant4x4.h"
#include "quantChroma.h"

Include dependency graph for quantChroma_normal.c:

Go to the source code of this file.

Functions

int quant_dc2x2_normal (Macroblock *currMB, int **tblock, int qp, int *DCLevel, int *DCRun, LevelQuantParams *q_params_4x4, int **fadjust, const byte(*pos_scan)[2])
int quant_dc4x2_normal (Macroblock *currMB, int **tblock, int qp, int *DCLevel, int *DCRun, LevelQuantParams *q_params_4x4, int **fadjust, const byte(*pos_scan)[2])


Detailed Description

Quantization process for a Chroma block.

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

Definition in file quantChroma_normal.c.


Function Documentation

int quant_dc2x2_normal ( Macroblock currMB,
int **  tblock,
int  qp,
int *  DCLevel,
int *  DCRun,
LevelQuantParams *  q_params_4x4,
int **  fadjust,
const byte(*)  pos_scan[2] 
)

Quantization process for All coefficients for a 2x2 DC block.

Input:
Output:

Definition at line 37 of file quantChroma_normal.c.

References macroblock::p_Img, and macroblock::p_slice.

Referenced by init_quant_Chroma().

int quant_dc4x2_normal ( Macroblock currMB,
int **  tblock,
int  qp,
int *  DCLevel,
int *  DCRun,
LevelQuantParams *  q_params_4x4,
int **  fadjust,
const byte(*)  pos_scan[2] 
)

Quantization process for All coefficients for a 2x2 DC block.

Input:
Output:

Definition at line 110 of file quantChroma_normal.c.

References macroblock::p_Img, and macroblock::p_slice.

Referenced by init_quant_Chroma().


Documentation generated with DoxyGen