Searched refs:ff_get_mb_score (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | motion_est.h | 124 int ff_get_mb_score(struct MpegEncContext *s, int mx, int my, int src_index,
|
D | motion_est_template.c | 192 int ff_get_mb_score(MpegEncContext *s, int mx, int my, int src_index, in ff_get_mb_score() function
|
D | snowenc.c | 337 ref_score= ff_get_mb_score(&s->m, ref_mx, ref_my, 0, 0, level-LOG2_MB_SIZE+4, block_w, 0); in encode_q_branch()
|