Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daacdec_fixed.c169 int ssign = scale < 0 ? -1 : 1; in subband_scale() local
184 dst[i] = ((int)(out+round) >> s) * ssign; in subband_scale()
191 dst[i] = out * (unsigned)ssign; in subband_scale()

Completed in 2 milliseconds