Searched refs:blockflag (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsynthesis.c49 vb->W=ci->mode_param[mode]->blockflag;
105 vb->W=ci->mode_param[mode]->blockflag;
152 return(ci->blocksizes[ci->mode_param[mode]->blockflag]);
H A Dcodec_internal.h48 int blockflag; member in struct:__anon1087
H A Dpsy.h37 int blockflag; member in struct:vorbis_info_psy
H A Dinfo.c330 ci->mode_param[i]->blockflag=oggpack_read(opb,1);
535 oggpack_write(opb,ci->mode_param[i]->blockflag,1);
H A Dpsy.c1009 int limit=g->coupling_pointlimit[p->vi->blockflag][PACKETBLOBS/2];
1161 int limit=g->coupling_pointlimit[p->vi->blockflag][blobno];
1223 int limit=g->coupling_pointlimit[p->vi->blockflag][PACKETBLOBS/2];
H A Dblock.c228 ci->blocksizes[ci->psy_param[i]->blockflag]/2,
H A Dvorbisenc.c333 p->blockflag=block>>1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_dec.c121 uint_fast8_t blockflag; member in struct:__anon588
788 int_fast8_t blockflag; local
792 for (blockflag=0;blockflag<2;++blockflag)
794 n=vc->blocksize[blockflag]/2;
795 floors[floor_number].data.t0.map[blockflag]=
798 map=floors[floor_number].data.t0.map[blockflag];
810 vf->map_size[blockflag]=n;
833 mode_setup->blockflag
1039 uint_fast8_t blockflag=vc->modes[vc->mode_number].blockflag; local
1477 uint_fast8_t blockflag; local
[all...]
H A Dvorbis_enc.c93 int blockflag; member in struct:__anon594
350 venc->modes[0].blockflag = 0;
600 put_bits(&pb, 1, venc->modes[i].blockflag);
942 if (mode->blockflag) {

Completed in 101 milliseconds