Lines Matching refs:VORBIS_outofmem

364    VORBIS_outofmem,                     // not enough memory  enumerator
1259 if (!f->A[b] || !f->B[b] || !f->C[b]) return stbv_error(f, VORBIS_outofmem); in stbv_init_blocksize()
1262 if (!f->window[b]) return stbv_error(f, VORBIS_outofmem); in stbv_init_blocksize()
1265 if (!f->stbv_bit_reverse[b]) return stbv_error(f, VORBIS_outofmem); in stbv_init_blocksize()
3658 if (f->codebooks == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3685 if (!lengths) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3718 if (c->codeword_lengths == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3743 if (!c->codewords) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3748 if (!c->codeword_lengths) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3750 if (!c->codewords) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3752 if (!values) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3767 if (c->sorted_codewords == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3771 if (c->sorted_values == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3802 if (mults == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3819 …etup_temp_free(f,mults,sizeof(mults[0])*c->lookup_values); return stbv_error(f, VORBIS_outofmem); } in stbv_start_decoder()
3848 …tup_temp_free(f, mults,sizeof(mults[0])*c->lookup_values); return stbv_error(f, VORBIS_outofmem); } in stbv_start_decoder()
3877 if (f->floor_config == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3950 if (f->residue_config == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3972 if (r->residue_books == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3986 if (!r->classdata) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3992 if (r->classdata[j] == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
4002 if (f->mapping == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
4009 if (m->chan == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
4070 …LL || f->previous_window[i] == NULL || f->finalY[i] == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
4074 if (f->floor_buffers[i] == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
4126 return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()