/external/tremolo/Tremolo/ |
D | floor1.c | 78 char *temp,*A=index,*B=_ogg_malloc(n*sizeof(*B)); in mergesort() 115 (char *)_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 (char *)_ogg_malloc((count+2)*sizeof(*info->forward_index)); in floor1_info_unpack() 151 (char *)_ogg_malloc(count*sizeof(*info->loneighbor)); in floor1_info_unpack() 153 (char *)_ogg_malloc(count*sizeof(*info->hineighbor)); in floor1_info_unpack()
|
D | mapping0.c | 84 _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()
|
D | misc.h | 50 #undef _ogg_malloc 55 #define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__) macro
|
D | codebook.c | 243 s->dec_table=_ogg_malloc((s->entries*2+1)*sizeof(*work)); in _make_decode_table() 261 s->dec_table=_ogg_malloc((s->used_entries*(s->dec_leafw+1)-2)* in _make_decode_table() 412 s->dec_buf=_ogg_malloc(sizeof(ogg_int32_t)*s->dim); in vorbis_book_unpack() 550 s->q_val=_ogg_malloc(quantvals); in vorbis_book_unpack() 555 s->q_val=_ogg_malloc(quantvals*2); in vorbis_book_unpack() 598 s->q_val=_ogg_malloc(s->q_pack*s->used_entries); in vorbis_book_unpack()
|
D | os_types.h | 50 #define _ogg_malloc malloc macro
|
D | dsp.c | 73 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()
|
D | res012.c | 73 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()
|
D | vorbisfile.c | 246 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()
|
D | framing.c | 117 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()
|
/external/libvorbis/lib/ |
D | misc.h | 41 #undef _ogg_malloc 46 #define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__) macro
|
D | sharedbook.c | 76 ogg_uint32_t *r=_ogg_malloc((sparsecount?sparsecount:n)*sizeof(*r)); in _make_words() 353 c->codelist=_ogg_malloc(n*sizeof(*c->codelist)); in vorbis_book_init_decode() 366 c->dec_index=_ogg_malloc(n*sizeof(*c->dec_index)); in vorbis_book_init_decode() 372 c->dec_codelengths=_ogg_malloc(n*sizeof(*c->dec_codelengths)); in vorbis_book_init_decode()
|
D | psytune.c | 276 pcm[0]=_ogg_malloc(framesize*sizeof(float)); in main() 277 pcm[1]=_ogg_malloc(framesize*sizeof(float)); in main() 284 buffer=_ogg_malloc(framesize*4); in main()
|
D | floor0.c | 78 vorbis_info_floor0 *info=_ogg_malloc(sizeof(*info)); in floor0_unpack() 132 look->linearmap[W]=_ogg_malloc((n+1)*sizeof(**look->linearmap)); in floor0_map_lazy_init()
|
D | info.c | 71 vc->user_comments[vc->comments]=_ogg_malloc(vc->comment_lengths[vc->comments]+1); in vorbis_comment_add() 555 op->packet = _ogg_malloc(oggpack_bytes(&opb)); in vorbis_commentheader_out() 589 b->header=_ogg_malloc(oggpack_bytes(&opb)); in vorbis_analysis_headerout() 604 b->header1=_ogg_malloc(oggpack_bytes(&opb)); in vorbis_analysis_headerout() 619 b->header2=_ogg_malloc(oggpack_bytes(&opb)); in vorbis_analysis_headerout()
|
D | psy.c | 94 float ***ret=_ogg_malloc(sizeof(*ret)*P_BANDS); in setup_tone_curves() 161 ret[i]=_ogg_malloc(sizeof(**ret)*P_LEVELS); in setup_tone_curves() 181 ret[i][m]=_ogg_malloc(sizeof(***ret)*(EHMER_MAX+2)); in setup_tone_curves() 279 p->ath=_ogg_malloc(n*sizeof(*p->ath)); in _vp_psy_init() 281 p->octave=_ogg_malloc(n*sizeof(*p->octave)); in _vp_psy_init() 282 p->bark=_ogg_malloc(n*sizeof(*p->bark)); in _vp_psy_init() 331 p->noiseoffset=_ogg_malloc(P_NOISECURVES*sizeof(*p->noiseoffset)); in _vp_psy_init() 333 p->noiseoffset[i]=_ogg_malloc(n*sizeof(**p->noiseoffset)); in _vp_psy_init()
|
D | codebook.c | 168 s->lengthlist=_ogg_malloc(sizeof(*s->lengthlist)*s->entries); in vorbis_staticbook_unpack() 196 s->lengthlist=_ogg_malloc(sizeof(*s->lengthlist)*s->entries); in vorbis_staticbook_unpack() 240 s->quantlist=_ogg_malloc(sizeof(*s->quantlist)*quantvals); in vorbis_staticbook_unpack()
|
D | block.c | 118 struct alloc_chain *link=_ogg_malloc(sizeof(*link)); in _vorbis_block_alloc() 126 vb->localstore=_ogg_malloc(vb->localalloc); in _vorbis_block_alloc() 251 v->pcm=_ogg_malloc(vi->channels*sizeof(*v->pcm)); in _vds_shared_init() 252 v->pcmret=_ogg_malloc(vi->channels*sizeof(*v->pcmret)); in _vds_shared_init()
|
/external/libvorbis/vq/ |
D | latticebuild.c | 107 c.lengthlist=_ogg_malloc(entries*sizeof(long)); in main() 112 quantlist=_ogg_malloc(sizeof(double)*c.dim*c.entries); in main() 113 hits=_ogg_malloc(c.entries*sizeof(long)); in main()
|
D | vqgen.c | 250 v->pointlist=_ogg_malloc(v->allocated*(v->elements+v->aux)*sizeof(float)); in vqgen_init() 253 v->entrylist=_ogg_malloc(v->entries*v->elements*sizeof(float)); in vqgen_init() 254 v->assigned=_ogg_malloc(v->entries*sizeof(long)); in vqgen_init() 371 new=_ogg_malloc(sizeof(float)*v->entries*v->elements); in vqgen_iterate() 372 new2=_ogg_malloc(sizeof(float)*v->entries*v->elements); in vqgen_iterate() 373 nearcount=_ogg_malloc(v->entries*sizeof(long)); in vqgen_iterate() 374 nearbias=_ogg_malloc(v->entries*desired2*sizeof(float)); in vqgen_iterate()
|
D | bookutil.c | 96 linebuffer=_ogg_malloc(lbufsize); in get_line() 280 c->quantlist=_ogg_malloc(sizeof(long)*quant_to_read); in codebook_load() 290 c->lengthlist=_ogg_malloc(sizeof(long)*c->entries); in codebook_load() 340 long *membership=_ogg_malloc(vals*sizeof(long)); in build_tree_from_lengths()
|
D | latticetune.c | 84 hits=_ogg_malloc(entries*sizeof(long)); in main()
|
/external/libogg/macos/compat/ |
D | strdup.c | 14 outStr = _ogg_malloc(strlen(inStr) + 1); in strdup()
|
/external/libvorbis/macos/compat/ |
D | strdup.c | 14 outStr = _ogg_malloc(strlen(inStr) + 1); in strdup()
|
/external/libogg/src/ |
D | framing.c | 194 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()
|
/external/libogg/include/ogg/ |
D | os_types.h | 22 #define _ogg_malloc malloc macro
|