Home
last modified time | relevance | path

Searched refs:have_global_motion (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschroparams.h45 int have_global_motion; /* using_global_motion */ member
H A Dschromotion.c116 if (params->have_global_motion) { in schro_motion_render()
516 if (params->have_global_motion == FALSE) { in schro_motion_verify()
H A Dschroparams.c109 params->have_global_motion = FALSE; in schro_params_init()
H A Dschromotionfast.c184 if (params->have_global_motion) in schro_motion_render_fast_allowed()
H A Dschroengine.c515 params->have_global_motion = TRUE; in init_params()
H A Dschrodecoder.c2443 params->have_global_motion = schro_unpack_decode_bit (unpack); in schro_decoder_parse_picture_prediction_parameters()
2444 if (params->have_global_motion) { in schro_decoder_parse_picture_prediction_parameters()
2740 if (params->have_global_motion) { in schro_decoder_decode_prediction_unit()
H A Dschroencoder.c2775 schro_pack_encode_bit (frame->pack, params->have_global_motion); in schro_encoder_encode_picture_prediction_parameters()
2776 if (params->have_global_motion) { in schro_encoder_encode_picture_prediction_parameters()
2935 if (params->have_global_motion) { in schro_encoder_encode_prediction_modes()