Searched refs:decode_file_width (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/demos/ssp/jpegDecoder/src/ |
| D | main.c | 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() [all …]
|
| /TwlSDK-5.1.0/build/demos/ssp/jpegEncoder/src/ |
| D | main.c | 241 s16 decode_file_width, decode_file_height; in TwlMain() local 250 decode_file_width = 256; in TwlMain() 252 decodeOutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain() 254 …gDecoder(encodeOutputBuffer, encodeOutputSize, decodeOutputBuffer, &decode_file_width, &decode_fil… in TwlMain() 262 …("[DEBUG] MAIN decode_file_width = %d : decode_file_height = %d\n", decode_file_width, decode_file… in TwlMain() 268 s16 t_width = decode_file_width; in TwlMain() 270 j_step = (float)decode_file_width / 256; in TwlMain() 278 …*256*2 + j*2)) = *((u16*)((u32)decodeOutputBuffer + (u32)(i_count * decode_file_width*2) + (u32)(j… in TwlMain() 317 decode_file_width = SSP_JPEG_THUMBNAIL_WIDTH; in TwlMain() 319 decodeOutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain() [all …]
|