Searched refs:cmp_sub (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | motion_est_template.c | 45 d= cmp_hpel(s, x, y, dx, dy, size, h, ref_index, src_index, cmp_sub, chroma_cmp_sub, flags);\ 59 me_cmp_func cmp_sub, chroma_cmp_sub; in hpel_motion_search() local 67 cmp_sub = s->mecc.me_sub_cmp[size]; in hpel_motion_search() 77 dmin= cmp(s, mx, my, 0, 0, size, h, ref_index, src_index, cmp_sub, chroma_cmp_sub, flags); in hpel_motion_search() 174 me_cmp_func cmp_sub, chroma_cmp_sub; in get_mb_score() local 181 cmp_sub = s->mecc.mb_cmp[size]; in get_mb_score() local 184 d= cmp(s, mx>>(qpel+1), my>>(qpel+1), mx&mask, my&mask, size, h, ref_index, src_index, cmp_sub, chroma_cmp_sub, flags); in get_mb_score() 220 me_cmp_func cmp_sub, chroma_cmp_sub; in qpel_motion_search() local 229 cmp_sub = s->mecc.me_sub_cmp[size]; in qpel_motion_search() 239 dmin= cmp(s, mx, my, 0, 0, size, h, ref_index, src_index, cmp_sub, chroma_cmp_su in qpel_motion_search() [all...] |
Completed in 2 milliseconds