Lines Matching defs:size
79 * one per component, so tile_part elements have a size of 3 */
89 int packed_headers_size; // size in bytes of the packed headers
367 // There must be at least a SOT and SOD per tile, their minimum size is 14
389 /* compute image size with reduction factor */
528 av_log(s->avctx, AV_LOG_ERROR, "cblk size invalid\n");
757 static int get_poc(Jpeg2000DecoderContext *s, int size, Jpeg2000POC *p)
763 if (bytestream2_get_bytes_left(&s->g) < 5 || size < 2 + elem_size) {
773 tmp.nb_poc = (size - 2) / elem_size;
2379 int i, size, colour_count, colour_channels, colour_depth[3];
2386 size = (colour_depth[0] + 7 >> 3) * colour_count +
2394 atom2_size < size) {
2501 bytestream2_init(&s->g, avpkt->data, avpkt->size);