Home
last modified time | relevance | path

Searched refs:_ogg_malloc (Results 1 – 14 of 14) sorted by relevance

/external/tremolo/Tremolo/
Dfloor1.c78 ogg_uint8_t *temp,*A=index,*B=_ogg_malloc(n*sizeof(*B)); in mergesort()
115 (ogg_uint8_t *)_ogg_malloc(info->partitions*sizeof(*info->partitionclass)); in floor1_info_unpack()
123 (floor1class *)_ogg_malloc((maxclass+1)*sizeof(*info->klass)); in floor1_info_unpack()
147 (ogg_uint16_t *)_ogg_malloc((count+2)*sizeof(*info->postlist)); in floor1_info_unpack()
149 (ogg_uint8_t *)_ogg_malloc((count+2)*sizeof(*info->forward_index)); in floor1_info_unpack()
151 (ogg_uint8_t *)_ogg_malloc(count*sizeof(*info->loneighbor)); in floor1_info_unpack()
153 (ogg_uint8_t *)_ogg_malloc(count*sizeof(*info->hineighbor)); in floor1_info_unpack()
Dres012.c73 info->stagemasks=_ogg_malloc(info->partitions*sizeof(*info->stagemasks)); in res_unpack()
74 info->stagebooks=_ogg_malloc(info->partitions*8*sizeof(*info->stagebooks)); in res_unpack()
141 partword[j]=(char *)_ogg_malloc(partwords*partitions_per_word* in res_inverse()
215 (char *)_ogg_malloc(partwords*partitions_per_word*sizeof(*partword)); in res_inverse()
Dmapping0.c84 _ogg_malloc(info->coupling_steps*sizeof(*info->coupling)); in mapping_info_unpack()
102 info->chmuxlist=_ogg_malloc(sizeof(*info->chmuxlist)*vi->channels); in mapping_info_unpack()
109 info->submaplist=_ogg_malloc(sizeof(*info->submaplist)*info->submaps); in mapping_info_unpack()
Dmisc.h50 #undef _ogg_malloc
55 #define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__) macro
Dcodebook.c249 s->dec_table=_ogg_malloc((s->entries*2+1)*sizeof(*work)); in _make_decode_table()
267 s->dec_table=_ogg_malloc((s->used_entries*(s->dec_leafw+1)-2)* in _make_decode_table()
425 s->dec_buf=_ogg_malloc(sizeof(ogg_int32_t)*s->dim); in vorbis_book_unpack()
563 s->q_val=_ogg_malloc(quantvals); in vorbis_book_unpack()
568 s->q_val=_ogg_malloc(quantvals*2); in vorbis_book_unpack()
611 s->q_val=_ogg_malloc(s->q_pack*s->used_entries); in vorbis_book_unpack()
Dos_types.h50 #define _ogg_malloc malloc macro
Ddsp.c73 v->work=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->work)); in vorbis_dsp_init()
74 v->mdctright=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->mdctright)); in vorbis_dsp_init()
Dvorbisfile.c246 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets)); in _bisect_forward_serialno()
247 vf->serialnos=_ogg_malloc(vf->links*sizeof(*vf->serialnos)); in _bisect_forward_serialno()
384 vf->dataoffsets=_ogg_malloc(vf->links*sizeof(*vf->dataoffsets)); in _prefetch_all_offsets()
385 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths)); in _prefetch_all_offsets()
Dframing.c117 ob=_ogg_malloc(sizeof(*ob)); in _fetch_buffer()
118 ob->data=_ogg_malloc(bytes<16?16:bytes); in _fetch_buffer()
137 or=_ogg_malloc(sizeof(*or)); in _fetch_ref()
Dfloor0.c371 vorbis_info_floor0 *info=(vorbis_info_floor0 *)_ogg_malloc(sizeof(*info)); in floor0_info_unpack()
/external/libogg/macos/compat/
Dstrdup.c14 outStr = _ogg_malloc(strlen(inStr) + 1); in strdup()
/external/libogg/src/
Dframing.c194 os->body_data=_ogg_malloc(os->body_storage*sizeof(*os->body_data)); in ogg_stream_init()
195 os->lacing_vals=_ogg_malloc(os->lacing_storage*sizeof(*os->lacing_vals)); in ogg_stream_init()
196 os->granule_vals=_ogg_malloc(os->lacing_storage*sizeof(*os->granule_vals)); in ogg_stream_init()
606 ret=_ogg_malloc(newsize); in ogg_sync_buffer()
1102 unsigned char *temp=_ogg_malloc(og->header_len); in copy_page()
1106 temp=_ogg_malloc(og->body_len); in copy_page()
1456 unsigned char *data=_ogg_malloc(1024*1024); /* for scripted test cases only */ in test_pack()
1770 unsigned char *data=_ogg_malloc(1024*1024); in main()
Dbitwise.c41 b->ptr=b->buffer=_ogg_malloc(BUFFER_INCREMENT); in oggpack_writeinit()
/external/libogg/include/ogg/
Dos_types.h22 #define _ogg_malloc malloc macro