comparison cabac.h @ 1787:752b51a3c8ed libavcodec

get_bit_count -> put_bits_count
author alex
date Fri, 06 Feb 2004 17:51:58 +0000
parents 9d02a1859891
children f65d87bfdd5a
comparison
equal deleted inserted replaced
1786:b7340afa261a 1787:752b51a3c8ed
163 163
164 #ifdef STRICT_LIMITS 164 #ifdef STRICT_LIMITS
165 c->symCount++; 165 c->symCount++;
166 #endif 166 #endif
167 167
168 return (get_bit_count(&c->pb)+7)>>3; 168 return (put_bits_count(&c->pb)+7)>>3;
169 } 169 }
170 170
171 /** 171 /**
172 * put (truncated) unary binarization. 172 * put (truncated) unary binarization.
173 */ 173 */