Searched refs:_ogg_malloc (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/macos/compat/
H A Dstrdup.c14 outStr = _ogg_malloc(strlen(inStr) + 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/macos/compat/
H A Dstrdup.c14 outStr = _ogg_malloc(strlen(inStr) + 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dmisc.h41 #undef _ogg_malloc macro
46 #define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__) macro
H A Dfloor0.c78 vorbis_info_floor0 *info=_ogg_malloc(sizeof(*info));
132 look->linearmap[W]=_ogg_malloc((n+1)*sizeof(**look->linearmap));
H A Dsharedbook.c76 ogg_uint32_t *r=_ogg_malloc((sparsecount?sparsecount:n)*sizeof(*r));
371 c->codelist=_ogg_malloc(n*sizeof(*c->codelist));
384 c->dec_index=_ogg_malloc(n*sizeof(*c->dec_index));
390 c->dec_codelengths=_ogg_malloc(n*sizeof(*c->dec_codelengths));
H A Dinfo.c71 vc->user_comments[vc->comments]=_ogg_malloc(vc->comment_lengths[vc->comments]+1);
555 op->packet = _ogg_malloc(oggpack_bytes(&opb));
589 b->header=_ogg_malloc(oggpack_bytes(&opb));
604 b->header1=_ogg_malloc(oggpack_bytes(&opb));
619 b->header2=_ogg_malloc(oggpack_bytes(&opb));
H A Dcodebook.c168 s->lengthlist=_ogg_malloc(sizeof(*s->lengthlist)*s->entries);
196 s->lengthlist=_ogg_malloc(sizeof(*s->lengthlist)*s->entries);
239 s->quantlist=_ogg_malloc(sizeof(*s->quantlist)*quantvals);
H A Dpsytune.c276 pcm[0]=_ogg_malloc(framesize*sizeof(float));
277 pcm[1]=_ogg_malloc(framesize*sizeof(float));
284 buffer=_ogg_malloc(framesize*4);
H A Dpsy.c94 float ***ret=_ogg_malloc(sizeof(*ret)*P_BANDS);
161 ret[i]=_ogg_malloc(sizeof(**ret)*P_LEVELS);
181 ret[i][m]=_ogg_malloc(sizeof(***ret)*(EHMER_MAX+2));
279 p->ath=_ogg_malloc(n*sizeof(*p->ath));
281 p->octave=_ogg_malloc(n*sizeof(*p->octave));
282 p->bark=_ogg_malloc(n*sizeof(*p->bark));
331 p->noiseoffset=_ogg_malloc(P_NOISECURVES*sizeof(*p->noiseoffset));
333 p->noiseoffset[i]=_ogg_malloc(n*sizeof(**p->noiseoffset));
H A Dblock.c118 struct alloc_chain *link=_ogg_malloc(sizeof(*link));
126 vb->localstore=_ogg_malloc(vb->localalloc);
250 v->pcm=_ogg_malloc(vi->channels*sizeof(*v->pcm));
251 v->pcmret=_ogg_malloc(vi->channels*sizeof(*v->pcmret));
H A Dmdct.c53 int *bitrev=_ogg_malloc(sizeof(*bitrev)*(n/4));
54 DATA_TYPE *T=_ogg_malloc(sizeof(*T)*(n+n/4));
H A Dvorbisfile.c194 *serialno_list = _ogg_malloc(sizeof(**serialno_list));
506 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets));
509 vf->serialnos=_ogg_malloc(vf->links*sizeof(*vf->serialnos));
510 vf->dataoffsets=_ogg_malloc(vf->links*sizeof(*vf->dataoffsets));
511 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqsplit.c99 temppointsA=_ogg_malloc(points*sizeof(long));
100 temppointsB=_ogg_malloc(points*sizeof(long));
437 long *entryindex=_ogg_malloc(v->entries*sizeof(long *));
438 long *pointindex=_ogg_malloc(v->points*sizeof(long));
439 long *membership=_ogg_malloc(v->points*sizeof(long));
440 long *reventry=_ogg_malloc(v->entries*sizeof(long));
447 t->ptr0=_ogg_malloc(sizeof(long)*t->alloc);
448 t->ptr1=_ogg_malloc(sizeof(long)*t->alloc);
449 t->p=_ogg_malloc(sizeof(long)*t->alloc);
450 t->q=_ogg_malloc(sizeo
[all...]
H A Dresiduesplit.c193 ebound=_ogg_malloc(sizeof(float)*parts);
194 mbound=_ogg_malloc(sizeof(float)*parts);
195 subgrp=_ogg_malloc(sizeof(int)*parts);
244 vec=_ogg_malloc(sizeof(float)*n);
245 class=_ogg_malloc(sizeof(float)*n);
H A Dlatticebuild.c107 c.lengthlist=_ogg_malloc(entries*sizeof(long));
112 quantlist=_ogg_malloc(sizeof(double)*c.dim*c.entries);
113 hits=_ogg_malloc(c.entries*sizeof(long));
H A Dlatticepare.c248 pointlist=_ogg_malloc((cols*lines+entries*dim)*sizeof(float));
312 long *membership=_ogg_malloc(points*sizeof(long));
313 long *firsthead=_ogg_malloc(entries*sizeof(long));
314 long *secondary=_ogg_malloc(points*sizeof(long));
315 long *secondhead=_ogg_malloc(entries*sizeof(long));
491 pointindex=_ogg_malloc(points*sizeof(long));
501 entryindex=_ogg_malloc(entries*sizeof(long));
509 reventry=_ogg_malloc(entries*sizeof(long));
516 nt->ptr0=_ogg_malloc(sizeof(long)*nt->alloc);
517 nt->ptr1=_ogg_malloc(sizeo
[all...]
H A Dbookutil.c40 linebuffer=_ogg_malloc(lbufsize);
229 a->ptr0=_ogg_malloc(sizeof(long)*a->aux);
239 a->ptr1=_ogg_malloc(sizeof(long)*a->aux);
250 a->p=_ogg_malloc(sizeof(long)*a->aux);
260 a->q=_ogg_malloc(sizeof(long)*a->aux);
286 t->quantthresh=_ogg_malloc(sizeof(float)*t->threshvals);
295 t->quantmap=_ogg_malloc(sizeof(long)*t->threshvals);
322 p->pigeonmap=_ogg_malloc(sizeof(long)*p->mapentries);
331 p->fitlist=_ogg_malloc(sizeof(long)*p->fittotal);
341 p->fitmap=_ogg_malloc(sizeo
[all...]
H A Dbuild.c41 linebuffer=_ogg_malloc(lbufsize);
147 quantlist=_ogg_malloc(sizeof(long)*v.elements*v.entries);
H A Dlatticehint.c61 tempstack[entry]=_ogg_malloc(sizeof(long));
251 p->pigeonmap=_ogg_malloc(p->mapentries*sizeof(long));
352 p->fitmap=_ogg_malloc(pigeons*sizeof(long));
402 p->fitlist=_ogg_malloc((totalstack+1)*sizeof(long));
403 p->fitlength=_ogg_malloc(pigeons*sizeof(long));
H A Dvqgen.c250 v->pointlist=_ogg_malloc(v->allocated*(v->elements+v->aux)*sizeof(float));
253 v->entrylist=_ogg_malloc(v->entries*v->elements*sizeof(float));
254 v->assigned=_ogg_malloc(v->entries*sizeof(long));
371 new=_ogg_malloc(sizeof(float)*v->entries*v->elements);
372 new2=_ogg_malloc(sizeof(float)*v->entries*v->elements);
373 nearcount=_ogg_malloc(v->entries*sizeof(long));
374 nearbias=_ogg_malloc(v->entries*desired2*sizeof(float));
H A Dlatticetune.c84 hits=_ogg_malloc(entries*sizeof(long));
H A Dlspdata.c155 weight=_ogg_malloc(sizeof(float)*v->elements);
H A Dresiduedata.c155 quant_save=_ogg_malloc(sizeof(float)*v->elements*v->entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/include/ogg/
H A Dos_types.h22 #define _ogg_malloc malloc macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/src/
H A Dframing.c194 os->body_data=_ogg_malloc(os->body_storage*sizeof(*os->body_data));
195 os->lacing_vals=_ogg_malloc(os->lacing_storage*sizeof(*os->lacing_vals));
196 os->granule_vals=_ogg_malloc(os->lacing_storage*sizeof(*os->granule_vals));
583 ret=_ogg_malloc(newsize);
1079 unsigned char *temp=_ogg_malloc(og->header_len);
1083 temp=_ogg_malloc(og->body_len);
1286 unsigned char *data=_ogg_malloc(1024*1024); /* for scripted test cases only */
1590 unsigned char *data=_ogg_malloc(1024*1024);

Completed in 202 milliseconds

12