Lines Matching defs:CHUNK_HEADER_SIZE
53 #define CHUNK_HEADER_SIZE 4
199 strip_buf_size = STRIP_HEADER_SIZE + 3 * CHUNK_HEADER_SIZE + 2 * VECTOR_MAX * CODEBOOK_MAX + 4 * (mb_count + (mb_count + 15) / 16) + (2 * CODEBOOK_MAX) / 8;
269 int64_t ret = s->lambda * ((info->v1_size ? CHUNK_HEADER_SIZE + info->v1_size * entry_size : 0) +
270 (info->v4_size ? CHUNK_HEADER_SIZE + info->v4_size * entry_size : 0) +
271 CHUNK_HEADER_SIZE) << 3;
379 AV_WB24(&buf[1], chunk_size + CHUNK_HEADER_SIZE);
380 return CHUNK_HEADER_SIZE;
581 ret += CHUNK_HEADER_SIZE;
603 write_chunk_header(buf + header_ofs, 0x30, ret - header_ofs - CHUNK_HEADER_SIZE);
609 ret += CHUNK_HEADER_SIZE;
663 write_chunk_header(buf + header_ofs, 0x31, ret - header_ofs - CHUNK_HEADER_SIZE);