rd_intra_jm444.h File Reference

Headerfile for JM rd based intra mode decision (High444). More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void Intra16x16_Mode_Decision444 (Macroblock *currMB)
int Mode_Decision_for_4x4IntraBlocks_JM_High444 (Macroblock *currMB, int b8, int b4, double lambda, double *min_cost)
int Mode_Decision_for_4x4IntraBlocks_JM_Low444 (Macroblock *currMB, int b8, int b4, double lambda, double *min_cost)


Detailed Description

Headerfile for JM rd based intra mode decision (High444).

rd_intra_jm444.h

Author:
Alexis Michael Tourapis
Date:
2 January 2008

Definition in file rd_intra_jm444.h.


Function Documentation

void Intra16x16_Mode_Decision444 ( Macroblock currMB  ) 

Intra 16x16 mode decision.

Definition at line 429 of file rd_intra_jm444.c.

References intrapred_16x16(), macroblock::p_slice, and select_plane().

Referenced by RDCost_for_macroblocks().

Here is the call graph for this function:

int Mode_Decision_for_4x4IntraBlocks_JM_High444 ( Macroblock currMB,
int  b8,
int  b4,
double  lambda,
double *  min_cost 
)

int Mode_Decision_for_4x4IntraBlocks_JM_Low444 ( Macroblock currMB,
int  b8,
int  b4,
double  lambda,
double *  min_cost 
)


Documentation generated with DoxyGen