Home
last modified time | relevance | path

Searched refs:deep_image (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h12572 int LoadDeepEXR(DeepImage *deep_image, const char *filename, const char **err) { argument
12573 if (deep_image == NULL) {
12782 deep_image->image = static_cast<float ***>(
12785 deep_image->image[c] = static_cast<float **>(
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];
12901 deep_image->image[c][y] = static_cast<float *>(
12910 deep_image->image[c][y][x] = static_cast<float>(ui); // @fixme
12921 deep_image->image[c][y][x] = f32.f;
[all …]