OpenCores
URL https://opencores.org/ocsvn/mpdma/mpdma/trunk

Subversion Repositories mpdma

[/] [mpdma/] [trunk/] [mb-bmp2jpg/] [huffman.c] - Diff between revs 7 and 18

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 7 Rev 18
Line 17... Line 17...
Y = 0
Y = 0
cb =1
cb =1
cr= 2
cr= 2
*/
*/
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
 
 
 
int vlc_init_start() {
 
 
 
        return 0;
 
 
 
}
 
 
 
void vlc_end_done() {
 
 
 
}
 
 
 
#if 0
#include <stdio.h>
#include <stdio.h>
 
 
static unsigned int vlc_remaining;
static unsigned int vlc_remaining;
static unsigned char vlc_amount_remaining;
static unsigned char vlc_amount_remaining;
static unsigned char dcvalue[4];   // 3 is enough
static unsigned char dcvalue[4];   // 3 is enough
Line 768... Line 780...
 //       HuffmanEncodeFinishSend(remaining,amount_remaining,file);
 //       HuffmanEncodeFinishSend(remaining,amount_remaining,file);
        dcvalue[color] = last_dc_value;
        dcvalue[color] = last_dc_value;
        return 0;
        return 0;
}
}
 
 
 No newline at end of file
 No newline at end of file
 
 
 
#endif
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.