Home
last modified time | relevance | path

Searched refs:modebits (Results 1 – 6 of 6) sorted by relevance

/external/libvorbis/lib/
Dsynthesis.c49 mode=oggpack_read(opb,b->modebits); in vorbis_synthesis()
113 mode=oggpack_read(opb,b->modebits); in vorbis_synthesis_trackonly()
153 int modebits=0; in vorbis_packet_blocksize() local
156 modebits++; in vorbis_packet_blocksize()
161 mode=oggpack_read(&opb,modebits); in vorbis_packet_blocksize()
Dcodec_internal.h68 int modebits; member
Dmapping0.c614 oggpack_write(opb,modenumber,b->modebits); in mapping0_forward()
Dblock.c194 b->modebits=ilog2(ci->modes); in _vds_shared_init()
/external/tremolo/Tremolo/
Ddsp.c175 int modebits=0; in vorbis_packet_blocksize() local
187 modebits++; in vorbis_packet_blocksize()
192 mode=oggpack_read(&opb,modebits); in vorbis_packet_blocksize()
/external/ppp/pppd/
Deap.c1221 open_pn_file(modebits) in open_pn_file() argument
1222 mode_t modebits; in open_pn_file()
1229 fd = open(path, modebits, S_IRUSR | S_IWUSR);