Go to the source code of this file.
|
| void | __builtin_bambu_time_start () |
| |
| void | __builtin_bambu_time_stop () |
| |
| static void decode_motion_vector | _ANSI_ARGS_ ((int *pred, int r_size, int motion_code, int motion_residualesidual, int full_pel_vector)) |
| |
| void | __attribute__ ((noinline)) |
| |
| 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) |
| |
◆ __attribute__()
| void __attribute__ |
( |
(noinline) |
| ) |
|
◆ __builtin_bambu_time_start()
| void __builtin_bambu_time_start |
( |
| ) |
|
◆ __builtin_bambu_time_stop()
| void __builtin_bambu_time_stop |
( |
| ) |
|
◆ _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 |
◆ 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 |
|
) |
| |