Home
last modified time | relevance | path

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

123

/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.c303 ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, in mc_luma_unscaled()
341 ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, in mc_chroma_unscaled()
384 #define mc_luma_dir(td, mc, dst, dst_ls, src, src_ls, tref, row, col, mv, \ argument
389 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \ argument
427 VP56mv mv; in mc_luma_scaled() local
487 VP56mv mv; in mc_chroma_scaled() local
545 #define mc_luma_dir(td, mc, dst, dst_ls, src, src_ls, tref, row, col, mv, \ argument
551 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \ argument
Dclearvideo.c58 MV *mv; member
64 MV mv; member
369 MV mv = { 0 }; in decode_tile_info() local
436 MV mv; in restore_tree() local
581 MV mv = mvi_predict(&c->mvi, i, j, zero_mv); in clv_decode_frame() local
599 MV mv, cmv; in clv_decode_frame() local
Dh264_mvpred.h62 const int16_t *mv; in fetch_diagonal_mv() local
264 int16_t(*mv)[2] = h->cur_pic.motion_val[0]; in pred_pskip_motion() local
614 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.c299 MVTable *mv; in ff_msmpeg4_decode_init() local
833 MVTable *mv; in ff_msmpeg4_decode_motion() 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
Dsvq1dec.c290 static int svq1_decode_motion_vector(GetBitContext *bitbuf, svq1_pmv *mv, in svq1_decode_motion_vector()
340 svq1_pmv mv; in svq1_motion_inter_block() local
383 svq1_pmv mv; in svq1_motion_inter_4v_block() local
Dmpeg12enc.c1072 for (int mv = -MAX_DMV; mv <= MAX_DMV; mv++) { in mpeg12_encode_init_static() local
1100 for (int mv = -(8 << f_code); mv < (8 << f_code); mv++) in mpeg12_encode_init_static() local
Ddxa.c56 uint8_t *code, *data, *mv, *msk, *tmp, *tmp2; in decode_13() local
Dvp9shared.h55 VP56mv mv[2]; member
63 VP9mvrefPair *mv; member
/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/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.c117 static void add_mv_data(AVMotionVector *mv, int mb_size, in add_mv_data()
218 int mv[2] = {x_mb, y_mb}; in filter_frame() local
270 int mv[2] = {x_mb, y_mb}; in filter_frame() local
Dvf_codecview.c50 unsigned mv; member
263 const AVMotionVector *mv = &mvs[i]; in filter_frame() local
Dvf_deshake.c122 IntMotionVector *mv) in find_block_motion()
239 IntMotionVector mv = {0, 0}; in find_motion() 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
290 MvContext *mv = avctx->priv_data; in mv_read_header() local
436 MvContext *mv = avctx->priv_data; in mv_read_packet() local
485 MvContext *mv = avctx->priv_data; in mv_read_seek() local
/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
597 init_flags(PyMemoryViewObject *mv) in init_flags()
632 PyMemoryViewObject *mv; in memory_alloc() local
664 PyMemoryViewObject *mv; in mbuf_add_view() local
703 PyMemoryViewObject *mv; in mbuf_add_incomplete_view() local
732 PyObject *mv; in PyMemoryView_FromMemory() local
761 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/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_shader_state.c402 uint8_t mv = out->mask, mf = in->mask, oid = out->hw; in nv50_vec4_map() local
609 uint8_t oid = 0, mv = 0, mg = gp->in[i].mask; in nv50_vp_gp_mapping() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_vertex_buffers.h105 } mv[VL_MAX_REF_FRAMES]; member
/third_party/flutter/skia/modules/skottie/gm/
D3dgm.cpp124 mv; in onDraw() local
/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp644 int16_t* mv = pCurDqLayer->iColocMv[LIST_0][0]; in PredBDirectTemporal() local
1016 const int16_t* mv = mvColoc[iColocIdx]; in FillSpatialDirect8x8Mv() local
1090 int16_t* mv = mvColoc[iColocIdx]; in FillTemporalDirect8x8Mv() local

123