Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/ssp/jpegDecoder/src/
Dmain.c210 int i_count,j_count; in TwlMain() local
216 i_count = j_count = 0; in TwlMain()
221 …2 + j*2)) = *((u16*)((u32)OutputBuffer + (u32)(i_count * decode_file_width*2) + (u32)(j_count*2))); in TwlMain()
222 j_count = (int)((double)j*j_step); in TwlMain()
/TwlSDK-5.4/build/demos/ssp/jpegEncoder/src/
Dmain.c297 int i_count,j_count; in TwlMain() local
303 i_count = j_count = 0; in TwlMain()
308 …2)) = *((u16*)((u32)decodeOutputBuffer + (u32)(i_count * decode_file_width*2) + (u32)(j_count*2))); in TwlMain()
309 j_count = (int)((double)j*j_step); in TwlMain()