HomeSort by relevance Sort by last modified time
    Searched refs:blockflag (Results 1 - 10 of 10) sorted by null

  /external/libvorbis/lib/
synthesis.c 59 vb->W=ci->mode_param[mode]->blockflag;
117 vb->W=ci->mode_param[mode]->blockflag;
164 return(ci->blocksizes[ci->mode_param[mode]->blockflag]);
codec_internal.h 48 int blockflag; member in struct:__anon10857
psy.h 37 int blockflag; member in struct:vorbis_info_psy
info.c 330 ci->mode_param[i]->blockflag=oggpack_read(opb,1);
535 oggpack_write(opb,ci->mode_param[i]->blockflag,1);
block.c 228 ci->blocksizes[ci->psy_param[i]->blockflag]/2,
vorbisenc.c 322 p->blockflag=block>>1;
    [all...]
psy.c 1020 int limit = g->coupling_pointlimit[p->vi->blockflag][blobno];
    [all...]
  /external/tremolo/Tremolo/
codec_internal.h 155 unsigned char blockflag; member in struct:__anon15867
dsp.c 194 return(ci->blocksizes[ci->mode_param[mode].blockflag]);
227 vd->W=ci->mode_param[mode].blockflag;
treminfo.c 293 ci->mode_param[i].blockflag=(unsigned char)oggpack_read(opb,1);

Completed in 87 milliseconds