Home
last modified time | relevance | path

Searched refs:MIUncompContextLZ (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_uncomp_stream.c58 void MI_InitUncompContextLZ(MIUncompContextLZ *context, u8 *dest, const MICompressionHeader *header) in MI_InitUncompContextLZ()
295 asm s32 MI_ReadUncompLZ8( register MIUncompContextLZ *context, register const u8* data, register u3… in MI_ReadUncompLZ8()
299 … ldr r3, [r0, #MIUncompContextLZ.destp] // r3: destp = context->destp; in MI_ReadUncompLZ8()
300 … ldr r4, [r0, #MIUncompContextLZ.destCount] // r4: destCount = context->destCount; in MI_ReadUncompLZ8()
301 … ldrb r5, [r0, #MIUncompContextLZ.flags] // r5: flags = context->flags; in MI_ReadUncompLZ8()
302 … ldrb r6, [r0, #MIUncompContextLZ.flagIndex] // r6: flagIndex = context->flagIndex; in MI_ReadUncompLZ8()
303 … ldr r7, [r0, #MIUncompContextLZ.length] // r7: length = context->length in MI_ReadUncompLZ8()
304 … ldrb r8, [r0, #MIUncompContextLZ.lengthFlg] // r8: lengthFlg = context->lengthFlg; in MI_ReadUncompLZ8()
305 … ldrb r11, [r0, #MIUncompContextLZ.exFormat] // r11: exFormat = context->exFormat; in MI_ReadUncompLZ8()
418 str r3, [r0, #MIUncompContextLZ.destp] // context->destp = destp; in MI_ReadUncompLZ8()
[all …]
/TwlSDK-5.1.0/include/nitro/mi/
Duncomp_stream.h55 MIUncompContextLZ; typedef
78 void MI_InitUncompContextLZ(MIUncompContextLZ *context, u8 *dest,
85 s32 MI_ReadUncompLZ8(MIUncompContextLZ *context, const u8 *data, u32 len);
86 s32 MI_ReadUncompLZ16(MIUncompContextLZ *context, const u8 *data, u32 len);
/TwlSDK-5.1.0/build/demos/mi/uncompressStream-1/src/
Dmain.c165 MIUncompContextLZ context; in NitroMain()