Commit 27aa9927 authored by michael's avatar michael

shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at...

 shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at u dot washington dot edu>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3287 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b6a94a03
...@@ -677,7 +677,7 @@ if(256*256*256*64 % (stats[0]+1)==0){ ...@@ -677,7 +677,7 @@ if(256*256*256*64 % (stats[0]+1)==0){
}\ }\
} }
#define MAX_SAB_SIZE 16 #define MAX_SAB_SIZE ME_MAP_SIZE
static int sab_diamond_search(MpegEncContext * s, int *best, int dmin, static int sab_diamond_search(MpegEncContext * s, int *best, int dmin,
int src_index, int ref_index, int const penalty_factor, int src_index, int ref_index, int const penalty_factor,
int size, int h, int flags) int size, int h, int flags)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment