Searched refs:NELLY_BIT_CAP (Results 1 – 2 of 2) sorted by relevance
98 ret += av_clip(b, 0, NELLY_BIT_CAP); in sum_bits()209 bits[i] = av_clip(tmp, 0, NELLY_BIT_CAP); in ff_nelly_get_sample_bits()
45 #define NELLY_BIT_CAP 6 macro