Home
last modified time | relevance | path

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

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_mv.h22 typedef struct mv { struct
37 static INLINE void clamp_mv(MV *mv, int min_col, int max_col, in clamp_mv()
Dvp9_mvref_common.c118 static void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) { in clamp_mv_ref()
140 int_mv mv = mbmi->mv[ref]; in scale_mv() local
151 #define ADD_MV_REF_LIST(mv) \ argument
295 static void lower_mv_precision(MV *mv, int allow_hp) { in lower_mv_precision()
Dvp9_mvref_common.h25 static INLINE void clamp_mv2(MV *mv, const MACROBLOCKD *xd) { in clamp_mv2()
Dvp9_scale.c44 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) { in vp9_scale_mv()
Dvp9_reconinter.c90 MV32 mv = vp9_scale_mv(&mv_q4, x, y, sf); in vp9_build_inter_predictor() local
162 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 in build_inter_predictors() local
266 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 in dec_build_inter_predictors() local
Dvp9_entropymv.c171 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { in vp9_inc_mv()
Dvp9_entropymode.h73 nmv_context_counts mv; member
Dvp9_entropymv.h98 static INLINE MV_JOINT_TYPE vp9_get_mv_joint(const MV *mv) { in vp9_get_mv_joint()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dfindnearmv.h37 static void vp8_clamp_mv2(int_mv *mv, const MACROBLOCKD *xd) in vp8_clamp_mv2()
50 static void vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge, in vp8_clamp_mv()
62 static unsigned int vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge, in vp8_check_mv_bounds()
Dpostproc.c955 MV *mv = &bmi->mv.as_mv; in vp8_post_proc_frame() local
976 MV *mv = &bmi->mv.as_mv; in vp8_post_proc_frame() local
997 MV *mv = &bmi->mv.as_mv; in vp8_post_proc_frame() local
1039 MV *mv = &bmi->mv.as_mv; in vp8_post_proc_frame() local
1055 MV *mv = &mi->mbmi.mv.as_mv; in vp8_post_proc_frame() local
Dfindnearmv.c40 int_mv *mv = near_mvs; in vp8_find_near_mvs() local
Dreconinter.c340 static void clamp_mv_to_umv_border(MV *mv, const MACROBLOCKD *xd) in clamp_mv_to_umv_border()
363 static void clamp_uvmv_to_umv_border(MV *mv, const MACROBLOCKD *xd) in clamp_uvmv_to_umv_border()
Dblockd.h143 int_mv mv; member
160 int_mv mv; member
180 int_mv mv; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c27 const MV *mv) { in get_buf_from_mv()
31 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv) { in vp9_set_mv_search_range()
68 static INLINE int mv_cost(const MV *mv, in mv_cost()
74 int vp9_mv_bit_cost(const MV *mv, const MV *ref, in vp9_mv_bit_cost()
81 static int mv_err_cost(const MV *mv, const MV *ref, in mv_err_cost()
93 static int mvsad_err_cost(const MV *mv, const MV *ref, in mvsad_err_cost()
473 static INLINE int is_mv_in(const MACROBLOCK *x, const MV *mv) { in is_mv_in()
708 const MV mv = {best_mv->row * 8, best_mv->col * 8}; in vp9_get_mvpred_var() local
725 const MV mv = {best_mv->row * 8, best_mv->col * 8}; in vp9_get_mvpred_av_var() local
1326 const MV mv = {r, c}; in vp9_full_search_sad_c() local
[all …]
Dvp9_mbgraph.h22 int_mv mv; member
Dvp9_encodemv.c203 const MV* mv, const MV* ref, in vp9_encode_mv()
Dvp9_temporal_filter.c44 const MV mv = { mv_row, mv_col }; in temporal_filter_predictors_mb_c() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dec_types.h50 MV mv; member
Ddecodemv.c111 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) in read_mv()
Derror_concealment.c525 int_mv * const mv = &(mi->bmi[row*4 + col].mv); in interpolate_mvs() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h31 MV mv; member
63 int_mv mv; member
Dencodemv.c68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc) in vp8_encode_motion_vector()
Dmcomp.c26 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight) in vp8_mv_bit_cost()
38 static int mv_err_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int error_per_bit) in mv_err_cost()
48 static int mvsad_err_cost(int_mv *mv, int_mv *ref, int *mvsadcost[2], int error_per_bit) in mvsad_err_cost()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c237 static INLINE void read_mv(vp9_reader *r, MV *mv, const MV *ref, in read_mv()
360 static INLINE int is_mv_valid(const MV *mv) { in is_mv_valid()
/hardware/intel/common/libva/va/vendor/intel/
Dva_intel_fei.h143 } mv[4]; /* MaxNumPredictor is 4 */ member

12