Home
last modified time | relevance | path

Searched refs:me_cmp_func (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dme_cmp.h48 typedef int (*me_cmp_func)(struct MpegEncContext *c, typedef
56 me_cmp_func sad[6]; /* identical to pix_absAxA except additional void * */
57 me_cmp_func sse[6];
58 me_cmp_func hadamard8_diff[6];
59 me_cmp_func dct_sad[6];
60 me_cmp_func quant_psnr[6];
61 me_cmp_func bit[6];
62 me_cmp_func rd[6];
63 me_cmp_func vsad[6];
64 me_cmp_func vsse[6];
[all …]
Dmotion_est_template.c59 me_cmp_func cmp_sub, chroma_cmp_sub; in hpel_motion_search()
174 me_cmp_func cmp_sub, chroma_cmp_sub; in get_mb_score()
219 me_cmp_func cmpf, chroma_cmpf; in qpel_motion_search()
220 me_cmp_func cmp_sub, chroma_cmp_sub; in qpel_motion_search()
421 me_cmp_func cmpf, chroma_cmpf; in small_diamond_search()
462 me_cmp_func cmpf, chroma_cmpf; in funny_diamond_search()
504 me_cmp_func cmpf, chroma_cmpf; in hex_search()
538 me_cmp_func cmpf, chroma_cmpf; in l2s_dia_search()
576 me_cmp_func cmpf, chroma_cmpf; in umh_search()
623 me_cmp_func cmpf, chroma_cmpf; in full_search()
[all …]
Dmotion_est.c108 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, int qpel){ in cmp_direct_inline()
180 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, int qpel, int chroma){ in cmp_inline()
232 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func){ in cmp_simple()
238 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags){ in cmp_fpel_internal()
248 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags){ in cmp_internal()
261 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags){ in cmp()
276 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags){ in cmp_hpel()
286 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags){ in cmp_qpel()
Derror_resilience.h56 me_cmp_func sad;
Ddv.h52 me_cmp_func ildct_cmp;
Dme_cmp.c476 int ff_set_cmp(MECmpContext *c, me_cmp_func *cmp, int type) in ff_set_cmp()
/third_party/ffmpeg/libavcodec/tests/
Dmotion.c68 me_cmp_func test_func, me_cmp_func ref_func) in test_motion()
/third_party/ffmpeg/tests/checkasm/
Dmotion.c38 static void test_motion(const char *name, me_cmp_func test_func) in test_motion()