Home
last modified time | relevance | path

Searched defs:iM (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dexr.c448 int32_t im, iM; in huf_uncompress() local
328 huf_unpack_enc_table(GetByteContext *gb, int32_t im, int32_t iM, uint64_t *freq) huf_unpack_enc_table() argument
368 huf_build_dec_table(EXRContext *s, EXRThreadData *td, int im, int iM) huf_build_dec_table() argument
[all...]
/third_party/astc-encoder/Source/
H A Dtinyexr.h8389 hufBuildEncTable( long long *frq, int *im, int *iM) hufBuildEncTable() argument
8572 hufPackEncTable( const long long *hcode, int im, int iM, char **pcode) hufPackEncTable() argument
8617 hufUnpackEncTable( const char **pcode, int ni, int im, int iM, long long *hcode) hufUnpackEncTable() argument
8698 hufBuildDecTable(const long long *hcode, int im, int iM, HufDec *hdecod) hufBuildDecTable() argument
9099 int iM = 0; hufCompress() local
9129 int iM = readUInt(compressed + 4); hufUncompress() local
[all...]

Completed in 19 milliseconds