Home
last modified time | relevance | path

Searched refs:NELLY_BLOCK_LEN (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dnellymoserdec.c63 const unsigned char block[NELLY_BLOCK_LEN], in nelly_decode_block()
72 init_get_bits(&s->gb, block, NELLY_BLOCK_LEN * 8); in nelly_decode_block()
93 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.c404 if ((ret = ff_get_encode_buffer(avctx, avpkt, NELLY_BLOCK_LEN, 0)) < 0) in encode_frame()

Completed in 3 milliseconds