Searched refs:maptype (Results 1 – 14 of 14) sorted by relevance
/external/tremolo/Tremolo/ |
D | codebook.c | 62 codebook *b,oggpack_buffer *opb,int maptype){ in decpack() argument 72 if(maptype==1){ in decpack() 147 codebook *b, oggpack_buffer *opb,int maptype){ in _make_words() argument 192 r[chase*2+bit]= decpack(i,count++,quantvals,b,opb,maptype) | in _make_words() 237 oggpack_buffer *opb,int maptype){ in _make_decode_table() argument 254 s->dec_table,quantvals,s,opb,maptype))return 1; in _make_decode_table() 264 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype)) goto error_out; in _make_decode_table() 409 int maptype; in vorbis_book_unpack() local 487 if((maptype=oggpack_read(opb,4))>0){ in vorbis_book_unpack() 497 switch(maptype){ in vorbis_book_unpack() [all …]
|
/external/ImageMagick/coders/ |
D | sun.c | 236 maptype, in ReadSUNImage() member 313 sun_info.maptype=ReadBlobMSBLong(image); in ReadSUNImage() 321 if ((sun_info.maptype == RMT_NONE) && (sun_info.maplength != 0)) in ReadSUNImage() 326 if ((sun_info.maptype != RMT_NONE) && (sun_info.maptype != RMT_EQUAL_RGB) && in ReadSUNImage() 327 (sun_info.maptype != RMT_RAW)) in ReadSUNImage() 340 if (sun_info.maptype == RMT_NONE) in ReadSUNImage() 342 if (sun_info.maptype == RMT_EQUAL_RGB) in ReadSUNImage() 347 switch (sun_info.maptype) in ReadSUNImage() 754 maptype, in WriteSUNImage() member 809 sun_info.maptype=RMT_NONE; in WriteSUNImage() [all …]
|
/external/libvorbis/lib/ |
D | codebook.c | 97 oggpack_write(opb,c->maptype,4); in vorbis_staticbook_pack() 98 switch(c->maptype){ in vorbis_staticbook_pack() 119 switch(c->maptype){ in vorbis_staticbook_pack() 214 switch((s->maptype=oggpack_read(opb,4))){ in vorbis_staticbook_unpack() 230 switch(s->maptype){ in vorbis_staticbook_unpack()
|
D | sharedbook.c | 198 if(b->maptype==1 || b->maptype==2){ in _book_unquantize() 206 switch(b->maptype){ in _book_unquantize()
|
D | codebook.h | 42 int maptype; /* 0=none member
|
D | res0.c | 240 if(ci->book_param[info->booklist[j]]->maptype==0)goto errout; in res0_unpack()
|
/external/iptables/libiptc/ |
D | libiptc.c | 87 } maptype; member 830 h->chain_iterator_cur->counter_map.maptype = in __iptcc_p_del_policy() 1004 r->counter_map.maptype = COUNTER_MAP_NORMAL_MAP; in cache_add_entry() 1789 r->counter_map.maptype = COUNTER_MAP_SET; in TC_INSERT_ENTRY() 1839 r->counter_map.maptype = COUNTER_MAP_SET; in TC_REPLACE_ENTRY() 1878 r->counter_map.maptype = COUNTER_MAP_SET; in TC_APPEND_ENTRY() 1985 r->counter_map.maptype = COUNTER_MAP_NOMAP; in delete_entry() 2135 if (c->counter_map.maptype == COUNTER_MAP_NORMAL_MAP) in TC_ZERO_ENTRIES() 2136 c->counter_map.maptype = COUNTER_MAP_ZEROED; in TC_ZERO_ENTRIES() 2139 if (r->counter_map.maptype == COUNTER_MAP_NORMAL_MAP) in TC_ZERO_ENTRIES() [all …]
|
/external/libvorbis/vq/ |
D | bookutil.c | 259 &(c->maptype),&(c->q_min),&(c->q_delta),&(c->q_quant), in codebook_load() 265 switch(c->maptype){ in codebook_load() 445 long vals=(c->maptype==1?_book_maptype1_quantvals(c):c->entries*c->dim); in write_codebook() 470 c->maptype,c->q_min,c->q_delta,c->q_quant,c->q_sequencep); in write_codebook()
|
D | distribution.c | 66 switch(c->maptype){ in main() 90 switch(c->maptype){ in main()
|
D | localcodebook.h | 42 int maptype; /* 0=none member
|
D | latticetune.c | 76 if(c->maptype!=1){ in main()
|
D | latticebuild.c | 108 c.maptype=1; in main()
|
/external/libvorbis/ |
D | todo.txt | 9 Option for brute-forcing vq search on maptype 2 (helps on undertrained
|
/external/libvorbis/doc/ |
D | 08-residue.tex | 236 [residue_books] without a value mapping (maptype equals zero) renders
|