/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_mv.h | 22 typedef struct mv { struct 37 static INLINE void clamp_mv(MV *mv, int min_col, int max_col, in clamp_mv()
|
D | vp9_mvref_common.c | 118 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()
|
D | vp9_mvref_common.h | 25 static INLINE void clamp_mv2(MV *mv, const MACROBLOCKD *xd) { in clamp_mv2()
|
D | vp9_scale.c | 44 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) { in vp9_scale_mv()
|
D | vp9_reconinter.c | 90 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
|
D | vp9_entropymv.c | 171 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { in vp9_inc_mv()
|
D | vp9_entropymode.h | 73 nmv_context_counts mv; member
|
D | vp9_entropymv.h | 98 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/ |
D | findnearmv.h | 37 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()
|
D | postproc.c | 955 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
|
D | findnearmv.c | 40 int_mv *mv = near_mvs; in vp8_find_near_mvs() local
|
D | reconinter.c | 340 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()
|
D | blockd.h | 143 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/ |
D | vp9_mcomp.c | 27 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 …]
|
D | vp9_mbgraph.h | 22 int_mv mv; member
|
D | vp9_encodemv.c | 203 const MV* mv, const MV* ref, in vp9_encode_mv()
|
D | vp9_temporal_filter.c | 44 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/ |
D | ec_types.h | 50 MV mv; member
|
D | decodemv.c | 111 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) in read_mv()
|
D | error_concealment.c | 525 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/ |
D | block.h | 31 MV mv; member 63 int_mv mv; member
|
D | encodemv.c | 68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc) in vp8_encode_motion_vector()
|
D | mcomp.c | 26 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/ |
D | vp9_decodemv.c | 237 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/ |
D | va_intel_fei.h | 143 } mv[4]; /* MaxNumPredictor is 4 */ member
|