Lines Matching defs:offset_table
273 int **offset_table; // offset_table[scanline][offsets]
460 // Application must free memory of variables in DeepImage(image, offset_table)
477 // Application must free memory of variables in DeepImage(image, offset_table)
12791 deep_image->offset_table = static_cast<int **>(
12794 deep_image->offset_table[y] = static_cast<int *>(
12843 deep_image->offset_table[y][i] = pixelOffsetTable[i];
13341 std::vector<tinyexr::tinyexr_uint64> offset_table(
13344 for (size_t c = 0; c < offset_table.size(); c++) {
13355 offset_table[c] = offset + 4; // +4 to skip 'part number'
13359 chunk_offset_table_list.push_back(offset_table);
13364 std::vector<tinyexr::tinyexr_uint64> &offset_table =
13368 for (size_t c = 0; c < offset_table.size(); c++) {
13370 memory + offset_table[c] - 4; // -4 to move to 'part number' field.
13383 int ret = tinyexr::DecodeChunk(&exr_images[i], exr_headers[i], offset_table,