Home
last modified time | relevance | path

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

/third_party/lame/libmp3lame/
H A Dbitstream.c806 int flushbits, remaining_headers; in compute_flushbits() local
815 flushbits = esv->header[last_ptr].write_timing - gfc->bs.totbit; in compute_flushbits()
816 *total_bytes_output = flushbits; in compute_flushbits()
818 if (flushbits >= 0) { in compute_flushbits()
819 /* if flushbits >= 0, some headers have not yet been written */ in compute_flushbits()
820 /* reduce flushbits by the size of the headers */ in compute_flushbits()
824 flushbits -= remaining_headers * 8 * cfg->sideinfo_len; in compute_flushbits()
833 flushbits += bitsPerFrame; in compute_flushbits()
843 if (flushbits < 0) { in compute_flushbits()
845 /* if flushbits < in compute_flushbits()
868 int flushbits; flush_bitstream() local
[all...]

Completed in 2 milliseconds