Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnellymoser.c98 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()
Dnellymoser.h45 #define NELLY_BIT_CAP 6 macro