Home
last modified time | relevance | path

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

/dports/audio/wavpack/wavpack-5.4.0/src/
H A Dunpack_floats.c26 if (!bs_is_open (&wps->wvxbits)) { in float_values()
H A Dunpack.c464 if (bs_is_open (&wps->wvxbits)) in unpack_samples()
706 if (bs_is_open (&wps->wvxbits)) { in fixup_samples()
821 else if (bs_is_open (&wps->wvxbits) && wps->crc_x != wps->crc_wvx) in check_crc_error()
H A Dopen_utils.c338 …if (wps->wphdr.block_samples && ((wps->wphdr.flags & DSD_FLAG) ? !wps->dsd.ready : !bs_is_open (&w… in unpack_init()
339 if (bs_is_open (&wps->wvcbits)) in unpack_init()
346 if (wps->wphdr.block_samples && !bs_is_open (&wps->wvxbits)) { in unpack_init()
H A Dread_words.c308 if (bs_is_open (&wps->wvcbits) && c->error_limit) { in get_word()
H A Dwrite_words.c303 if (bs_is_open (&wps->wvcbits) && c->error_limit) { in send_word()
H A Dwavpack_local.h423 #define bs_is_open(bs) ((bs)->ptr != NULL) macro
H A Dunpack3.c1592 if (bs_is_open (&wps->wvcbits)) { in get_word4()