Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:dec_table

229     s->dec_table=_ogg_malloc((s->entries*2+1)*sizeof(*work));
230 if (!s->dec_table) return 1;
234 s->dec_table,quantvals,s,opb,maptype))return 1;
247 s->dec_table=_ogg_malloc((s->used_entries*(s->dec_leafw+1)-2)*
249 if (!s->dec_table) goto error_out;
255 ((unsigned char *)s->dec_table)[i]=(unsigned char)
260 ((ogg_uint16_t *)s->dec_table)[i]=(ogg_uint16_t)
270 unsigned char *out=(unsigned char *)s->dec_table;
301 ogg_uint16_t *out=(ogg_uint16_t *)s->dec_table;
379 if(b->dec_table)_ogg_free(b->dec_table);
650 unsigned char *t=(unsigned char *)book->dec_table;
663 unsigned char *t=(unsigned char *)book->dec_table;
682 chase=((ogg_uint16_t *)(book->dec_table))[chase*2+((lok>>i)&1)];
693 ogg_uint16_t *t=(ogg_uint16_t *)book->dec_table;
711 chase=((ogg_uint32_t *)(book->dec_table))[chase*2+((lok>>i)&1)];