Searched refs:int_mv (Results 1 - 25 of 110) sorted by relevance

12345

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dmv.h26 typedef union int_mv union
30 } int_mv; /* facilitates faster equality tests and copies */ typedef in typeref:union:int_mv
H A Dfindnearmv.c28 int_mv *nearest,
29 int_mv *nearby,
30 int_mv *best_mv,
39 int_mv near_mvs[4];
40 int_mv *mv = near_mvs;
66 int_mv this_mv;
88 int_mv this_mv;
140 static void invert_and_clamp_mvs(int_mv *inv, int_mv *src, MACROBLOCKD *xd)
153 int_mv mode_mv_s
[all...]
H A Dfindnearmv.h25 static void mv_bias(int refmb_ref_frame_sign_bias, int refframe, int_mv *mvp,
37 static void vp8_clamp_mv2(int_mv *mv, const MACROBLOCKD *xd)
50 static void vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge,
62 static unsigned int vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge,
78 int_mv *nearest, int_mv *nearby, int_mv *best,
89 int_mv mode_mv_sb[2][MB_MODE_COUNT],
90 int_mv best_mv_sb[2],
H A Dentropymode.c19 int vp8_mv_cont(const int_mv *l, const int_mv *a)
H A Dentropymode.h41 extern int vp8_mv_cont(const int_mv *l, const int_mv *a);
/external/libvpx/libvpx/vp8/common/
H A Dmv.h26 typedef union int_mv union
30 } int_mv; /* facilitates faster equality tests and copies */ typedef in typeref:union:int_mv
H A Dfindnearmv.c28 int_mv *nearest,
29 int_mv *nearby,
30 int_mv *best_mv,
39 int_mv near_mvs[4];
40 int_mv *mv = near_mvs;
66 int_mv this_mv;
88 int_mv this_mv;
140 static void invert_and_clamp_mvs(int_mv *inv, int_mv *src, MACROBLOCKD *xd)
153 int_mv mode_mv_s
[all...]
H A Dfindnearmv.h25 static void mv_bias(int refmb_ref_frame_sign_bias, int refframe, int_mv *mvp,
37 static void vp8_clamp_mv2(int_mv *mv, const MACROBLOCKD *xd)
50 static void vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge,
62 static unsigned int vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge,
78 int_mv *nearest, int_mv *nearby, int_mv *best,
89 int_mv mode_mv_sb[2][MB_MODE_COUNT],
90 int_mv best_mv_sb[2],
H A Dentropymode.c19 int vp8_mv_cont(const int_mv *l, const int_mv *a)
H A Dentropymode.h41 extern int vp8_mv_cont(const int_mv *l, const int_mv *a);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.h40 extern int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight);
50 int_mv *ref_mv,
51 int_mv *best_mv,
57 int_mv *center_mv
61 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv,
75 int_mv *ref_mv,
80 int_mv *center_mv
88 int_mv *ref_m
[all...]
H A Dpickinter.h30 int_mv this_mv);
H A Dblock.h63 int_mv mv;
132 int_mv best_sse_mv;
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.h40 extern int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight);
50 int_mv *ref_mv,
51 int_mv *best_mv,
57 int_mv *center_mv
61 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv,
75 int_mv *ref_mv,
80 int_mv *center_mv
88 int_mv *ref_m
[all...]
H A Dpickinter.h30 int_mv this_mv);
H A Dblock.h63 int_mv mv;
131 int_mv best_sse_mv;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.h35 int_mv *mv_ref_list, int mi_row, int mi_col);
41 int_mv *mvlist, int_mv *nearest, int_mv *near);
46 int_mv *nearest, int_mv *near);
H A Dvp9_mv.h27 typedef union int_mv { union
30 } int_mv; /* facilitates faster equality tests and copies */ typedef in typeref:union:int_mv
H A Dvp9_mvref_common.c127 static INLINE int_mv get_sub_block_mv(const MODE_INFO *candidate, int which_mv,
137 static INLINE int_mv scale_mv(const MB_MODE_INFO *mbmi, int ref,
140 int_mv mv = mbmi->mv[ref];
194 int_mv *mv_ref_list,
289 int_mv *mv_ref_list,
307 int_mv *mvlist, int_mv *nearest, int_mv *near) {
321 int_mv *nearest, int_mv *nea
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mbgraph.h22 int_mv mv;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.h22 int_mv mv;
H A Dvp9_rdopt.h50 int_mv frame_nearest_mv[MAX_REF_FRAMES],
51 int_mv frame_near_mv[MAX_REF_FRAMES],
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_mvref_common.h137 static INLINE int_mv get_sub_block_mv(const MODE_INFO *candidate, int which_mv,
147 static INLINE int_mv scale_mv(const MB_MODE_INFO *mbmi, int ref,
150 int_mv mv = mbmi->mv[ref];
210 int_mv *mv_ref_list, int mi_row, int mi_col);
216 int_mv *mvlist, int_mv *nearest, int_mv *near);
221 int_mv *nearest, int_mv *near);
H A Dvp9_mv.h27 typedef union int_mv { union
30 } int_mv; /* facilitates faster equality tests and copies */ typedef in typeref:union:int_mv
H A Dvp9_mvref_common.c19 int_mv *mv_ref_list,
114 int_mv *mv_ref_list,
132 int_mv *mvlist, int_mv *nearest, int_mv *near) {
146 int_mv *nearest, int_mv *near) {
147 int_mv mv_list[MAX_MV_REF_CANDIDATES];
173 int_mv candidates[2 + MAX_MV_REF_CANDIDATES];

Completed in 267 milliseconds

12345