Home
last modified time | relevance | path

Searched refs:fcode_tab (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dituh263enc.c52 static uint8_t fcode_tab[MAX_MV*2+1]; variable
707 fcode_tab[mv+MAX_MV]= f_code; in init_mv_penalty_and_fcode()
786 s->fcode_tab= fcode_tab; in ff_h263_encode_init()
790 s->fcode_tab= umv_fcode_tab; in ff_h263_encode_init()
Dmpeg12enc.c55 static uint8_t fcode_tab[MAX_MV * 2 + 1]; variable
1101 fcode_tab[mv + MAX_MV] = f_code; in mpeg12_encode_init_static()
1111 s->fcode_tab = fcode_tab; in ff_mpeg1_encode_init()
Dmotion_est.c1603 const uint8_t * fcode_tab = s->fcode_tab; in ff_get_best_fcode() local
1621 int fcode= FFMAX(fcode_tab[mx + MAX_MV], in ff_get_best_fcode()
1622 fcode_tab[my + MAX_MV]); in ff_get_best_fcode()
Dmpegvideo.h279 const uint8_t *fcode_tab; ///< smallest fcode needed for each MV member
Dmpegvideo_enc.c271 s->fcode_tab = default_fcode_tab; in mpv_encode_defaults()