Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/mi/
Duncomp_stream.h38 MIUncompContextRL; typedef
76 void MI_InitUncompContextRL(MIUncompContextRL *context, u8 *dest,
83 s32 MI_ReadUncompRL8(MIUncompContextRL *context, const u8 *data, u32 len);
84 s32 MI_ReadUncompRL16(MIUncompContextRL *context, const u8 *data, u32 len);
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_uncomp_stream.c37 void MI_InitUncompContextRL(MIUncompContextRL *context, u8 *dest, const MICompressionHeader *header) in MI_InitUncompContextRL()
112 asm s32 MI_ReadUncompRL8( register MIUncompContextRL *context, register const u8* data, register u3… in MI_ReadUncompRL8()
116 ldr r3, [r0, #MIUncompContextRL.destp] // r3: destp = context->destp; in MI_ReadUncompRL8()
117 … ldr r4, [r0, #MIUncompContextRL.destCount] // r4: destCount = context->destCount; in MI_ReadUncompRL8()
118 ldrb r5, [r0, #MIUncompContextRL.flags] // r5: flags = context->flags; in MI_ReadUncompRL8()
119 ldrh r6, [r0, #MIUncompContextRL.length] // r6: length = context->length in MI_ReadUncompRL8()
175 str r3, [r0, #MIUncompContextRL.destp] // context->destp = destp; in MI_ReadUncompRL8()
176 str r4, [r0, #MIUncompContextRL.destCount] // context->destCount = destCount; in MI_ReadUncompRL8()
177 strb r5, [r0, #MIUncompContextRL.flags] // context->flags = flags; in MI_ReadUncompRL8()
178 strh r6, [r0, #MIUncompContextRL.length] // context->length = length; in MI_ReadUncompRL8()
[all …]
/TwlSDK-5.1.0/build/demos/mi/uncompressStream-1/src/
Dmain.c111 MIUncompContextRL context; in NitroMain()