Searched refs:codebits (Results 1 – 2 of 2) sorted by relevance
701 static int stbiw__zlib_bitrev(int code, int codebits) in stbiw__zlib_bitrev() argument704 while (codebits--) { in stbiw__zlib_bitrev()732 #define stbiw__zlib_add(code,codebits) \ argument733 (bitbuf |= (code) << bitcount, bitcount += (codebits), stbiw__zlib_flush())
707 INT codebits = bitRate; in aacEncDistributeSbrBits() local722 codebits -= sbrElInfo[el].bitRate; in aacEncDistributeSbrBits()724 sbrElInfo[0].bitRate += codebits; in aacEncDistributeSbrBits()