#include "contributors.h"
#include <math.h>
#include "global.h"
#include "image.h"
#include "mb_access.h"
#include "vlc.h"
#include "transform.h"
#include "mc_prediction.h"
#include "q_offsets.h"
#include "q_matrix.h"
#include "quant8x8.h"
Go to the source code of this file.
Functions | |
int | quant_8x8_around (Macroblock *currMB, int **tblock, struct quant_methods *q_method) |
int | quant_8x8cavlc_around (Macroblock *currMB, int **tblock, struct quant_methods *q_method, int ***cofAC) |
Definition in file quant8x8_around.c.
int quant_8x8_around | ( | Macroblock * | currMB, | |
int ** | tblock, | |||
struct quant_methods * | q_method | |||
) |
Quantization process for All coefficients for a 8x8 block.
Definition at line 43 of file quant8x8_around.c.
References MAX_VALUE, and macroblock::p_Img.
Referenced by init_quant_8x8().
int quant_8x8cavlc_around | ( | Macroblock * | currMB, | |
int ** | tblock, | |||
struct quant_methods * | q_method, | |||
int *** | cofAC | |||
) |
Quantization process for All coefficients for a 8x8 block CAVLC version.
Definition at line 133 of file quant8x8_around.c.
References MAX_VALUE, and macroblock::p_Img.
Referenced by init_quant_8x8().