mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
finetuneing thresholds/factors
nicer mb decission a few minor improvements & fixes Originally committed as revision 1472 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1868,7 +1868,10 @@ static const uint8_t *wmv1_scantable[WMV1_SCANTABLE_COUNT+1]={
|
||||
};
|
||||
|
||||
static const uint8_t table_inter_intra[4][2]={
|
||||
{0,1},{2,2},{6,3},{7,3}
|
||||
{0,1} /*Luma-Left Chroma-Left*/,
|
||||
{2,2} /*Luma-Top Chroma-Left*/,
|
||||
{6,3} /*luma-Left Chroma-Top */,
|
||||
{7,3} /*luma-Top Chroma-Top */
|
||||
};
|
||||
|
||||
#define WMV2_INTER_CBP_TABLE_COUNT 4
|
||||
|
||||
Reference in New Issue
Block a user