HomeSort by relevance Sort by last modified time
    Searched refs:_ogg_malloc (Results 1 - 25 of 32) sorted by null

1 2

  /external/libogg/macos/compat/
strdup.c 14 outStr = _ogg_malloc(strlen(inStr) + 1);
  /external/libvorbis/macos/compat/
strdup.c 14 outStr = _ogg_malloc(strlen(inStr) + 1);
  /external/libvorbis/lib/
misc.h 41 #undef _ogg_malloc macro
46 #define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__) macro
sharedbook.c 76 ogg_uint32_t *r=_ogg_malloc((sparsecount?sparsecount:n)*sizeof(*r));
353 c->codelist=_ogg_malloc(n*sizeof(*c->codelist));
366 c->dec_index=_ogg_malloc(n*sizeof(*c->dec_index));
372 c->dec_codelengths=_ogg_malloc(n*sizeof(*c->dec_codelengths));
floor0.c 78 vorbis_info_floor0 *info=_ogg_malloc(sizeof(*info));
132 look->linearmap[W]=_ogg_malloc((n+1)*sizeof(**look->linearmap));
codebook.c 168 s->lengthlist=_ogg_malloc(sizeof(*s->lengthlist)*s->entries);
196 s->lengthlist=_ogg_malloc(sizeof(*s->lengthlist)*s->entries);
240 s->quantlist=_ogg_malloc(sizeof(*s->quantlist)*quantvals);
info.c 71 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));
psytune.c 276 pcm[0]=_ogg_malloc(framesize*sizeof(float));
277 pcm[1]=_ogg_malloc(framesize*sizeof(float));
284 buffer=_ogg_malloc(framesize*4);
psy.c 94 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));
    [all...]
block.c 118 struct alloc_chain *link=_ogg_malloc(sizeof(*link));
126 vb->localstore=_ogg_malloc(vb->localalloc);
251 v->pcm=_ogg_malloc(vi->channels*sizeof(*v->pcm));
252 v->pcmret=_ogg_malloc(vi->channels*sizeof(*v->pcmret));
mdct.c 53 int *bitrev=_ogg_malloc(sizeof(*bitrev)*(n/4));
54 DATA_TYPE *T=_ogg_malloc(sizeof(*T)*(n+n/4));
  /external/libvorbis/vq/
latticebuild.c 107 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));
vqgen.c 250 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));
bookutil.c 96 linebuffer=_ogg_malloc(lbufsize);
280 c->quantlist=_ogg_malloc(sizeof(long)*quant_to_read);
290 c->lengthlist=_ogg_malloc(sizeof(long)*c->entries);
340 long *membership=_ogg_malloc(vals*sizeof(long));
latticetune.c 84 hits=_ogg_malloc(entries*sizeof(long));
  /external/tremolo/Tremolo/
os_types.h 50 #define _ogg_malloc malloc macro
floor1.c 78 char *temp,*A=index,*B=_ogg_malloc(n*sizeof(*B));
115 (char *)_ogg_malloc(info->partitions*sizeof(*info->partitionclass));
123 (floor1class *)_ogg_malloc((maxclass+1)*sizeof(*info->klass));
147 (ogg_uint16_t *)_ogg_malloc((count+2)*sizeof(*info->postlist));
149 (char *)_ogg_malloc((count+2)*sizeof(*info->forward_index));
151 (char *)_ogg_malloc(count*sizeof(*info->loneighbor));
153 (char *)_ogg_malloc(count*sizeof(*info->hineighbor));
misc.h 50 #undef _ogg_malloc macro
55 #define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__) macro
mapping0.c 84 _ogg_malloc(info->coupling_steps*sizeof(*info->coupling));
102 info->chmuxlist=_ogg_malloc(sizeof(*info->chmuxlist)*vi->channels);
109 info->submaplist=_ogg_malloc(sizeof(*info->submaplist)*info->submaps);
dsp.c 73 v->work=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->work));
74 v->mdctright=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->mdctright));
res012.c 73 info->stagemasks=_ogg_malloc(info->partitions*sizeof(*info->stagemasks));
74 info->stagebooks=_ogg_malloc(info->partitions*8*sizeof(*info->stagebooks));
codebook.c 229 s->dec_table=_ogg_malloc((s->entries*2+1)*sizeof(*work));
247 s->dec_table=_ogg_malloc((s->used_entries*(s->dec_leafw+1)-2)*
398 s->dec_buf=_ogg_malloc(sizeof(ogg_int32_t)*s->dim);
538 s->q_val=_ogg_malloc(quantvals);
543 s->q_val=_ogg_malloc(quantvals*2);
586 s->q_val=_ogg_malloc(s->q_pack*s->used_entries);
vorbisfile.c 246 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets));
247 vf->serialnos=_ogg_malloc(vf->links*sizeof(*vf->serialnos));
384 vf->dataoffsets=_ogg_malloc(vf->links*sizeof(*vf->dataoffsets));
385 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths));
    [all...]
  /external/libogg/include/ogg/
os_types.h 22 #define _ogg_malloc malloc macro
  /external/libogg/src/
framing.c 194 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));
606 ret=_ogg_malloc(newsize);
1102 unsigned char *temp=_ogg_malloc(og->header_len);
1106 temp=_ogg_malloc(og->body_len);
    [all...]

Completed in 331 milliseconds

1 2