Searched refs:decode_file_width (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.5/build/demos/ssp/jpegDecoder/src/ |
| D | main.c | 149 s16 decode_file_width, decode_file_height; in TwlMain() local 181 decode_file_width = 256; in TwlMain() 183 OutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain() 187 …result = SSP_StartJpegDecoder(data, length, OutputBuffer, &decode_file_width, &decode_file_height,… in TwlMain() 191 …result = SSP_StartJpegDecoderFast(pCtx, data, length, OutputBuffer, decode_file_width, decode_file… in TwlMain() 192 decode_file_width = (s16)pCtx->width; in TwlMain() 205 …("[DEBUG] MAIN decode_file_width = %d : decode_file_height = %d\n", decode_file_width, decode_file… in TwlMain() 211 s16 t_width = decode_file_width; in TwlMain() 213 j_step = (float)decode_file_width / 256; in TwlMain() 221 …() + i*256*2 + j*2)) = *((u16*)((u32)OutputBuffer + (u32)(i_count * decode_file_width*2) + (u32)(j… in TwlMain() [all …]
|
| /TwlSDK-5.5/build/demos/ssp/jpegEncoder/src/ |
| D | main.c | 271 s16 decode_file_width, decode_file_height; in TwlMain() local 280 decode_file_width = 256; in TwlMain() 282 decodeOutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain() 284 …gDecoder(encodeOutputBuffer, encodeOutputSize, decodeOutputBuffer, &decode_file_width, &decode_fil… in TwlMain() 292 …("[DEBUG] MAIN decode_file_width = %d : decode_file_height = %d\n", decode_file_width, decode_file… in TwlMain() 298 s16 t_width = decode_file_width; in TwlMain() 300 j_step = (float)decode_file_width / 256; in TwlMain() 308 …*256*2 + j*2)) = *((u16*)((u32)decodeOutputBuffer + (u32)(i_count * decode_file_width*2) + (u32)(j… in TwlMain()
|