mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
postproc: fix compilation failure, now really
forgot git add ... Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d16ebec795
commit
3419d9b891
@ -1132,10 +1132,10 @@ FIND_MIN_MAX((%0, %1, 8))
|
|||||||
#endif
|
#endif
|
||||||
"movq %%mm6, %%mm0 \n\t" // max
|
"movq %%mm6, %%mm0 \n\t" // max
|
||||||
"psubb %%mm7, %%mm6 \n\t" // max - min
|
"psubb %%mm7, %%mm6 \n\t" // max - min
|
||||||
"push %k4 \n\t"
|
"push %4 \n\t"
|
||||||
"movd %%mm6, %k4 \n\t"
|
"movd %%mm6, %k4 \n\t"
|
||||||
"cmpb "MANGLE(deringThreshold)", %b4 \n\t"
|
"cmpb "MANGLE(deringThreshold)", %b4 \n\t"
|
||||||
"pop %k4 \n\t"
|
"pop %4 \n\t"
|
||||||
" jb 1f \n\t"
|
" jb 1f \n\t"
|
||||||
PAVGB(%%mm0, %%mm7) // a=(max + min)/2
|
PAVGB(%%mm0, %%mm7) // a=(max + min)/2
|
||||||
"punpcklbw %%mm7, %%mm7 \n\t"
|
"punpcklbw %%mm7, %%mm7 \n\t"
|
||||||
|
Loading…
Reference in New Issue
Block a user