Home
last modified time | relevance | path

Searched refs:VORBIS_outofmem (Results 26 – 26 of 26) sorted by relevance

12

/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dvorbis.c921 if (!f->A[b] || !f->B[b] || !f->C[b]) return error(f, VORBIS_outofmem); in init_blocksize()
924 if (!f->window[b]) return error(f, VORBIS_outofmem); in init_blocksize()
927 if (!f->bit_reverse[b]) return error(f, VORBIS_outofmem); in init_blocksize()
3504 if (!lengths) return error(f, VORBIS_outofmem); in start_decoder()
3567 if (!c->codewords) return error(f, VORBIS_outofmem); in start_decoder()
3572 if (!c->codeword_lengths) return error(f, VORBIS_outofmem); in start_decoder()
3574 if (!c->codewords) return error(f, VORBIS_outofmem); in start_decoder()
3576 if (!values) return error(f, VORBIS_outofmem); in start_decoder()
3629 if (mults == NULL) return error(f, VORBIS_outofmem); in start_decoder()
3845 if (!r->classdata) return error(f, VORBIS_outofmem); in start_decoder()
[all …]

12