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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacpsy.c476 float clipped_pe, bit_save, bit_spend, bit_factor, fill_level; local
482 bit_save = (fill_level + bitsave_add) * bitsave_slope;
483 assert(bit_save <= 0.3f && bit_save >= -0.05000001f);
489 * 1 - bit_save + ((bit_spend + bit_save))...
492 bit_factor = 1.0f - bit_save + ((bit_spend - bit_save) / (ctx->pe.max - ctx->pe.min)) * (clipped_pe - ctx->pe.min);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacpsy.c483 float clipped_pe, bit_save, bit_spend, bit_factor, fill_level; local
489 bit_save = (fill_level + bitsave_add) * bitsave_slope;
490 assert(bit_save <= 0.3f && bit_save >= -0.05000001f);
496 * 1 - bit_save + ((bit_spend + bit_save))...
499 bit_factor = 1.0f - bit_save + ((bit_spend - bit_save) / (ctx->pe.max - ctx->pe.min)) * (clipped_pe - ctx->pe.min);

Completed in 160 milliseconds