Searched refs:MV (Results 1 - 25 of 37) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dmv.h24 } MV; typedef in typeref:struct:__anon523
29 MV as_mv;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mcomp.h35 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv);
36 int vp9_mv_bit_cost(const MV *mv, const MV *ref,
39 // Utility to compute variance + MV rate cost for a given MV
41 const MV *best_mv, const MV *center_mv,
45 const MV *best_mv, const MV *center_mv,
57 MV *mvp_ful
[all...]
H A Dvp9_encodemv.h25 void vp9_encode_mv(VP9_COMP *cpi, vp9_writer* w, const MV* mv, const MV* ref,
H A Dvp9_mcomp.c27 const MV *mv) {
31 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv) {
42 // Get intersection of UMV window and valid MV window to reduce # of checks
68 static INLINE int mv_cost(const MV *mv,
74 int vp9_mv_bit_cost(const MV *mv, const MV *ref,
76 const MV diff = { mv->row - ref->row,
81 static int mv_err_cost(const MV *mv, const MV *ref,
85 const MV dif
[all...]
H A Dvp9_encodemv.c203 const MV* mv, const MV* ref,
205 const MV diff = {mv->row - ref->row,
237 const MV *ref = &mbmi->ref_mvs[mbmi->ref_frame[i]][0].as_mv;
238 const MV diff = {mvs[i].as_mv.row - ref->row,
H A Dvp9_pickmode.c38 MV mvp_full;
40 const MV ref_mv = mbmi->ref_mvs[ref][0].as_mv;
136 MV *tmp_mv, int *rate_mv) {
141 MV ref_mv = mbmi->ref_mvs[ref][0].as_mv;
H A Dvp9_temporal_filter.c44 const MV mv = { mv_row, mv_col };
137 MV best_ref_mv1 = {0, 0};
138 MV best_ref_mv1_full; /* full-pixel value of best_ref_mv1 */
139 MV *ref_mv = &x->e_mbd.mi[0]->bmi[0].as_mv[0].as_mv;
H A Dvp9_mbgraph.c25 const MV *ref_mv,
26 MV *dst_mv,
37 MV ref_full;
87 // Try zero MV first
88 // FIXME should really use something like near/nearest MV and/or MV prediction
126 // Try zero MV first
127 // FIXME should really use something like near/nearest MV and/or MV prediction
200 // Golden frame MV searc
[all...]
H A Dvp9_block.h25 MV mv;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_mv.h25 } MV; typedef in typeref:struct:mv
29 MV as_mv;
37 static INLINE void clamp_mv(MV *mv, int min_col, int max_col,
H A Dvp9_entropymv.h27 int vp9_use_mv_hp(const MV *ref);
98 static INLINE MV_JOINT_TYPE vp9_get_mv_joint(const MV *mv) {
126 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);
H A Dvp9_mvref_common.h25 static INLINE void clamp_mv2(MV *mv, const MACROBLOCKD *xd) {
H A Dvp9_scale.h37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
H A Dvp9_reconinter.c81 const MV *src_mv,
88 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2,
104 static MV mi_mv_pred_q4(const MODE_INFO *mi, int idx) {
105 MV res = { round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.row +
117 MV clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv,
119 // If the MV points so far into the UMV border that no visible pixels
120 // are used for reconstruction, the subpel part of the MV can be
121 // discarded and the MV limited to 16 pixels with equivalent results.
126 MV clamped_m
[all...]
H A Dvp9_reconinter.h35 const MV *mv_q3,
H A Dvp9_scale.c44 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) {
H A Dvp9_entropymv.c133 int vp9_use_mv_hp(const MV *ref) {
171 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) {
H A Dvp9_mvref_common.c118 static void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) {
295 static void lower_mv_precision(MV *mv, int allow_hp) {
H A Dvp9_postproc.c750 MV *mv = &bmi->mv.as_mv;
770 MV *mv = &bmi->mv.as_mv;
790 MV *mv = &bmi->mv.as_mv;
830 MV *mv = &bmi->mv.as_mv;
844 MV *mv = &mi->mbmi.mv.as_mv;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodemv.h22 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
H A Dblock.h31 MV mv;
139 unsigned int MVcount [2] [MVvals]; /* (row,col) MV cts this frame */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Dec_types.h50 MV mv;
/hardware/ti/omap4-aah/domx/make/
H A Dstart.mk82 MV = mv $(1) $(2) macro
/hardware/ti/omap4xxx/domx/make/
H A Dstart.mk82 MV = mv $(1) $(2) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodemv.c237 static INLINE void read_mv(vp9_reader *r, MV *mv, const MV *ref,
243 MV diff = {0, 0};
360 static INLINE int is_mv_valid(const MV *mv) {

Completed in 406 milliseconds

12