![]() |
![]() |
![]() |
Schroedinger Reference Manual | ![]() |
---|---|---|---|---|
void schro_encoder_motion_predict (SchroEncoderFrame *frame); SchroMotionField* schro_motion_field_new (int x_num_blocks, int y_num_blocks); void schro_motion_field_free (SchroMotionField *field); void schro_motion_field_scan (SchroMotionField *field, SchroParams *params, SchroFrame *frame, SchroFrame *ref, int dist); void schro_motion_field_inherit (SchroMotionField *field, SchroMotionField *parent); void schro_motion_field_copy (SchroMotionField *field, SchroMotionField *parent); int schro_motion_verify (SchroMotion *mf);
void schro_encoder_motion_predict (SchroEncoderFrame *frame);
frame : |
SchroMotionField* schro_motion_field_new (int x_num_blocks, int y_num_blocks);
x_num_blocks : |
|
y_num_blocks : |
|
Returns : |
void schro_motion_field_scan (SchroMotionField *field, SchroParams *params, SchroFrame *frame, SchroFrame *ref, int dist);
field : |
|
params : |
|
frame : |
|
ref : |
|
dist : |
void schro_motion_field_inherit (SchroMotionField *field, SchroMotionField *parent);
field : |
|
parent : |
void schro_motion_field_copy (SchroMotionField *field, SchroMotionField *parent);
field : |
|
parent : |