Home
last modified time | relevance | path

Searched refs:smooth_mf (Results 1 – 23 of 23) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/test/
H A Dnon_greedy_mv_test.cc125 TEST(non_greedy_mv, smooth_mf) { in TEST() argument
133 MV *smooth_mf = NULL; in TEST() local
149 smooth_mf = (MV *)malloc(rows * cols * sizeof(MV)); in TEST()
151 max_iter, smooth_mf); in TEST()
153 compare_mf(smooth_mf, ground_truth, rows, cols, &sm_mean, &sm_std); in TEST()
154 compare_mf(smooth_mf, estimation, rows, cols, &est_mean, &est_std); in TEST()
163 free(smooth_mf); in TEST()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/test/
H A Dnon_greedy_mv_test.cc125 TEST(non_greedy_mv, smooth_mf) { in TEST() argument
133 MV *smooth_mf = nullptr; in TEST() local
149 smooth_mf = (MV *)malloc(rows * cols * sizeof(MV)); in TEST()
151 max_iter, smooth_mf); in TEST()
153 compare_mf(smooth_mf, ground_truth, rows, cols, &sm_mean, &sm_std); in TEST()
154 compare_mf(smooth_mf, estimation, rows, cols, &est_mean, &est_std); in TEST()
163 free(smooth_mf); in TEST()
/dports/multimedia/libvpx/libvpx-1.11.0/test/
H A Dnon_greedy_mv_test.cc125 TEST(non_greedy_mv, smooth_mf) { in TEST() argument
133 MV *smooth_mf = nullptr; in TEST() local
149 smooth_mf = (MV *)malloc(rows * cols * sizeof(MV)); in TEST()
151 max_iter, smooth_mf); in TEST()
153 compare_mf(smooth_mf, ground_truth, rows, cols, &sm_mean, &sm_std); in TEST()
154 compare_mf(smooth_mf, estimation, rows, cols, &est_mean, &est_std); in TEST()
163 free(smooth_mf); in TEST()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/test/
H A Dnon_greedy_mv_test.cc125 TEST(non_greedy_mv, smooth_mf) { in TEST() argument
133 MV *smooth_mf = NULL; in TEST() local
149 smooth_mf = (MV *)malloc(rows * cols * sizeof(MV)); in TEST()
151 max_iter, smooth_mf); in TEST()
153 compare_mf(smooth_mf, ground_truth, rows, cols, &sm_mean, &sm_std); in TEST()
154 compare_mf(smooth_mf, estimation, rows, cols, &est_mean, &est_std); in TEST()
163 free(smooth_mf); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/test/
H A Dnon_greedy_mv_test.cc125 TEST(non_greedy_mv, smooth_mf) { in TEST() argument
133 MV *smooth_mf = nullptr; in TEST() local
149 smooth_mf = (MV *)malloc(rows * cols * sizeof(MV)); in TEST()
151 max_iter, smooth_mf); in TEST()
153 compare_mf(smooth_mf, ground_truth, rows, cols, &sm_mean, &sm_std); in TEST()
154 compare_mf(smooth_mf, estimation, rows, cols, &est_mean, &est_std); in TEST()
163 free(smooth_mf); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/test/
H A Dnon_greedy_mv_test.cc125 TEST(non_greedy_mv, smooth_mf) { in TEST() argument
133 MV *smooth_mf = NULL; in TEST() local
149 smooth_mf = (MV *)malloc(rows * cols * sizeof(MV)); in TEST()
151 max_iter, smooth_mf); in TEST()
153 compare_mf(smooth_mf, ground_truth, rows, cols, &sm_mean, &sm_std); in TEST()
154 compare_mf(smooth_mf, estimation, rows, cols, &est_mean, &est_std); in TEST()
163 free(smooth_mf); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/test/
H A Dnon_greedy_mv_test.cc125 TEST(non_greedy_mv, smooth_mf) { in TEST() argument
133 MV *smooth_mf = NULL; in TEST() local
149 smooth_mf = (MV *)malloc(rows * cols * sizeof(MV)); in TEST()
151 max_iter, smooth_mf); in TEST()
153 compare_mf(smooth_mf, ground_truth, rows, cols, &sm_mean, &sm_std); in TEST()
154 compare_mf(smooth_mf, estimation, rows, cols, &est_mean, &est_std); in TEST()
163 free(smooth_mf); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_non_greedy_mv.c416 float alpha, int num_iters, MV *smooth_mf) { in vp9_get_smooth_motion_field() argument
450 smooth_mf[idx].row = (int)(input[idx].row * bh); in vp9_get_smooth_motion_field()
451 smooth_mf[idx].col = (int)(input[idx].col * bw); in vp9_get_smooth_motion_field()
H A Dvp9_non_greedy_mv.h101 float alpha, int num_iters, MV *smooth_mf);
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_non_greedy_mv.c416 float alpha, int num_iters, MV *smooth_mf) { in vp9_get_smooth_motion_field() argument
450 smooth_mf[idx].row = (int)(input[idx].row * bh); in vp9_get_smooth_motion_field()
451 smooth_mf[idx].col = (int)(input[idx].col * bw); in vp9_get_smooth_motion_field()
H A Dvp9_non_greedy_mv.h101 float alpha, int num_iters, MV *smooth_mf);
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/
H A Dvp9_non_greedy_mv.c416 float alpha, int num_iters, MV *smooth_mf) { in vp9_get_smooth_motion_field() argument
450 smooth_mf[idx].row = (int)(input[idx].row * bh); in vp9_get_smooth_motion_field()
451 smooth_mf[idx].col = (int)(input[idx].col * bw); in vp9_get_smooth_motion_field()
H A Dvp9_non_greedy_mv.h101 float alpha, int num_iters, MV *smooth_mf);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_non_greedy_mv.c416 float alpha, int num_iters, MV *smooth_mf) { in vp9_get_smooth_motion_field() argument
450 smooth_mf[idx].row = (int)(input[idx].row * bh); in vp9_get_smooth_motion_field()
451 smooth_mf[idx].col = (int)(input[idx].col * bw); in vp9_get_smooth_motion_field()
H A Dvp9_non_greedy_mv.h101 float alpha, int num_iters, MV *smooth_mf);
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_non_greedy_mv.c416 float alpha, int num_iters, MV *smooth_mf) { in vp9_get_smooth_motion_field() argument
450 smooth_mf[idx].row = (int)(input[idx].row * bh); in vp9_get_smooth_motion_field()
451 smooth_mf[idx].col = (int)(input[idx].col * bw); in vp9_get_smooth_motion_field()
H A Dvp9_non_greedy_mv.h101 float alpha, int num_iters, MV *smooth_mf);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_non_greedy_mv.c416 float alpha, int num_iters, MV *smooth_mf) { in vp9_get_smooth_motion_field() argument
450 smooth_mf[idx].row = (int)(input[idx].row * bh); in vp9_get_smooth_motion_field()
451 smooth_mf[idx].col = (int)(input[idx].col * bw); in vp9_get_smooth_motion_field()
H A Dvp9_non_greedy_mv.h101 float alpha, int num_iters, MV *smooth_mf);
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_non_greedy_mv.c416 float alpha, int num_iters, MV *smooth_mf) { in vp9_get_smooth_motion_field() argument
450 smooth_mf[idx].row = (int)(input[idx].row * bh); in vp9_get_smooth_motion_field()
451 smooth_mf[idx].col = (int)(input[idx].col * bw); in vp9_get_smooth_motion_field()
H A Dvp9_non_greedy_mv.h101 float alpha, int num_iters, MV *smooth_mf);
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_non_greedy_mv.c416 float alpha, int num_iters, MV *smooth_mf) { in vp9_get_smooth_motion_field() argument
450 smooth_mf[idx].row = (int)(input[idx].row * bh); in vp9_get_smooth_motion_field()
451 smooth_mf[idx].col = (int)(input[idx].col * bw); in vp9_get_smooth_motion_field()
H A Dvp9_non_greedy_mv.h101 float alpha, int num_iters, MV *smooth_mf);