This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
mpegvideo: Move ME_MAP_* defines to the only place they are used
tags/n2.4
Diego Biurrun
11 years ago
parent
ff85334375
commit
4fbb62a21b
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavcodec/motion_est.c
+0
-2
libavcodec/mpegvideo.h
+ 3
- 0
libavcodec/motion_est.c
View File
@@ -45,6 +45,9 @@
#define P_MEDIAN P[4]
#define P_MV1 P[9]
#define ME_MAP_SHIFT 3
#define ME_MAP_MV_BITS 11
static int sad_hpel_motion_search(MpegEncContext * s,
int *mx_ptr, int *my_ptr, int dmin,
int src_index, int ref_index,
+ 0
- 2
libavcodec/mpegvideo.h
View File
@@ -73,8 +73,6 @@ enum OutputFormat {
#define MAX_B_FRAMES 16
#define ME_MAP_SIZE 64
#define ME_MAP_SHIFT 3
#define ME_MAP_MV_BITS 11
#define MAX_MB_BYTES (30*16*16*3/8 + 120)
Write
Preview
Loading…
Cancel
Save