PandA-2024.02
Functions
motion.c File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void decode_motion_vector _ANSI_ARGS_ ((int *pred, int r_size, int motion_code, int motion_residualesidual, int full_pel_vector))
 
void motion_vectors (PMV, dmvector, motion_vertical_field_select, int s, int motion_vector_count, int mv_format, int h_r_size, int v_r_size, int dmv, int mvscale)
 
void motion_vector (int *PMV, int *dmvector, int h_r_size, int v_r_size, int dmv, int mvscale, int full_pel_vector)
 
static void decode_motion_vector (int *pred, int r_size, int motion_code, int motion_residual, int full_pel_vector)
 

Function Documentation

◆ _ANSI_ARGS_()

static void decode_motion_vector _ANSI_ARGS_ ( (int *pred, int r_size, int motion_code, int motion_residualesidual, int full_pel_vector)  )
static

◆ decode_motion_vector()

static void decode_motion_vector ( int *  pred,
int  r_size,
int  motion_code,
int  motion_residual,
int  full_pel_vector 
)
static

Definition at line 147 of file motion.c.

Referenced by motion_vector().

Here is the caller graph for this function:

◆ motion_vector()

void motion_vector ( int *  PMV,
int *  dmvector,
int  h_r_size,
int  v_r_size,
int  dmv,
int  mvscale,
int  full_pel_vector 
)

Definition at line 95 of file motion.c.

References decode_motion_vector(), Get_Bits(), Get_dmvector(), and Get_motion_code().

Referenced by __attribute__(), and motion_vectors().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ motion_vectors()

void motion_vectors ( PMV  ,
dmvector  ,
motion_vertical_field_select  ,
int  s,
int  motion_vector_count,
int  mv_format,
int  h_r_size,
int  v_r_size,
int  dmv,
int  mvscale 
)

Definition at line 55 of file motion.c.

References Get_Bits(), motion_vector(), and MV_FIELD.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

Generated on Mon Feb 12 2024 13:03:08 for PandA-2024.02 by doxygen 1.8.13