|
template<typename IR , typename BUF , int PADDINGBITS> |
bool | cineon::Read10bitFilled (const Header &dpxHeader, U32 *readBuf, IR *fd, const Block &block, BUF *data) |
|
template<typename IR , typename BUF > |
bool | cineon::Read10bitFilledMethodA (const Header &dpx, U32 *readBuf, IR *fd, const Block &block, BUF *data) |
|
template<typename IR , typename BUF > |
bool | cineon::Read10bitFilledMethodB (const Header &dpx, U32 *readBuf, IR *fd, const Block &block, BUF *data) |
|
template<typename BUF , U32 MASK, int MULTIPLIER, int REMAIN, int REVERSE> |
void | cineon::UnPackPacked (U32 *readBuf, const int bitDepth, BUF *data, int count, int bufoff) |
|
template<typename IR , typename BUF , U32 MASK, int MULTIPLIER, int REMAIN, int REVERSE> |
bool | cineon::ReadPacked (const Header &dpxHeader, U32 *readBuf, IR *fd, const Block &block, BUF *data) |
|
template<typename IR , typename BUF > |
bool | cineon::Read10bitPacked (const Header &dpxHeader, U32 *readBuf, IR *fd, const Block &block, BUF *data) |
|
template<typename IR , typename BUF > |
bool | cineon::Read12bitPacked (const Header &dpxHeader, U32 *readBuf, IR *fd, const Block &block, BUF *data) |
|
template<typename IR , typename SRC , DataSize SRCTYPE, typename BUF , DataSize BUFTYPE> |
bool | cineon::ReadBlockTypes (const Header &dpxHeader, SRC *readBuf, IR *fd, const Block &block, BUF *data) |
|
template<typename IR , typename BUF > |
bool | cineon::Read12bitFilledMethodB (const Header &dpxHeader, U16 *readBuf, IR *fd, const Block &block, BUF *data) |
|
template<typename IR , typename BUF , DataSize BUFTYPE> |
bool | cineon::ReadImageBlock (const Header &dpxHeader, U32 *readBuf, IR *fd, const Block &block, BUF *data) |
|
template<typename IR > |
bool | cineon::ReadImageBlock (const Header &dpxHeader, U32 *readBuf, IR *fd, const Block &block, void *data, const DataSize size) |
|