Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/demos/ssp/jpegDecoder/src/
Dmain.c192 int i_count,j_count; in TwlMain() local
198 i_count = j_count = 0; in TwlMain()
203 …2 + j*2)) = *((u16*)((u32)OutputBuffer + (u32)(i_count * decode_file_width*2) + (u32)(j_count*2))); in TwlMain()
204 j_count = (int)((double)j*j_step); in TwlMain()
/TwlSDK-5.2.1/build/demos/ssp/jpegEncoder/src/
Dmain.c280 int i_count,j_count; in TwlMain() local
286 i_count = j_count = 0; in TwlMain()
291 …2)) = *((u16*)((u32)decodeOutputBuffer + (u32)(i_count * decode_file_width*2) + (u32)(j_count*2))); in TwlMain()
292 j_count = (int)((double)j*j_step); in TwlMain()