Lines Matching refs:decode_file_width
144 s16 decode_file_width, decode_file_height; in TwlMain() local
175 decode_file_width = 256; in TwlMain()
177 OutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
179 …result = SSP_StartJpegDecoder(data, length, OutputBuffer, &decode_file_width, &decode_file_height,… in TwlMain()
187 …("[DEBUG] MAIN decode_file_width = %d : decode_file_height = %d\n", decode_file_width, decode_file… in TwlMain()
193 s16 t_width = decode_file_width; in TwlMain()
195 j_step = (float)decode_file_width / 256; in TwlMain()
203 …() + i*256*2 + j*2)) = *((u16*)((u32)OutputBuffer + (u32)(i_count * decode_file_width*2) + (u32)(j… in TwlMain()
242 decode_file_width = SSP_JPEG_THUMBNAIL_WIDTH; in TwlMain()
244 OutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain()
246 …result = SSP_StartJpegDecoder(data, length, OutputBuffer, &decode_file_width, &decode_file_height,… in TwlMain()
254 …BUG] Thumbnail decode_file_width = %d : decode_file_height = %d\n", decode_file_width, decode_file… in TwlMain()