23 # define PATHSEP_CHAR '\\'
25 # define PATHSEP_CHAR '/'
190 const char *creator);
207 return (
x >> 8) | (
x << 8);
217 return (
x >> 24) | ((
x << 8) & 0x00FF0000) | ((
x >> 8) & 0x0000FF00) | (
x << 24);
233 dat2.b[0] = dat1.b[3];
234 dat2.b[1] = dat1.b[2];
235 dat2.b[2] = dat1.b[1];
236 dat2.b[3] = dat1.b[0];
277 else if (value > (1.0f - 0.5f / (
float)
max)) {
281 return (
unsigned int)(((
float)
max * value) + 0.5f);
typedef float(TangentPoint)[2]
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei height
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum const void *lists _GL_VOID_RET _GL_VOID const GLdouble *equation _GL_VOID_RET _GL_VOID GLdouble GLdouble blue _GL_VOID_RET _GL_VOID GLfloat GLfloat blue _GL_VOID_RET _GL_VOID GLint GLint blue _GL_VOID_RET _GL_VOID GLshort GLshort blue _GL_VOID_RET _GL_VOID GLubyte GLubyte blue _GL_VOID_RET _GL_VOID GLuint GLuint blue _GL_VOID_RET _GL_VOID GLushort GLushort blue _GL_VOID_RET _GL_VOID GLbyte GLbyte GLbyte alpha _GL_VOID_RET _GL_VOID GLdouble GLdouble GLdouble alpha _GL_VOID_RET _GL_VOID GLfloat GLfloat GLfloat alpha _GL_VOID_RET _GL_VOID GLint GLint GLint alpha _GL_VOID_RET _GL_VOID GLshort GLshort GLshort alpha _GL_VOID_RET _GL_VOID GLubyte GLubyte GLubyte alpha _GL_VOID_RET _GL_VOID GLuint GLuint GLuint alpha _GL_VOID_RET _GL_VOID GLushort GLushort GLushort alpha _GL_VOID_RET _GL_VOID GLenum mode _GL_VOID_RET _GL_VOID GLint GLsizei width
__forceinline ssef low(const avxf &a)
__forceinline ssef high(const avxf &a)
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
ccl_global float * buffer
BLI_INLINE float clamp_float(float x, float low, float high)
BLI_INLINE unsigned int clamp_uint(unsigned int x, unsigned int low, unsigned int high)
LogImageFile * logImageCreate(const char *filepath, int cineon, int width, int height, int bitsPerSample, int isLogarithmic, int hasAlpha, int referenceWhite, int referenceBlack, float gamma, const char *creator)
int logImageIsDpx(const void *buffer, unsigned int size)
struct LogImageFile LogImageFile
void logImageSetVerbose(int verbosity)
struct LogImageElement LogImageElement
@ descriptor_UserDefined3Elt
@ descriptor_UserDefined6Elt
@ descriptor_UserDefined5Elt
@ descriptor_UserDefined8Elt
@ descriptor_UserDefined4Elt
@ descriptor_UserDefined7Elt
@ descriptor_UserDefined2Elt
LogImageFile * logImageOpenFromMemory(const unsigned char *buffer, unsigned int size)
LogImageFile * logImageOpenFromFile(const char *filepath, int cineon)
BLI_INLINE float swap_float(float x, int swap)
@ transfer_PrintingDensity
BLI_INLINE unsigned short swap_ushort(unsigned short x, int swap)
void logImageClose(LogImageFile *logImage)
size_t getRowLength(size_t width, LogImageElement logElement)
BLI_INLINE unsigned int swap_uint(unsigned int x, int swap)
void logImageGetSize(LogImageFile *logImage, int *width, int *height, int *depth)
BLI_INLINE unsigned int float_uint(float value, unsigned int max)
int logImageSetDataRGBA(LogImageFile *logImage, float *data, int dataIsLinearRGB)
int logImageGetDataRGBA(LogImageFile *logImage, float *data, int dataIsLinearRGB)
int logImageIsCineon(const void *buffer, unsigned int size)
static const pxr::TfToken b("b", pxr::TfToken::Immortal)
_W64 unsigned int uintptr_t
unsigned char * memBuffer
unsigned char * memCursor
LogImageElement element[8]