Searched refs:_ogg_malloc (Results 1 – 11 of 11) sorted by relevance
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()
262 ci->floor_param=_ogg_malloc(sizeof(*ci->floor_param)*ci->floors); in _vorbis_unpack_books()263 ci->floor_type=_ogg_malloc(sizeof(*ci->floor_type)*ci->floors); in _vorbis_unpack_books()276 ci->residue_param=_ogg_malloc(sizeof(*ci->residue_param)*ci->residues); in _vorbis_unpack_books()282 ci->map_param=_ogg_malloc(sizeof(*ci->map_param)*ci->maps); in _vorbis_unpack_books()291 (vorbis_info_mode *)_ogg_malloc(ci->modes*sizeof(*ci->mode_param)); in _vorbis_unpack_books()
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()
50 #undef _ogg_malloc55 #define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__) macro
229 s->dec_table=_ogg_malloc((s->entries*2+1)*sizeof(*work)); in _make_decode_table()246 s->dec_table=_ogg_malloc((s->used_entries*(s->dec_leafw+1)-2)* in _make_decode_table()393 s->dec_buf=_ogg_malloc(sizeof(ogg_int32_t)*s->dim); in vorbis_book_unpack()533 s->q_val=_ogg_malloc(quantvals); in vorbis_book_unpack()538 s->q_val=_ogg_malloc(quantvals*2); in vorbis_book_unpack()581 s->q_val=_ogg_malloc(s->q_pack*s->used_entries); in vorbis_book_unpack()
50 #define _ogg_malloc malloc macro
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()
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()
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()
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()
370 vorbis_info_floor0 *info=(vorbis_info_floor0 *)_ogg_malloc(sizeof(*info)); in floor0_info_unpack()