Lines Matching refs:MIUncompContextHuffman

82 void MI_InitUncompContextHuffman(MIUncompContextHuffman *context, u8 *dest,  in MI_InitUncompContextHuffman()
625 asm s32 MI_ReadUncompHuffman( register MIUncompContextHuffman *context, register const u8* data, re… in MI_ReadUncompHuffman()
629 … ldr r3, [r0, #MIUncompContextHuffman.destp] // r3: destp = context->destp; in MI_ReadUncompHuffman()
630 … ldr r4, [r0, #MIUncompContextHuffman.destCount] // r4: destCount = context->destCount; in MI_ReadUncompHuffman()
631 … ldr r5, [r0, #MIUncompContextHuffman.treep] // r5: treep = context->treep; in MI_ReadUncompHuffman()
632 … ldr r6, [r0, #MIUncompContextHuffman.srcTmp] // r6: srcTmp = context->srcTmp; in MI_ReadUncompHuffman()
633 … ldr r7, [r0, #MIUncompContextHuffman.destTmp] // r7: destTmp = context->destTmp; in MI_ReadUncompHuffman()
634 … ldrsh r8, [r0, #MIUncompContextHuffman.treeSize] // r8: treeSize = context->treeSize; in MI_ReadUncompHuffman()
635 … ldrb r9, [r0, #MIUncompContextHuffman.srcTmpCnt] // r9: srcTmpCnt = context->srcTmpCnt; in MI_ReadUncompHuffman()
636 … ldrb r10, [r0, #MIUncompContextHuffman.destTmpCnt] // r10: destTmpCnt = context->destTmpCnt; in MI_ReadUncompHuffman()
637 … ldrb r11, [r0, #MIUncompContextHuffman.bitSize] // r11: bitSize = context->bitSize; in MI_ReadUncompHuffman()
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()
717 … str r3, [r0, #MIUncompContextHuffman.destp] // r3: context->destp = destp; in MI_ReadUncompHuffman()
718 … str r4, [r0, #MIUncompContextHuffman.destCount] // r4: context->destCount = destCount; in MI_ReadUncompHuffman()
719 … str r5, [r0, #MIUncompContextHuffman.treep] // r5: context->treep = treep; in MI_ReadUncompHuffman()
720 … str r6, [r0, #MIUncompContextHuffman.srcTmp] // r6: context->srcTmp = srcTmp; in MI_ReadUncompHuffman()
721 … str r7, [r0, #MIUncompContextHuffman.destTmp] // r7: context->destTmp = destTmp; in MI_ReadUncompHuffman()
722 … strh r8, [r0, #MIUncompContextHuffman.treeSize] // r8: context->treeSize = treeSize; in MI_ReadUncompHuffman()
723 … strb r9, [r0, #MIUncompContextHuffman.srcTmpCnt] // r9: context->srcTmpCnt = srcTmpCnt; in MI_ReadUncompHuffman()
724 … strb r10, [r0, #MIUncompContextHuffman.destTmpCnt] // r10: context->destTmpCnt = destTmpCnt; in MI_ReadUncompHuffman()
725 … strb r11, [r0, #MIUncompContextHuffman.bitSize] // r11: context->bitSize = bitSize; in MI_ReadUncompHuffman()