Searched refs:maptype (Results 1 - 12 of 12) sorted by relevance

/external/tremolo/Tremolo/
H A Dcodebook.c60 codebook *b,oggpack_buffer *opb,int maptype){
70 if(maptype==1){
145 codebook *b, oggpack_buffer *opb,int maptype){
186 r[chase*2+bit]= decpack(i,count++,quantvals,b,opb,maptype) |
231 oggpack_buffer *opb,int maptype){
248 s->dec_table,quantvals,s,opb,maptype))return 1;
258 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out;
403 int maptype; local
481 if((maptype=oggpack_read(opb,4))>0){
491 switch(maptype){
59 decpack(long entry,long used_entry,long quantvals, codebook *b,oggpack_buffer *opb,int maptype) argument
144 _make_words(char *l,long n,ogg_uint32_t *r,long quantvals, codebook *b, oggpack_buffer *opb,int maptype) argument
230 _make_decode_table(codebook *s,char *lengthlist,long quantvals, oggpack_buffer *opb,int maptype) argument
[all...]
/external/libvorbis/lib/
H A Dcodebook.h42 int maptype; /* 0=none member in struct:static_codebook
H A Dcodebook.c97 oggpack_write(opb,c->maptype,4);
98 switch(c->maptype){
119 switch(c->maptype){
214 switch((s->maptype=oggpack_read(opb,4))){
230 switch(s->maptype){
H A Dsharedbook.c198 if(b->maptype==1 || b->maptype==2){
204 /* maptype 1 and 2 both use a quantized value vector, but
206 switch(b->maptype){
H A Dres0.c240 if(ci->book_param[info->booklist[j]]->maptype==0)goto errout;
336 /* assumes integer/centered encoder codebook maptype 1 no more than dim 8 */
358 /* assumes integer/centered encoder codebook maptype 1 no more than dim 8 */
/external/libvorbis/vq/
H A Dlocalcodebook.h42 int maptype; /* 0=none member in struct:static_codebook
H A Dbookutil.c34 /* assumes integer/centered encoder codebook maptype 1 no more than dim 8 */
53 /* assumes integer/centered encoder codebook maptype 1 no more than dim 8 */
259 &(c->maptype),&(c->q_min),&(c->q_delta),&(c->q_quant),
265 switch(c->maptype){
445 long vals=(c->maptype==1?_book_maptype1_quantvals(c):c->entries*c->dim);
470 c->maptype,c->q_min,c->q_delta,c->q_quant,c->q_sequencep);
H A Ddistribution.c66 switch(c->maptype){
90 switch(c->maptype){
H A Dlatticebuild.c108 c.maptype=1;
H A Dlatticetune.c76 if(c->maptype!=1){
/external/iptables/libiptc/
H A Dlibiptc.c87 } maptype; member in struct:counter_map
830 h->chain_iterator_cur->counter_map.maptype =
1004 r->counter_map.maptype = COUNTER_MAP_NORMAL_MAP;
1789 r->counter_map.maptype = COUNTER_MAP_SET;
1839 r->counter_map.maptype = COUNTER_MAP_SET;
1878 r->counter_map.maptype = COUNTER_MAP_SET;
1985 r->counter_map.maptype = COUNTER_MAP_NOMAP;
2135 if (c->counter_map.maptype == COUNTER_MAP_NORMAL_MAP)
2136 c->counter_map.maptype = COUNTER_MAP_ZEROED;
2139 if (r->counter_map.maptype
[all...]
/external/libvorbis/doc/
H A D08-residue.tex236 [residue_books] without a value mapping (maptype equals zero) renders

Completed in 2892 milliseconds