/third_party/ffmpeg/libavcodec/ |
D | vp9mvs.c | 76 #define RETURN_DIRECT_MV(mv) \ in find_ref_mvs() argument 99 #define RETURN_MV(mv) \ in find_ref_mvs() argument 140 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[(row - 1) * s->sb_cols * 8 + col]; in find_ref_mvs() local 147 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[row * s->sb_cols * 8 + col - 1]; in find_ref_mvs() local 164 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[r * s->sb_cols * 8 + c]; in find_ref_mvs() local 175 VP9mvrefPair *mv = &s->s.frames[REF_FRAME_MVPAIR].mv[row * s->sb_cols * 8 + col]; in find_ref_mvs() local 185 #define RETURN_SCALE_MV(mv, scale) \ in find_ref_mvs() argument 200 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[r * s->sb_cols * 8 + c]; in find_ref_mvs() local 216 VP9mvrefPair *mv = &s->s.frames[REF_FRAME_MVPAIR].mv[row * s->sb_cols * 8 + col]; in find_ref_mvs() local 291 void ff_vp9_fill_mv(VP9TileData *td, VP56mv *mv, int mode, int sb) in ff_vp9_fill_mv()
|
D | jpeg2000dwt.c | 108 mv = s->mod[lev][1], in dwt_encode53() local 183 mv = s->mod[lev][1], in dwt_encode97_float() local 264 mv = s->mod[lev][1], in dwt_encode97_int() local 337 mv = s->mod[lev][1], in dwt_decode53() local 415 mv = s->mod[lev][1], in dwt_decode97_float() local 497 mv = s->mod[lev][1], in dwt_decode97_int() local
|
D | vp9recon.c | 302 ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, in mc_luma_unscaled() 340 ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, in mc_chroma_unscaled() 383 #define mc_luma_dir(td, mc, dst, dst_ls, src, src_ls, tref, row, col, mv, \ argument 388 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \ argument 426 VP56mv mv; in mc_luma_scaled() local 486 VP56mv mv; in mc_chroma_scaled() local 544 #define mc_luma_dir(td, mc, dst, dst_ls, src, src_ls, tref, row, col, mv, \ argument 550 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \ argument
|
D | clearvideo.c | 55 MV *mv; member 61 MV mv; member 367 MV mv = { 0 }; in decode_tile_info() local 434 MV mv; in restore_tree() local 579 MV mv = mvi_predict(&c->mvi, i, j, zero_mv); in clv_decode_frame() local 597 MV mv, cmv; in clv_decode_frame() local
|
D | h264_mvpred.h | 61 const int16_t *mv; in fetch_diagonal_mv() local 263 int16_t(*mv)[2] = h->cur_pic.motion_val[0]; in pred_pskip_motion() local 613 int16_t(*mv)[2] = h->cur_pic.motion_val[list]; in fill_decode_caches() local
|
D | hevc_mvs.c | 481 int merge_idx, MvField *mv) in ff_hevc_luma_mv_merge_mode() 512 static av_always_inline void dist_scale(HEVCContext *s, Mv *mv, in dist_scale() 530 Mv *mv, int ref_idx_curr, int ref_idx) in mv_mp_mode_mx() 546 Mv *mv, int ref_idx_curr, int ref_idx) in mv_mp_mode_mx_lt() 584 int merge_idx, MvField *mv, in ff_hevc_luma_mv_mvp_mode()
|
D | msmpeg4dec.c | 306 MVTable *mv; in ff_msmpeg4_decode_init() local 846 MVTable *mv; in ff_msmpeg4_decode_motion() local
|
D | svq1dec.c | 285 static int svq1_decode_motion_vector(GetBitContext *bitbuf, svq1_pmv *mv, in svq1_decode_motion_vector() 335 svq1_pmv mv; in svq1_motion_inter_block() local 378 svq1_pmv mv; in svq1_motion_inter_4v_block() local
|
D | vp56.c | 166 VP56mv mv = {0,0}; in vp56_decode_4mv() local 207 VP56mv *mv, vect = {0,0}; in vp56_decode_mv() local 264 VP56mv *mv, vect = {0,0}; in vp56_conceal_mv() local
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/ |
D | mviewwidget.c | 47 GstMViewWidget *mv; member 85 gst_mview_widget_init (GstMViewWidget * mv) in gst_mview_widget_init() 92 GstMViewWidget *mv = GST_MVIEW_WIDGET (c->mv); in flag_changed() local 106 link_button_to_flag (GstMViewWidget * mv, GtkWidget * w, in link_button_to_flag() 119 sync_flags (GstMViewWidget * mv) in sync_flags() 158 sync_downmix (GstMViewWidget * mv) in sync_downmix() 169 GstMViewWidget *mv = GST_MVIEW_WIDGET (data); in set_downmix_mode() local 197 GstMViewWidget *mv = GST_MVIEW_WIDGET (o); in gst_mview_widget_constructed() local 249 GstMViewWidget *mv = GST_MVIEW_WIDGET (object); in gst_mview_widget_set_property() local 272 GstMViewWidget *mv = GST_MVIEW_WIDGET (object); in gst_mview_widget_get_property() local
|
/third_party/uboot/u-boot-2020.01/include/dt-bindings/usb/ |
D | pd.h | 29 #define PDO_FIXED_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_FIXED_VOLT_SHIFT) argument 32 #define PDO_FIXED(mv, ma, flags) \ argument 42 #define PDO_BATT_MIN_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MIN_VOLT_SHIFT) argument 43 #define PDO_BATT_MAX_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_BATT_MAX_VOLT_SHIFT) argument 54 #define PDO_VAR_MIN_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_VAR_MIN_VOLT_SHIFT) argument 55 #define PDO_VAR_MAX_VOLT(mv) ((((mv) / 50) & PDO_VOLT_MASK) << PDO_VAR_MAX_VOLT_SHIFT) argument 76 #define PDO_PPS_APDO_MIN_VOLT(mv) \ argument 78 #define PDO_PPS_APDO_MAX_VOLT(mv) \ argument
|
/third_party/ffmpeg/libavfilter/ |
D | motion_estimation.c | 77 uint64_t ff_me_search_esa(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_esa() 96 uint64_t ff_me_search_tss(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_tss() 127 uint64_t ff_me_search_tdls(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_tdls() 159 uint64_t ff_me_search_ntss(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_ntss() 212 uint64_t ff_me_search_fss(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_fss() 244 uint64_t ff_me_search_ds(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_ds() 299 uint64_t ff_me_search_hexbs(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_hexbs() 332 uint64_t ff_me_search_epzs(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_epzs() 373 uint64_t ff_me_search_umh(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_umh()
|
D | vf_mestimate.c | 114 static void add_mv_data(AVMotionVector *mv, int mb_size, in add_mv_data() 215 int mv[2] = {x_mb, y_mb}; in filter_frame() local 267 int mv[2] = {x_mb, y_mb}; in filter_frame() local
|
D | vf_codecview.c | 49 unsigned mv; member 255 const AVMotionVector *mv = &mvs[i]; in filter_frame() local
|
/third_party/ffmpeg/libavformat/ |
D | mvdec.c | 122 MvContext *mv = avctx->priv_data; in parse_global_var() local 146 MvContext *mv = avctx->priv_data; in parse_audio_var() local 285 MvContext *mv = avctx->priv_data; in mv_read_header() local 431 MvContext *mv = avctx->priv_data; in mv_read_packet() local 480 MvContext *mv = avctx->priv_data; in mv_read_seek() local
|
/third_party/boost/boost/numeric/ublas/ |
D | lu.hpp | 64 void swap_rows (const PM &pm, MV &mv, vector_tag) { in swap_rows() 75 void swap_rows (const PM &pm, MV &mv, matrix_tag) { in swap_rows() 87 void swap_rows (const PM &pm, MV &mv) { in swap_rows() 302 void lu_substitute (const M &m, const permutation_matrix<PMT, PMA> &pm, MV &mv) { in lu_substitute() 343 void lu_substitute (MV &mv, const M &m, const permutation_matrix<PMT, PMA> &pm) { in lu_substitute()
|
/third_party/boost/libs/qvm/test/ |
D | transform_test.cpp | 29 test_qvm::vector<V1,3> mv=transform_vector(m,v); in test() local
|
/third_party/boost/boost/numeric/ublas/detail/ |
D | raw.hpp | 491 typename MV::array_type::array_type::array_type::const_pointer data( const MV &mv ) { in data() 496 typename MV::array_type::array_type::const_pointer data_const( const MV &mv ) { in data_const() 501 typename MV::array_type::pointer data( MV &mv ) { in data() 666 typename MV::array_type::const_pointer base( const MV &mv ) { in base() 671 typename MV::array_type::const_pointer base_const( const MV &mv ) { in base_const() 676 typename MV::array_type::pointer base( MV &mv ) { in base() 839 typename MV::size_type start( const MV &mv ) { in start()
|
/third_party/python/Objects/ |
D | memoryobject.c | 186 #define BASE_INACCESSIBLE(mv) \ argument 190 #define CHECK_RELEASED(mv) \ argument 197 #define CHECK_RELEASED_INT(mv) \ argument 211 #define VIEW_ADDR(mv) (&((PyMemoryViewObject *)mv)->view) argument 603 init_flags(PyMemoryViewObject *mv) in init_flags() 638 PyMemoryViewObject *mv; in memory_alloc() local 670 PyMemoryViewObject *mv; in mbuf_add_view() local 709 PyMemoryViewObject *mv; in mbuf_add_incomplete_view() local 738 PyObject *mv; in PyMemoryView_FromMemory() local 767 PyObject *mv; in PyMemoryView_FromBuffer() local [all …]
|
D | picklebufobject.c | 166 PyMemoryViewObject *mv = (PyMemoryViewObject *) m; in picklebuf_raw() local
|
/third_party/ffmpeg/doc/examples/ |
D | extract_mvs.c | 62 const AVMotionVector *mv = &mvs[i]; in decode_packet() local
|
/third_party/boost/libs/multiprecision/test/ |
D | test_atan.cpp | 230 T mv = (std::numeric_limits<T>::max)(); in test() local
|
/third_party/glib/gio/tests/ |
D | unix-fd.c | 46 GUnixFDMessage **mv; in test_fds() local
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/ |
D | lowlevel_init_v300.c | 446 static void set_core_volt(unsigned int mv) in set_core_volt() 455 static void set_cpu_volt(unsigned int mv) in set_cpu_volt() 464 static void convert_hpm_to_volt_core(unsigned int hpm_core, unsigned int *mv) in convert_hpm_to_volt_core() 478 static void convert_hpm_to_volt_cpu(unsigned int hpm_cpu, unsigned int *mv) in convert_hpm_to_volt_cpu()
|
/third_party/boost/libs/coroutine2/test/ |
D | test_coroutine.cpp | 230 movedata mv( c.get() ); in f22() local 264 moveable mv( 7); in test_move() local 274 movedata mv( 7); in test_move() local
|