Home
last modified time | relevance | path

Searched refs:small_bitsum (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnellymoser.c120 int bitsum = 0, last_bitsum, small_bitsum, big_bitsum; in ff_nelly_get_sample_bits() local
177 small_bitsum=last_bitsum; in ff_nelly_get_sample_bits()
181 small_bitsum=bitsum; in ff_nelly_get_sample_bits()
192 small_bitsum=bitsum; in ff_nelly_get_sample_bits()
198 abs(small_bitsum-NELLY_DETAIL_BITS)) { in ff_nelly_get_sample_bits()
199 bitsum = small_bitsum; in ff_nelly_get_sample_bits()