URL
https://opencores.org/ocsvn/mpdma/mpdma/trunk
[/] [mpdma/] [trunk/] [mb-bmp2jpg/] [bmp2jpg_mb.c] - Diff between revs 8 and 13
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 8 |
Rev 13 |
Line 96... |
Line 96... |
|
|
int i;
|
int i;
|
unsigned int col, cols, row, rows;
|
unsigned int col, cols, row, rows;
|
int compression;
|
int compression;
|
int sample;
|
int sample;
|
char* bmpfilename = "image03.bmp";
|
char* bmpfilename = "image01.bmp";
|
char* jpgfilename = "image03.jpg";
|
char* jpgfilename = "image01.jpg";
|
int bmpsizelimit = 2*1024*1024;
|
int bmpsizelimit = 2*1024*1024;
|
|
|
compression = 0;
|
compression = 0;
|
|
|
// bmpimage=(unsigned char*)0x70000000;
|
// bmpimage=(unsigned char*)0x70000000;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.