Home
last modified time | relevance | path

Searched refs:MAX_MV (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmotion_est.h33 #define MAX_MV 1024 macro
35 #define MAX_MV 4096 macro
37 #define MAX_DMV (2*MAX_MV)
H A Dituh263enc.c57 static uint8_t fcode_tab[MAX_MV*2+1];
63 static uint8_t umv_fcode_tab[MAX_MV*2+1];
753 fcode_tab[mv+MAX_MV]= f_code; in init_mv_penalty_and_fcode()
757 for(mv=0; mv<MAX_MV*2+1; mv++){ in init_mv_penalty_and_fcode()
H A Dmpeg12enc.c58 static uint8_t fcode_tab[MAX_MV * 2 + 1];
1128 fcode_tab[mv + MAX_MV] = f_code; in mpeg12_encode_init_static()
H A Dmotion_est.c530 int max_range = MAX_MV >> (1 + !!(c->flags&FLAG_QPEL)); in get_limits()
1623 int fcode= FFMAX(fcode_tab[mx + MAX_MV], in ff_get_best_fcode()
1624 fcode_tab[my + MAX_MV]); in ff_get_best_fcode()
H A Dmpegvideo_enc.c93 static uint8_t default_fcode_tab[MAX_MV * 2 + 1];
269 default_fcode_tab[i + MAX_MV] = 1; in mpv_encode_init_static()
H A Dsnowenc.c263 int range = MAX_MV >> (1 + qpel); in encode_q_branch()

Completed in 18 milliseconds