mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
Restore a local diff lost during license fix at r19256
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19259 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
307c59447a
commit
fb00960b8b
@ -211,7 +211,7 @@ ogg_int32_t *_book_unquantize(const static_codebook *b,int n,int *sparsemap,
|
||||
int indexdiv=1;
|
||||
for(k=0;k<b->dim;k++){
|
||||
int index= (j/indexdiv)%quantvals;
|
||||
int point;
|
||||
ogg_int32_t point;
|
||||
int val=VFLOAT_MULTI(delta,delpoint,
|
||||
abs(b->quantlist[index]),&point);
|
||||
|
||||
@ -245,7 +245,7 @@ ogg_int32_t *_book_unquantize(const static_codebook *b,int n,int *sparsemap,
|
||||
int lastpoint=0;
|
||||
|
||||
for(k=0;k<b->dim;k++){
|
||||
int point;
|
||||
ogg_int32_t point;
|
||||
int val=VFLOAT_MULTI(delta,delpoint,
|
||||
abs(b->quantlist[j*b->dim+k]),&point);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user