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

1 2

  /external/tremolo/Tremolo/
treminfo.c 160 for(i=0;i<ci->residues;i++) /* unpack does the range checking */
290 ci->residues=oggpack_read(opb,6)+1;
291 ci->residue_param=_ogg_calloc(ci->residues, sizeof(*ci->residue_param));
293 ci->residues=0;
296 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/lldb/scripts/Python/
modify-python-lldb.py 9 # As a cleanup step, it also removes the 'residues' from the autodoc features of
12 # docstring for the same method. The 'residues' in this context include the
16 # In addition to the 'residues' removal during the cleanup step, it also
34 # Residues to be removed.
398 # Cleanse the lldb.py of the autodoc'ed residues.
  /external/libavc/encoder/
ih264e_cabac_encode.c 704 * pointer to the array of residues
950 * Write chroma residues to the bitstream
    [all...]
ih264e_cavlc.c 680 * This function encodes luma and chroma residues of a macro block when
    [all...]
  /external/libvorbis/vq/
vqgen.c 153 element in the codebook entry is orthogonal. Residues would use this
  /external/libvorbis/doc/
04-codec.tex 157 \paragraph{Residues}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddAdd.decTest     [all...]
dqAdd.decTest     [all...]
rounding.decTest 22 -- These tests require that implementations take account of residues in
    [all...]
ddFMA.decTest     [all...]
dqFMA.decTest     [all...]
add.decTest     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddAdd.decTest     [all...]
dqAdd.decTest     [all...]
rounding.decTest 22 -- These tests require that implementations take account of residues in
    [all...]
ddFMA.decTest     [all...]
dqFMA.decTest     [all...]
add.decTest     [all...]

Completed in 3688 milliseconds

1 2