raw_offset        402 modules/dng.c  static int raw_offset;
raw_offset        406 modules/dng.c      raw_offset += 12; // IFD directory entry size
raw_offset        408 modules/dng.c      if (size_ext > 4) raw_offset += size_ext + (size_ext&1);
raw_offset        413 modules/dng.c      raw_offset+=6; // IFD header+footer
raw_offset        595 modules/dng.c      raw_offset = TIFF_HDR_SIZE;
raw_offset        601 modules/dng.c          raw_offset = (raw_offset/4+1)*4; // ensure 32 bit aligned
raw_offset        602 modules/dng.c          dng_header_buf = malloc(raw_offset);
raw_offset        607 modules/dng.c          raw_offset = (raw_offset/512+1)*512; // exclusively for CHDK fast file writing
raw_offset        608 modules/dng.c          dng_header_buf = malloc(raw_offset + DNG_TH_BYTES);
raw_offset        609 modules/dng.c          thumbnail_buf = dng_header_buf + raw_offset;
raw_offset        611 modules/dng.c      dng_header_buf_size = raw_offset;
raw_offset        626 modules/dng.c      get_tag(IFD_0, THUMB_DATA_TAG)->offset = raw_offset;                 //StripOffsets for thumbnail
raw_offset        627 modules/dng.c      get_tag(IFD_1, RAW_DATA_TAG)->offset = raw_offset + DNG_TH_BYTES;    //StripOffsets for main image