Searched refs:bit_spend (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
484 bit_spend = (fill_level + bitspend_add) * bitspend_slope;
485 assert(bit_spend <= 0.5f && bit_spend >= -0.1f);
487 * bit_spend + ((bit_spend - bit_spend))...
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
491 bit_spend = (fill_level + bitspend_add) * bitspend_slope;
492 assert(bit_spend <= 0.5f && bit_spend >= -0.1f);
494 * bit_spend + ((bit_spend - bit_spend))...
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 104 milliseconds