HomeSort by relevance Sort by last modified time
    Searched full:residues (Results 1 - 16 of 16) sorted by null

  /external/tremolo/Tremolo/
treminfo.c 160 for(i=0;i<ci->residues;i++) /* unpack does the range checking */
275 ci->residues=oggpack_read(opb,6)+1;
276 ci->residue_param=_ogg_malloc(sizeof(*ci->residue_param)*ci->residues);
277 for(i=0;i<ci->residues;i++)
codec_internal.h 206 int residues; member in struct:codec_setup_info
mapping0.c 115 if(info->submaplist[i].residue>=ci->residues)goto err_out;
  /external/libvorbis/lib/
info.c 181 for(i=0;i<ci->residues;i++) /* unpack does the range checking */
306 ci->residues=oggpack_read(opb,6)+1;
307 if(ci->residues<=0)goto err_out;
308 for(i=0;i<ci->residues;i++){
518 /* residues */
519 oggpack_write(opb,ci->residues-1,6);
520 for(i=0;i<ci->residues;i++){
codec_internal.h 109 int residues; member in struct:codec_setup_info
block.c 271 b->residue=_ogg_calloc(ci->residues,sizeof(*b->residue));
277 for(i=0;i<ci->residues;i++)
348 for(i=0;i<ci->residues;i++)
vorbisenc.c 467 if(ci->residues<=number)ci->residues=number+1;
    [all...]
mapping0.c 147 if(info->residuesubmap[i]>=ci->residues || info->residuesubmap[i]<0)goto err_out;
  /external/openssl/crypto/dh/
generate 58 it still covers half the space of possible residues. And an
  /external/libvorbis/vq/
vqgen.c 153 element in the codebook entry is orthogonal. Residues would use this
  /external/dropbear/libtommath/
changes.txt 184 iteration. Instead now a smaller table is kept of the residues which can be updated
  /external/libvorbis/doc/
04-codec.tex 157 \paragraph{Residues}
Vorbis_I_spec.html     [all...]
  /external/webp/src/dec/
frame.c 616 // predict and add residues for all 4x4 blocks in turn.
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/icu4c/i18n/
decNumber.c     [all...]

Completed in 632 milliseconds