| /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 | 303 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
|
| D | clearvideo.c | 58 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
|
| D | h264_mvpred.h | 62 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
|
| 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 | 299 MVTable *mv; in ff_msmpeg4_decode_init() local 833 MVTable *mv; in ff_msmpeg4_decode_motion() 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
|
| D | svq1dec.c | 290 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
|
| D | mpeg12enc.c | 1072 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
|
| D | dxa.c | 56 uint8_t *code, *data, *mv, *msk, *tmp, *tmp2; in decode_13() local
|
| D | vp9shared.h | 55 VP56mv mv[2]; member 63 VP9mvrefPair *mv; member
|
| /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/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 | 117 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
|
| D | vf_codecview.c | 50 unsigned mv; member 263 const AVMotionVector *mv = &mvs[i]; in filter_frame() local
|
| D | vf_deshake.c | 122 IntMotionVector *mv) in find_block_motion() 239 IntMotionVector mv = {0, 0}; in find_motion() 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 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/ |
| 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 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 …]
|
| 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/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| D | nv50_shader_state.c | 402 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/ |
| D | vl_vertex_buffers.h | 105 } mv[VL_MAX_REF_FRAMES]; member
|
| /third_party/flutter/skia/modules/skottie/gm/ |
| D | 3dgm.cpp | 124 mv; in onDraw() local
|
| /third_party/openh264/codec/decoder/core/src/ |
| D | mv_pred.cpp | 644 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
|