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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c645 int trim_offset[CELT_MAX_BANDS]; local
742 trim_offset[i] = trim * (band << scale) >> 6;
745 trim_offset[i] -= s->coded_channels << 3;
760 bandbits = FFMAX(0, bandbits + trim_offset[i]);
785 bits1[i] = FFMAX(0, bits1[i] + trim_offset[i]);
787 bits2[i] = FFMAX(0, bits2[i] + trim_offset[i]);

Completed in 107 milliseconds