00001 /*! 00002 *************************************************************************** 00003 * \file 00004 * rd_intra_jm444.h 00005 * 00006 * \author 00007 * Alexis Michael Tourapis 00008 * 00009 * \date 00010 * 2 January 2008 00011 * 00012 * \brief 00013 * Headerfile for JM rd based intra mode decision (High444) 00014 ************************************************************************** 00015 */ 00016 00017 #ifndef _RD_INTRA_JM444_H_ 00018 #define _RD_INTRA_JM444_H_ 00019 00020 extern void Intra16x16_Mode_Decision444 (Macroblock *currMB); 00021 extern int Mode_Decision_for_4x4IntraBlocks_JM_High444 (Macroblock *currMB, int b8, int b4, double lambda, double* min_cost); 00022 extern int Mode_Decision_for_4x4IntraBlocks_JM_Low444 (Macroblock *currMB, int b8, int b4, double lambda, double* min_cost); 00023 #endif 00024