Home
last modified time | relevance | path

Searched refs:enable_noarith (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschroencoder.h288 schro_bool enable_noarith; member
H A Dschroencoder.c681 } else if (encoder->enable_noarith) { in schro_encoder_start()
711 encoder->enable_noarith = TRUE; in schro_encoder_start()
717 encoder->enable_noarith = FALSE; in schro_encoder_start()
723 encoder->enable_noarith = FALSE; in schro_encoder_start()
4492 BOOL (enable_noarith, FALSE),
H A Dschroengine.c405 if ((encoder->enable_noarith && frame->num_refs == 0) || params->is_lowdelay) { in init_params()