Searched refs:NELLY_BIT_CAP (Results 1 – 15 of 15) sorted by relevance
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/ |
H A D | nellymoser.c | 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()
|
H A D | nellymoser.h | 45 #define NELLY_BIT_CAP 6 macro
|
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/ |
H A D | nellymoser.c | 99 ret += av_clip(b, 0, NELLY_BIT_CAP); in sum_bits() 210 bits[i] = av_clip(tmp, 0, NELLY_BIT_CAP); in ff_nelly_get_sample_bits()
|
H A D | nellymoser.h | 45 #define NELLY_BIT_CAP 6 macro
|
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/ |
H A D | nellymoser.c | 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()
|
H A D | nellymoser.h | 45 #define NELLY_BIT_CAP 6 macro
|
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/ |
H A D | nellymoser.c | 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()
|
H A D | nellymoser.h | 45 #define NELLY_BIT_CAP 6 macro
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/ |
H A D | nellymoser.c | 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()
|
H A D | nellymoser.h | 45 #define NELLY_BIT_CAP 6 macro
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/ |
H A D | nellymoser.c | 99 ret += av_clip(b, 0, NELLY_BIT_CAP); in sum_bits() 210 bits[i] = av_clip(tmp, 0, NELLY_BIT_CAP); in ff_nelly_get_sample_bits()
|
H A D | nellymoser.h | 45 #define NELLY_BIT_CAP 6 macro
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/ |
H A D | nellymoser.c | 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()
|
H A D | nellymoser.h | 45 #define NELLY_BIT_CAP 6 macro
|
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/ |
H A D | nellymoserdec.c | 46 #define NELLY_BIT_CAP 6 macro 139 ret += av_clip(b, 0, NELLY_BIT_CAP); in sum_bits() 251 bits[i] = av_clip(tmp, 0, NELLY_BIT_CAP); in get_sample_bits()
|