Lines Matching refs:dec_table
249 s->dec_table=_ogg_malloc((s->entries*2+1)*sizeof(*work));
250 if (!s->dec_table) return 1;
254 s->dec_table,quantvals,s,opb,maptype))return 1;
267 s->dec_table=_ogg_malloc((s->used_entries*(s->dec_leafw+1)-2)*
269 if (!s->dec_table) goto error_out;
275 ((unsigned char *)s->dec_table)[i]=(unsigned char)
280 ((ogg_uint16_t *)s->dec_table)[i]=(ogg_uint16_t)
290 unsigned char *out=(unsigned char *)s->dec_table;
321 ogg_uint16_t *out=(ogg_uint16_t *)s->dec_table;
399 if(b->dec_table)_ogg_free(b->dec_table);
669 unsigned char *t=(unsigned char *)book->dec_table;
682 unsigned char *t=(unsigned char *)book->dec_table;
701 chase=((ogg_uint16_t *)(book->dec_table))[chase*2+((lok>>i)&1)];
712 ogg_uint16_t *t=(ogg_uint16_t *)book->dec_table;
730 chase=((ogg_uint32_t *)(book->dec_table))[chase*2+((lok>>i)&1)];