#include "contributors.h"
#include <math.h>
#include "global.h"
#include "q_matrix.h"
#include "quant4x4.h"
#include "quantChroma.h"
Go to the source code of this file.
Functions | |
int | quant_dc2x2_around (Macroblock *currMB, int **tblock, int qp, int *DCLevel, int *DCRun, LevelQuantParams *q_params_4x4, int **fadjust, const byte(*pos_scan)[2]) |
int | quant_dc4x2_around (Macroblock *currMB, int **tblock, int qp, int *DCLevel, int *DCRun, LevelQuantParams *q_params_4x4, int **fadjust, const byte(*pos_scan)[2]) |
Definition in file quantChroma_around.c.
int quant_dc2x2_around | ( | 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.
Definition at line 37 of file quantChroma_around.c.
References macroblock::p_Img, and macroblock::p_slice.
Referenced by init_quant_Chroma().
int quant_dc4x2_around | ( | 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.
Definition at line 111 of file quantChroma_around.c.
References macroblock::p_Img, and macroblock::p_slice.
Referenced by init_quant_Chroma().