Home
last modified time | relevance | path

Searched defs:mv (Results 1 - 25 of 67) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Dmpeg_er.c62 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 Dvp9mvs.c140 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 Ddxa.c57 uint8_t *code, *data, *mv, *msk, *tmp, *tmp2; in decode_13() local
H A Derror_resilience.h72 int mv[2][4][2]; member
H A Dh264_mvpred.h60 const int16_t *mv; in fetch_diagonal_mv() local
[all...]
H A Djpeg2000dwt.c107 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 Dvc1_loopfilter.c363 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 Dh264_direct.c212 int mv[2]; in pred_spatial_direct_motion() local
[all...]
H A Dsvq1dec.c291 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 Dmsmpeg4dec.c302 MVTable *mv; in msmpeg4_decode_init_static() local
837 MVTable *mv; ff_msmpeg4_decode_motion() local
[all...]
H A Dzmbvenc.c222 uint8_t *mv; in encode_frame() local
H A Dmpegvideo_motion.c724 int16_t mv[5][2] = { apply_obmc() local
[all...]
H A Dmsmpeg4enc.c297 MVTable *mv; in ff_msmpeg4_encode_motion() local
/third_party/ffmpeg/doc/examples/
H A Dextract_mvs.c63 const AVMotionVector *mv = &mvs[i]; in decode_packet() local
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264_deblock_lasx.c112 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 Dh264_deblock_msa.c119 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 Dvl_vertex_buffers.h105 } mv[VL_MAX_REF_FRAMES]; member
/third_party/python/Objects/
H A Dpicklebufobject.c166 PyMemoryViewObject *mv = (PyMemoryViewObject *) m; in picklebuf_raw() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dmotion_estimation.c78 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 Dvf_mestimate.c108 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 Dvf_codecview.c51 unsigned mv; member
288 const AVMotionVector *mv = &mvs[i]; in filter_frame() local
[all...]
H A Dvf_deshake.c120 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 Dmvdec.c125 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 Daco_scheduler.cpp128 MoveState mv; member
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A 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

Completed in 18 milliseconds

123