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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcinepakenc.c83 #define STRIP_HEADER_SIZE 12 macro
229 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;
928 AV_WB24(&buf[1], strip_size + STRIP_HEADER_SIZE);
1061 best_size = encode_mode(s, h, scratch_pict, last_pict, &info, s->strip_buf + STRIP_HEADER_SIZE);
1074 //memcpy(strip_temp + STRIP_HEADER_SIZE, strip_temp, best_size);
1104 best_size += STRIP_HEADER_SIZE;

Completed in 29 milliseconds