Searched refs:decode_file_width (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.2.1/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.2.1/build/demos/ssp/jpegEncoder/src/ |
| D | main.c | 254 s16 decode_file_width, decode_file_height; in TwlMain() local 263 decode_file_width = 256; in TwlMain() 265 decodeOutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain() 267 …gDecoder(encodeOutputBuffer, encodeOutputSize, decodeOutputBuffer, &decode_file_width, &decode_fil… in TwlMain() 275 …("[DEBUG] MAIN decode_file_width = %d : decode_file_height = %d\n", decode_file_width, decode_file… in TwlMain() 281 s16 t_width = decode_file_width; in TwlMain() 283 j_step = (float)decode_file_width / 256; in TwlMain() 291 …*256*2 + j*2)) = *((u16*)((u32)decodeOutputBuffer + (u32)(i_count * decode_file_width*2) + (u32)(j… in TwlMain() 330 decode_file_width = SSP_JPEG_THUMBNAIL_WIDTH; in TwlMain() 332 decodeOutputBuffer = MyAlloc(decode_file_width * decode_file_height * sizeof(u16)); in TwlMain() [all …]
|