| /third_party/ffmpeg/libavcodec/ |
| H A D | mpeg_er.c | 62 mpeg_er_decode_mb(void *opaque, int ref, int mv_dir, int mv_type, int (*mv)[2][4][2], int mb_x, int mb_y, int mb_intra, int mb_skipped) mpeg_er_decode_mb() argument
|
| H A D | vp9mvs.c | 140 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[(row - 1) * s->sb_cols * 8 + col]; find_ref_mvs() local 147 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[row * s->sb_cols * 8 + col - 1]; find_ref_mvs() local 164 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[r * s->sb_cols * 8 + c]; find_ref_mvs() local 175 VP9mvrefPair *mv = &s->s.frames[REF_FRAME_MVPAIR].mv[row * s->sb_cols * 8 + col]; find_ref_mvs() local 200 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[r * s->sb_cols * 8 + c]; find_ref_mvs() local 216 VP9mvrefPair *mv = &s->s.frames[REF_FRAME_MVPAIR].mv[row * s->sb_cols * 8 + col]; find_ref_mvs() local 291 ff_vp9_fill_mv(VP9TileData *td, VP56mv *mv, int mode, int sb) ff_vp9_fill_mv() argument [all...] |
| H A D | dxa.c | 57 uint8_t *code, *data, *mv, *msk, *tmp, *tmp2; in decode_13() local
|
| H A D | error_resilience.h | 72 int mv[2][4][2]; member
|
| H A D | h264_mvpred.h | 60 const int16_t *mv; in fetch_diagonal_mv() local [all...] |
| H A 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], dwt_encode97_int() local 336 mv = s->mod[lev][1], dwt_decode53() local 414 mv = s->mod[lev][1], dwt_decode97_float() local 496 mv = s->mod[lev][1], dwt_decode97_int() local [all...] |
| H A D | vc1_loopfilter.c | 363 vc1_p_h_loop_filter(VC1Context *v, uint8_t *dest, uint32_t *cbp, uint8_t *is_intra, int16_t (*mv)[2], uint8_t *mv_f, int *ttblk, uint32_t flags, int block_num) vc1_p_h_loop_filter() argument 416 vc1_p_v_loop_filter(VC1Context *v, uint8_t *dest, uint32_t *cbp, uint8_t *is_intra, int16_t (*mv)[2], uint8_t *mv_f, int *ttblk, uint32_t flags, int block_num) vc1_p_v_loop_filter() argument [all...] |
| H A D | h264_direct.c | 212 int mv[2]; in pred_spatial_direct_motion() local [all...] |
| H A D | svq1dec.c | 291 static int svq1_decode_motion_vector(GetBitContext *bitbuf, svq1_pmv *mv, in svq1_decode_motion_vector() argument 341 svq1_pmv mv; in svq1_motion_inter_block() local 384 svq1_pmv mv; svq1_motion_inter_4v_block() local [all...] |
| H A D | msmpeg4dec.c | 302 MVTable *mv; in msmpeg4_decode_init_static() local 837 MVTable *mv; ff_msmpeg4_decode_motion() local [all...] |
| H A D | zmbvenc.c | 222 uint8_t *mv; in encode_frame() local
|
| H A D | mpegvideo_motion.c | 724 int16_t mv[5][2] = { apply_obmc() local [all...] |
| H A D | msmpeg4enc.c | 297 MVTable *mv; in ff_msmpeg4_encode_motion() local
|
| /third_party/ffmpeg/doc/examples/ |
| H A D | extract_mvs.c | 63 const AVMotionVector *mv = &mvs[i]; in decode_packet() local
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| H A D | h264_deblock_lasx.c | 112 ff_h264_loop_filter_strength_lasx(int16_t bS[2][4][4], uint8_t nnz[40], int8_t ref[2][40], int16_t mv[2][40][2], int bidir, int edges, int step, int mask_mv0, int mask_mv1, int field) ff_h264_loop_filter_strength_lasx() argument
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | h264_deblock_msa.c | 119 ff_h264_loop_filter_strength_msa(int16_t bS[2][4][4], uint8_t nnz[40], int8_t ref[2][40], int16_t mv[2][40][2], int bidir, int edges, int step, int mask_mv0, int mask_mv1, int field) ff_h264_loop_filter_strength_msa() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_vertex_buffers.h | 105 } mv[VL_MAX_REF_FRAMES]; member
|
| /third_party/python/Objects/ |
| H A D | picklebufobject.c | 166 PyMemoryViewObject *mv = (PyMemoryViewObject *) m; in picklebuf_raw() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A 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() argument 97 uint64_t ff_me_search_tss(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_tss() argument 128 uint64_t ff_me_search_tdls(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) in ff_me_search_tdls() argument 160 ff_me_search_ntss(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) ff_me_search_ntss() argument 213 ff_me_search_fss(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) ff_me_search_fss() argument 245 ff_me_search_ds(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) ff_me_search_ds() argument 300 ff_me_search_hexbs(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) ff_me_search_hexbs() argument 333 ff_me_search_epzs(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) ff_me_search_epzs() argument 374 ff_me_search_umh(AVMotionEstContext *me_ctx, int x_mb, int y_mb, int *mv) ff_me_search_umh() argument [all...] |
| H A D | vf_mestimate.c | 108 static void add_mv_data(AVMotionVector *mv, int mb_size, in add_mv_data() argument 209 int mv[2] = {x_mb, y_mb}; filter_frame() local 261 int mv[2] = {x_mb, y_mb}; filter_frame() local [all...] |
| H A D | vf_codecview.c | 51 unsigned mv; member 288 const AVMotionVector *mv = &mvs[i]; in filter_frame() local [all...] |
| H A D | vf_deshake.c | 120 find_block_motion(DeshakeContext *deshake, uint8_t *src1, uint8_t *src2, int cx, int cy, int stride, IntMotionVector *mv) find_block_motion() argument 239 IntMotionVector mv = {0, 0}; find_motion() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A 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; mv_read_packet() local 523 MvContext *mv = avctx->priv_data; mv_read_seek() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_scheduler.cpp | 128 MoveState mv; member [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A 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
|