Searched refs:NELLY_BLOCK_LEN (Results 1 – 3 of 3) sorted by relevance
62 const unsigned char block[NELLY_BLOCK_LEN], in nelly_decode_block() argument71 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()
40 #define NELLY_BLOCK_LEN 64 macro
408 if ((ret = ff_alloc_packet2(avctx, avpkt, NELLY_BLOCK_LEN, 0)) < 0) in encode_frame()