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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/stv06xx/
H A Dstv06xx_hdcs.c151 u8 exp_cache, gain_cache; member in struct:hdcs
340 hdcs->gain_cache = g;
360 *val = hdcs->gain_cache;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacdec.c1584 float gain_cache = 1.; local
1588 gain_cache = powf(scale, -gain);
1591 coup->gain[c][0] = gain_cache;
1605 gain_cache = powf(scale, -t) * s;
1608 coup->gain[c][idx] = gain_cache;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacdec.c2129 float gain_cache = 1.0; local
2133 gain_cache = powf(scale, -gain);
2136 coup->gain[c][0] = gain_cache;
2150 gain_cache = powf(scale, -t) * s;
2153 coup->gain[c][idx] = gain_cache;

Completed in 138 milliseconds