Home
last modified time | relevance | path

Searched defs:mv (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
Dvp9mvs.c76 #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()
Djpeg2000dwt.c108 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
Dvp9recon.c302 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
Dclearvideo.c55 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
Dh264_mvpred.h61 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
Dhevc_mvs.c481 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()
Dmsmpeg4dec.c306 MVTable *mv; in ff_msmpeg4_decode_init() local
846 MVTable *mv; in ff_msmpeg4_decode_motion() local
Dsvq1dec.c285 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
Dvp56.c166 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/
Dmviewwidget.c47 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/
Dpd.h29 #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/
Dmotion_estimation.c77 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()
Dvf_mestimate.c114 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
Dvf_codecview.c49 unsigned mv; member
255 const AVMotionVector *mv = &mvs[i]; in filter_frame() local
/third_party/ffmpeg/libavformat/
Dmvdec.c122 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/
Dlu.hpp64 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/
Dtransform_test.cpp29 test_qvm::vector<V1,3> mv=transform_vector(m,v); in test() local
/third_party/boost/boost/numeric/ublas/detail/
Draw.hpp491 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/
Dmemoryobject.c186 #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 …]
Dpicklebufobject.c166 PyMemoryViewObject *mv = (PyMemoryViewObject *) m; in picklebuf_raw() local
/third_party/ffmpeg/doc/examples/
Dextract_mvs.c62 const AVMotionVector *mv = &mvs[i]; in decode_packet() local
/third_party/boost/libs/multiprecision/test/
Dtest_atan.cpp230 T mv = (std::numeric_limits<T>::max)(); in test() local
/third_party/glib/gio/tests/
Dunix-fd.c46 GUnixFDMessage **mv; in test_fds() local
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/
Dlowlevel_init_v300.c446 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/
Dtest_coroutine.cpp230 movedata mv( c.get() ); in f22() local
264 moveable mv( 7); in test_move() local
274 movedata mv( 7); in test_move() local

1234