Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/mi/
Duncomp_stream.h70 …u8 tree[0x200]; // Huffman encoding table 512B (32B is enough f… member
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_uncomp_stream.c89 context->treep = &context->tree[0]; in MI_InitUncompContextHuffman()
656 …addeq r5, r0, #MIUncompContextHuffman.tree[1] // if ( treeSize == 0 ) { treep = &context->t… in MI_ReadUncompHuffman()
693 … add r5, r0, #MIUncompContextHuffman.tree[1] // treep = &context->tree[ 1 ]; in MI_ReadUncompHuffman()