search for: lengthlist

Displaying 2 results from an estimated 2 matches for "lengthlist".

2000 Nov 08
0
vq diffs
...ot;); reset_next_value(); - c->quantlist=_ogg_malloc(sizeof(long)*quant_to_read); + c->quantlist=(long*)_ogg_malloc(sizeof(long)*quant_to_read); for(i=0;i<quant_to_read;i++) if(get_next_ivalue(in,c->quantlist+i)){ @@ -385,5 +386,5 @@ find_seek_to(in,"static long _vq_lengthlist"); reset_next_value(); - c->lengthlist=_ogg_malloc(sizeof(long)*c->entries); + c->lengthlist=(long*)_ogg_malloc(sizeof(long)*c->entries); for(i=0;i<c->entries;i++) if(get_next_ivalue(in,c->lengthlist+i)){ @@ -434,5 +435,5 @@ void build_tree_from_lengths(int v...
2001 May 01
1
encoder observation
Hello! First of all a question: When you make the encoder tables (ie: mode_e.h) do you use the mapping0_forward function? Because you made the encoder tables, and after this you did a minor correction in the final beta4 ... (this correction was: additional[0]=fabs(additional[0]*scale); in the mapping0_forward function) (I see this was a bug, and the modification was correct, but this correction