Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dnellymoserdec.c62 const unsigned char block[NELLY_BLOCK_LEN], in nelly_decode_block() argument
71 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
92 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
151 blocks = buf_size / NELLY_BLOCK_LEN; in decode_tag()
158 if (buf_size % NELLY_BLOCK_LEN) { in decode_tag()
160 buf_size % NELLY_BLOCK_LEN); in decode_tag()
172 buf += NELLY_BLOCK_LEN; in decode_tag()
H A Dnellymoser.h40 #define NELLY_BLOCK_LEN 64 macro
H A Dnellymoserenc.c410 if ((ret = ff_alloc_packet2(avctx, avpkt, NELLY_BLOCK_LEN, 0)) < 0) in encode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dnellymoserdec.c62 const unsigned char block[NELLY_BLOCK_LEN], in nelly_decode_block() argument
71 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
92 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
151 blocks = buf_size / NELLY_BLOCK_LEN; in decode_tag()
158 if (buf_size % NELLY_BLOCK_LEN) { in decode_tag()
160 buf_size % NELLY_BLOCK_LEN); in decode_tag()
172 buf += NELLY_BLOCK_LEN; in decode_tag()
H A Dnellymoser.h40 #define NELLY_BLOCK_LEN 64 macro
H A Dnellymoserenc.c408 if ((ret = ff_alloc_packet2(avctx, avpkt, NELLY_BLOCK_LEN, 0)) < 0) in encode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dnellymoserdec.c61 const unsigned char block[NELLY_BLOCK_LEN], in nelly_decode_block() argument
70 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
91 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
151 blocks = buf_size / NELLY_BLOCK_LEN; in decode_tag()
158 if (buf_size % NELLY_BLOCK_LEN) { in decode_tag()
160 buf_size % NELLY_BLOCK_LEN); in decode_tag()
172 buf += NELLY_BLOCK_LEN; in decode_tag()
H A Dnellymoser.h40 #define NELLY_BLOCK_LEN 64 macro
H A Dnellymoserenc.c410 if ((ret = ff_alloc_packet2(avctx, avpkt, NELLY_BLOCK_LEN, 0)) < 0) in encode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dnellymoserdec.c62 const unsigned char block[NELLY_BLOCK_LEN], in nelly_decode_block() argument
71 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
92 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
151 blocks = buf_size / NELLY_BLOCK_LEN; in decode_tag()
158 if (buf_size % NELLY_BLOCK_LEN) { in decode_tag()
160 buf_size % NELLY_BLOCK_LEN); in decode_tag()
181 buf += NELLY_BLOCK_LEN; in decode_tag()
H A Dnellymoser.h40 #define NELLY_BLOCK_LEN 64 macro
H A Dnellymoserenc.c397 if ((ret = ff_alloc_packet2(avctx, avpkt, NELLY_BLOCK_LEN)) < 0) in encode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dnellymoserdec.c61 const unsigned char block[NELLY_BLOCK_LEN], in nelly_decode_block() argument
70 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
91 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
152 blocks = buf_size / NELLY_BLOCK_LEN; in decode_tag()
159 if (buf_size % NELLY_BLOCK_LEN) { in decode_tag()
161 buf_size % NELLY_BLOCK_LEN); in decode_tag()
182 buf += NELLY_BLOCK_LEN; in decode_tag()
H A Dnellymoser.h40 #define NELLY_BLOCK_LEN 64 macro
H A Dnellymoserenc.c410 if ((ret = ff_alloc_packet2(avctx, avpkt, NELLY_BLOCK_LEN, 0)) < 0) in encode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dnellymoserdec.c61 const unsigned char block[NELLY_BLOCK_LEN], in nelly_decode_block() argument
70 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
91 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
152 blocks = buf_size / NELLY_BLOCK_LEN; in decode_tag()
159 if (buf_size % NELLY_BLOCK_LEN) { in decode_tag()
161 buf_size % NELLY_BLOCK_LEN); in decode_tag()
182 buf += NELLY_BLOCK_LEN; in decode_tag()
H A Dnellymoser.h40 #define NELLY_BLOCK_LEN 64 macro
H A Dnellymoserenc.c410 if ((ret = ff_alloc_packet2(avctx, avpkt, NELLY_BLOCK_LEN, 0)) < 0) in encode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dnellymoserdec.c62 const unsigned char block[NELLY_BLOCK_LEN], in nelly_decode_block() argument
71 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
92 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
151 blocks = buf_size / NELLY_BLOCK_LEN; in decode_tag()
158 if (buf_size % NELLY_BLOCK_LEN) { in decode_tag()
160 buf_size % NELLY_BLOCK_LEN); in decode_tag()
181 buf += NELLY_BLOCK_LEN; in decode_tag()
H A Dnellymoser.h40 #define NELLY_BLOCK_LEN 64 macro
H A Dnellymoserenc.c397 if ((ret = ff_alloc_packet2(avctx, avpkt, NELLY_BLOCK_LEN)) < 0) in encode_frame()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dnellymoserdec.c41 #define NELLY_BLOCK_LEN 64 macro
268 const unsigned char block[NELLY_BLOCK_LEN], in nelly_decode_block() argument
277 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
298 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
376 nelly_decode_block(s, &buf[i*NELLY_BLOCK_LEN], s->float_buf); in decode_tag()