Home
last modified time | relevance | path

Searched refs:dln (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg726.c164 int sign, exp, i, dln; in quant() local
172 dln = ((exp<<7) + (((d<<7)>>exp)&0x7f)) - (c->y>>2); in quant()
174 while (c->tbls.quant[i] < INT_MAX && c->tbls.quant[i] < dln) in quant()
/third_party/libsnd/src/G72x/
H A Dg72x.c337 short dln ; /* Step size scale factor normalized log */ in quantize() local
355 dln = dl - (y >> 2) ; in quantize()
362 i = quan (dln, table, size) ; in quantize()

Completed in 4 milliseconds