Lines Matching refs:value

175   unsigned char *value;  // uint8_t*
285 // Returns negative value and may set error string in `err` when there's an
294 // Returns negative value and may set error string in `err` when there's an
305 // @param[out] err Error string(wll be filled when the function returns error code). Free it using FreeEXRErrorMessage after using this value.
324 // value.
327 // Returns negative value and may set error string in `err` when there's an
392 // Returns negative value and may set error string in `err` when there's an
403 // Returns negative value and may set error string in `err` when there's an
415 // Returns negative value and may set error string in `err` when there's an
429 // Returns negative value and may set error string in `err` when there's an
440 // Returns negative value and may set error string in `err` when there's an
449 // Image is compressed using EXRImage.compression value.
461 // Returns negative value and may set error string in `err` when there's an
470 // Returns negative value and may set error string in `err` when there's an
485 // Returns negative value and may set error string in `err` when there's an
960 // mz_adler32() returns the initial adler-32 value to use when called with
965 // mz_crc32() returns the initial CRC-32 value to use when called with
8047 unsigned short mx) // i : maximum in[x][y] value
8156 unsigned short mx) // i : maximum in[x][y] value
8277 const int HUF_ENCBITS = 16; // literal (value) bit length
8326 // have a numerically higher value than longer codes
8482 // frq, and remove the smallest frq value from fHeap.
8716 // but c contains a value that is greater
9219 return k - 1; // maximum value stored in lut[],
9512 param->type = static_cast<int>(attributes[i].value[0]);
9526 param->rate = *(reinterpret_cast<double *>(attributes[i].value));
9534 param->rate = *(reinterpret_cast<int *>(attributes[i].value));
9542 param->tolerance = *(reinterpret_cast<double *>(attributes[i].value));
10661 attrib.value = static_cast<unsigned char *>(malloc(data.size()));
10662 memcpy(reinterpret_cast<char *>(attrib.value), &data.at(0),
10798 exr_header->custom_attributes[i].value = info.attributes[i].value;
10868 // value check
11087 // Too large value. Assume this is invalid
11088 // 2**20 = 1048576 = heuristic value.
11236 tinyexr::SetErrorMessage("Invalid data width value", err);
11243 tinyexr::SetErrorMessage("Invalid data height value", err);
11310 tinyexr::SetErrorMessage("Invalid offset value in DecodeEXRImage.", err);
12159 exr_header->custom_attributes[i].value),
13003 if (exr_header->custom_attributes[i].value) {
13004 free(exr_header->custom_attributes[i].value);
13442 ss << "Unsupported component value : " << components << std::endl;