⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 transform8x8.h

📁 包含FRExt部分的JM源码
💻 H
字号:
/*!
 ***************************************************************************
 *
 * \file transform8x8.h
 *
 * \brief
 *    ....
 *
 * \date
 *    9. October 2003
 *
 * \author
 *    Yuri Vatis  vatis@hhi.de
 **************************************************************************/
#include "global.h"
#include "rdopt_coding_state.h"
#include "image.h"
#include "mb_access.h"
#include "elements.h"
#include <math.h>

int Mode_Decision_for_new_Intra8x8Macroblock (double lambda, int *min_cost);
int Mode_Decision_for_new_8x8IntraBlocks (int b8, double lambda, int *min_cost);
void intrapred_luma8x8(int img_x,int img_y, int *left_available, int *up_available, int *all_available);
double RDCost_for_8x8IntraBlocks(int *c_nz, int b8, int ipmode, double lambda, double min_rdcost, int mostProbableMode);
int RDCost_for_8x8Blocks_Chroma (int b8, int b4, int  chroma);

int dct_luma8x8(int b8,int *coeff_cost, int intra);

void LowPassForIntra8x8Pred(int *PredPel, int block_up_left, int block_up, int block_left);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -