Lines Matching refs:decode_file_width
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()
260 decode_file_width = SSP_JPEG_THUMBNAIL_WIDTH; in TwlMain()
262 OutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
266 …result = SSP_StartJpegDecoder(data, length, OutputBuffer, &decode_file_width, &decode_file_height,… in TwlMain()
270 …result = SSP_StartJpegDecoderFast(pCtx, data, length, OutputBuffer, decode_file_width, decode_file… in TwlMain()
271 decode_file_width = (s16)pCtx->width; in TwlMain()
284 …BUG] Thumbnail decode_file_width = %d : decode_file_height = %d\n", decode_file_width, decode_file… in TwlMain()