intra16x16_pred.h File Reference

definitions for intra 16x16 prediction More...

#include "global.h"
#include "mbuffer.h"

Include dependency graph for intra16x16_pred.h:

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

Go to the source code of this file.

Functions

int intrapred16x16 (Macroblock *currMB, ColorPlane pl, int b8)


Detailed Description

definitions for intra 16x16 prediction

Author:
Main contributors (see contributors.h for copyright, address and affiliation details)

Definition in file intra16x16_pred.h.


Function Documentation

int intrapred16x16 ( Macroblock currMB,
ColorPlane  pl,
int  predmode 
)

makes and returns 16x16 intra prediction blocks

Returns:
DECODING_OK decoding of intraprediction mode was sucessfull
SEARCH_SYNC search next sync element as errors while decoding occured
Parameters:
currMB Current Macroblock
pl Current colorplane (for 4:4:4)
predmode prediction mode

Definition at line 289 of file intra16x16_pred.c.

References intra16x16_dc_pred(), intra16x16_hor_pred(), intra16x16_plane_pred(), and intra16x16_vert_pred().

Referenced by decode_one_component_b_slice(), decode_one_component_i_slice(), and decode_one_component_p_slice().

Here is the call graph for this function:


Documentation generated with DoxyGen