/third_party/ffmpeg/libavfilter/ |
D | vf_minterpolate.c | 141 int16_t mvs[2][2]; member 149 int16_t mvs[NB_PIXEL_MVS][2]; member 420 preds.mvs[preds.nb][0] = px;\ 421 preds.mvs[preds.nb][1] = py;\ 479 … me_ctx->pred_x = mid_pred(preds[0].mvs[1][0], preds[0].mvs[2][0], preds[0].mvs[3][0]); in search_mv() 480 … me_ctx->pred_y = mid_pred(preds[0].mvs[1][1], preds[0].mvs[2][1], preds[0].mvs[3][1]); in search_mv() 482 me_ctx->pred_x = mid_pred(0, preds[0].mvs[1][0], preds[0].mvs[2][0]); in search_mv() 483 me_ctx->pred_y = mid_pred(0, preds[0].mvs[1][1], preds[0].mvs[2][1]); in search_mv() 485 me_ctx->pred_x = preds[0].mvs[1][0]; in search_mv() 486 me_ctx->pred_y = preds[0].mvs[1][1]; in search_mv() [all …]
|
D | vf_mestimate.c | 144 preds.mvs[preds.nb][0] = px;\ 145 preds.mvs[preds.nb][1] = py;\ 243 … me_ctx->pred_x = mid_pred(preds[0].mvs[1][0], preds[0].mvs[2][0], preds[0].mvs[3][0]); in filter_frame() 244 … me_ctx->pred_y = mid_pred(preds[0].mvs[1][1], preds[0].mvs[2][1], preds[0].mvs[3][1]); in filter_frame() 246 me_ctx->pred_x = mid_pred(0, preds[0].mvs[1][0], preds[0].mvs[2][0]); in filter_frame() 247 me_ctx->pred_y = mid_pred(0, preds[0].mvs[1][1], preds[0].mvs[2][1]); in filter_frame() 249 me_ctx->pred_x = preds[0].mvs[1][0]; in filter_frame() 250 me_ctx->pred_y = preds[0].mvs[1][1]; in filter_frame() 292 … me_ctx->pred_x = mid_pred(preds[0].mvs[1][0], preds[0].mvs[2][0], preds[0].mvs[3][0]); in filter_frame() 293 … me_ctx->pred_y = mid_pred(preds[0].mvs[1][1], preds[0].mvs[2][1], preds[0].mvs[3][1]); in filter_frame() [all …]
|
D | motion_estimation.c | 349 COST_P_MV(x_mb + preds[0].mvs[i][0], y_mb + preds[0].mvs[i][1]); in ff_me_search_epzs() 352 COST_P_MV(x_mb + preds[1].mvs[i][0], y_mb + preds[1].mvs[i][1]); in ff_me_search_epzs() 391 COST_P_MV(x_mb + pred->mvs[i][0], y_mb + pred->mvs[i][1]); in ff_me_search_umh()
|
D | vf_codecview.c | 257 const AVMotionVector *mvs = (const AVMotionVector *)sd->data; in filter_frame() local 262 for (i = 0; i < sd->size / sizeof(*mvs); i++) { in filter_frame() 263 const AVMotionVector *mv = &mvs[i]; in filter_frame()
|
D | motion_estimation.h | 37 int mvs[10][2]; member
|
/third_party/ffmpeg/libavcodec/ |
D | mpegutils.c | 118 AVMotionVector *mvs = av_malloc_array(mb_width * mb_height, 2 * 4 * sizeof(AVMotionVector)); in ff_print_debug_info2() local 119 if (!mvs) in ff_print_debug_info2() 136 … mbcount += add_mb(mvs + mbcount, mb_type, sx, sy, mx, my, scale, direction); in ff_print_debug_info2() 149 … mbcount += add_mb(mvs + mbcount, mb_type, sx, sy, mx, my, scale, direction); in ff_print_debug_info2() 162 … mbcount += add_mb(mvs + mbcount, mb_type, sx, sy, mx, my, scale, direction); in ff_print_debug_info2() 170 … mbcount += add_mb(mvs + mbcount, mb_type, sx, sy, mx, my, scale, direction); in ff_print_debug_info2() 182 av_freep(&mvs); in ff_print_debug_info2() 185 memcpy(sd->data, mvs, mbcount * sizeof(AVMotionVector)); in ff_print_debug_info2() 188 av_freep(&mvs); in ff_print_debug_info2()
|
/third_party/boost/libs/numeric/ublas/doc/samples/ |
D | matrix_vector_slice.cpp | 24 matrix_vector_slice<matrix<double> > mvs (m, slice (0, 1, 3), slice (0, 1, 3)); in main() local 25 std::cout << mvs << std::endl; in main()
|
/third_party/ffmpeg/doc/examples/ |
D | extract_mvs.c | 60 const AVMotionVector *mvs = (const AVMotionVector *)sd->data; in decode_packet() local 61 for (i = 0; i < sd->size / sizeof(*mvs); i++) { in decode_packet() 62 const AVMotionVector *mv = &mvs[i]; in decode_packet()
|
/third_party/flutter/skia/third_party/externals/icu/source/config/ |
D | gmakever.mk | 11 ifeq ($(MACHTYPE),i370-ibm-mvs)
|
/third_party/icu/icu4c/source/config/ |
D | gmakever.mk | 11 ifeq ($(MACHTYPE),i370-ibm-mvs)
|
/third_party/skia/third_party/externals/icu/source/config/ |
D | gmakever.mk | 11 ifeq ($(MACHTYPE),i370-ibm-mvs)
|
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
D | config.sub | 650 mvs) 652 os=-mvs 1349 os=-mvs 1432 -mvs* | -opened*)
|
/third_party/mtdev/config-aux/ |
D | config.sub | 776 mvs) 778 os=-mvs 1588 os=-mvs 1671 -mvs* | -opened*)
|
/third_party/boost/boost/numeric/ublas/ |
D | matrix_proxy.hpp | 1546 matrix_vector_slice &operator = (const matrix_vector_slice &mvs) { in operator =() argument 1548 vector_assign<scalar_assign> (*this, typename vector_temporary_traits<M>::type (mvs)); in operator =() 1552 matrix_vector_slice &assign_temporary (matrix_vector_slice &mvs) { in assign_temporary() argument 1554 vector_assign<scalar_assign> (*this, mvs); in assign_temporary() 1608 bool same_closure (const matrix_vector_slice &mvs) const { in same_closure() 1609 return (*this).data_.same_closure (mvs.data_); in same_closure() 1614 bool operator == (const matrix_vector_slice &mvs) const { in operator ==() 1615 return (*this).data_ == mvs.data_ && s1_ == mvs.s1_ && s2_ == mvs.s2_; in operator ==() 1620 void swap (matrix_vector_slice mvs) { in swap() argument 1621 if (this != &mvs) { in swap() [all …]
|
/third_party/libevdev/build-aux/ |
D | config.sub | 1342 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \ 1663 os=mvs 1748 mvs* | opened*)
|
/third_party/skia/third_party/externals/microhttpd/ |
D | config.sub | 1673 os=-mvs 1756 -mvs* | -opened*)
|
/third_party/libpng/ |
D | config.sub | 1678 os=-mvs 1758 -mvs* | -opened*)
|
/third_party/icu/icu4c/source/ |
D | config.sub | 1709 os=-mvs 1792 -mvs* | -opened*)
|
/third_party/libffi/ |
D | config.sub | 1710 os=-mvs 1793 -mvs* | -opened*)
|
/third_party/eudev/ |
D | config.sub | 1740 os=-mvs 1823 -mvs* | -opened*)
|
/third_party/node/deps/cares/ |
D | config.sub | 1678 os=-mvs 1758 -mvs* | -opened*)
|
/third_party/skia/third_party/externals/libpng/ |
D | config.sub | 1678 os=-mvs 1758 -mvs* | -opened*)
|
/third_party/skia/third_party/externals/icu/source/ |
D | config.sub | 1709 os=-mvs 1792 -mvs* | -opened*)
|
/third_party/wayland_standard/ |
D | config.sub | 1638 os=mvs 1703 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
|
/third_party/freetype/builds/unix/ |
D | config.sub | 1637 os=mvs 1702 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
|