/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 | 107 mv = s->mod[lev][1], in dwt_encode53() local 182 mv = s->mod[lev][1], in dwt_encode97_float() local 263 mv = s->mod[lev][1], in dwt_encode97_int() local 336 mv = s->mod[lev][1], in dwt_decode53() local 414 mv = s->mod[lev][1], in dwt_decode97_float() local 496 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 | 59 MV *mv; member 65 MV mv; member 370 MV mv = { 0 }; in decode_tile_info() local 437 MV mv; in restore_tree() local 582 MV mv = mvi_predict(&c->mvi, i, j, zero_mv); in clv_decode_frame() local 600 MV mv, cmv; in clv_decode_frame() local
|
D | h264_mvpred.h | 60 const int16_t *mv; in fetch_diagonal_mv() local 262 int16_t(*mv)[2] = h->cur_pic.motion_val[0]; in pred_pskip_motion() local 612 int16_t(*mv)[2] = h->cur_pic.motion_val[list]; in fill_decode_caches() local
|
D | hevc_mvs.c | 482 int merge_idx, MvField *mv) in ff_hevc_luma_mv_merge_mode() 513 static av_always_inline void dist_scale(HEVCContext *s, Mv *mv, in dist_scale() 531 Mv *mv, int ref_idx_curr, int ref_idx) in mv_mp_mode_mx() 547 Mv *mv, int ref_idx_curr, int ref_idx) in mv_mp_mode_mx_lt() 585 int merge_idx, MvField *mv, in ff_hevc_luma_mv_mvp_mode()
|
D | msmpeg4dec.c | 302 MVTable *mv; in msmpeg4_decode_init_static() local 837 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 | 291 static int svq1_decode_motion_vector(GetBitContext *bitbuf, svq1_pmv *mv, in svq1_decode_motion_vector() 341 svq1_pmv mv; in svq1_motion_inter_block() local 384 svq1_pmv mv; in svq1_motion_inter_4v_block() local
|
D | dxa.c | 57 uint8_t *code, *data, *mv, *msk, *tmp, *tmp2; in decode_13() local
|
D | mpeg12enc.c | 1099 for (int mv = -MAX_DMV; mv <= MAX_DMV; mv++) { in mpeg12_encode_init_static() local 1127 for (int mv = -(8 << f_code); mv < (8 << f_code); mv++) in mpeg12_encode_init_static() local
|
D | vp9shared.h | 55 VP56mv mv[2]; member 63 VP9mvrefPair *mv; member
|
/third_party/ffmpeg/libavfilter/ |
D | motion_estimation.c | 78 uint64_t ff_me_search_esa(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_esa() 97 uint64_t ff_me_search_tss(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_tss() 128 uint64_t ff_me_search_tdls(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_tdls() 160 uint64_t ff_me_search_ntss(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_ntss() 213 uint64_t ff_me_search_fss(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_fss() 245 uint64_t ff_me_search_ds(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_ds() 300 uint64_t ff_me_search_hexbs(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_hexbs() 333 uint64_t ff_me_search_epzs(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_epzs() 374 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 | 108 static void add_mv_data(AVMotionVector *mv, int mb_size, in add_mv_data() 209 int mv[2] = {x_mb, y_mb}; in filter_frame() local 261 int mv[2] = {x_mb, y_mb}; in filter_frame() local
|
D | vf_codecview.c | 51 unsigned mv; member 288 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 | 125 MvContext *mv = avctx->priv_data; in parse_global_var() local 149 MvContext *mv = avctx->priv_data; in parse_audio_var() local 293 MvContext *mv = avctx->priv_data; in mv_read_header() local 473 MvContext *mv = avctx->priv_data; in mv_read_packet() local 523 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/node/deps/v8/src/regexp/riscv64/ |
D | regexp-macro-assembler-riscv64.cc | 243 __ mv(a0, current_character()); in CallIsCharacterInRangeArray() local 369 __ mv(a2, a1); in CheckNotBackReferenceIgnoreCase() local 371 __ mv(s3, a1); in CheckNotBackReferenceIgnoreCase() local 727 __ mv(a0, zero_reg); in GetCode() local 852 __ mv(s3, a2); in GetCode() local 926 __ mv(sp, frame_pointer()); in GetCode() local 975 __ mv(backtrack_stackpointer(), a0); in GetCode() local 1157 __ mv(scratch, sp); in CallCheckStackGuardState() local 1163 __ mv(a2, frame_pointer()); in CallCheckStackGuardState() local 1182 __ mv(a0, sp); in CallCheckStackGuardState() local
|
/third_party/ffmpeg/doc/examples/ |
D | extract_mvs.c | 63 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/node/deps/npm/node_modules/fastest-levenshtein/esm/ |
D | mod.js | 7 let mv = 0; variable
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_vertex_buffers.h | 105 } mv[VL_MAX_REF_FRAMES]; member
|
/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
|