![]() |
PandA-2024.02
|

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) |
|
static |
|
static |
Definition at line 147 of file motion.c.
Referenced by 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().


| 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().


1.8.13