HomeSort by relevance Sort by last modified time
    Searched defs:lengthlist (Results 1 - 6 of 6) sorted by null

  /external/libvorbis/lib/
codebook.h 39 long *lengthlist; /* codeword lengths in bits */ member in struct:static_codebook
  /external/libvorbis/vq/
localcodebook.h 39 long *lengthlist; /* codeword lengths in bits */ member in struct:static_codebook
bookutil.c 50 if(book->c->lengthlist[index]<=0){
57 if(c->lengthlist[i]>0){
287 /* load the lengthlist */
290 c->lengthlist=_ogg_malloc(sizeof(long)*c->entries);
292 if(get_next_ivalue(in,c->lengthlist+i)){
413 long *lengthlist=_ogg_calloc(vals,sizeof(long)); local
425 build_tree_from_lengths(upper,newhist,lengthlist);
430 lengths[i]=lengthlist[upper++];
434 free(lengthlist);
453 /* lengthlist */
    [all...]
  /external/tremolo/Tremolo/
codebook.c 236 static int _make_decode_table(codebook *s,char *lengthlist,long quantvals,
241 if (!lengthlist) return 1;
253 if(_make_words(lengthlist,s->entries,
264 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out;
406 char *lengthlist=NULL; local
431 lengthlist=(char *)calloc(s->entries, sizeof(*lengthlist));
432 if(!lengthlist) goto _eofout;
442 lengthlist[i]=(char)(num+1);
446 lengthlist[i]=0
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
jorbis.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
jorbis.jar 

Completed in 909 milliseconds