HomeSort by relevance Sort by last modified time
    Searched refs:MV (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
mv.h 24 } MV;
29 MV as_mv;
  /external/libvpx/libvpx/vp8/common/
mv.h 24 } MV;
29 MV as_mv;
  /external/llvm/unittests/ADT/
MapVectorTest.cpp 17 MapVector<int, int> MV;
20 R = MV.insert(std::make_pair(1, 2));
21 ASSERT_EQ(R.first, MV.begin());
26 R = MV.insert(std::make_pair(1, 3));
27 ASSERT_EQ(R.first, MV.begin());
32 R = MV.insert(std::make_pair(4, 5));
33 ASSERT_NE(R.first, MV.end());
38 EXPECT_EQ(MV.size(), 2u);
39 EXPECT_EQ(MV[1], 2);
40 EXPECT_EQ(MV[4], 5)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mv.h 24 } MV;
29 MV as_mv;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.h 25 // Max full pel mv specified in the unit of full pixel
36 MV mv; member in struct:search_site
49 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv);
50 int vp9_mv_bit_cost(const MV *mv, const MV *ref,
53 // Utility to compute variance + MV rate cost for a given MV
    [all...]
vp9_encodemv.h 25 void vp9_encode_mv(VP9_COMP *cpi, vp9_writer* w, const MV* mv, const MV* ref,
vp9_mcomp.c 27 const MV *mv) {
28 return &buf->buf[mv->row * buf->stride + mv->col];
31 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv) {
32 int col_min = (mv->col >> 3) - MAX_FULL_PEL_VAL + (mv->col & 7 ? 1 : 0);
33 int row_min = (mv->row >> 3) - MAX_FULL_PEL_VAL + (mv->row & 7 ? 1 : 0)
986 const MV mv = {best_mv->row * 8, best_mv->col * 8}; local
1003 const MV mv = {best_mv->row * 8, best_mv->col * 8}; local
1199 const MV mv = {ref_mv->row + r, ref_mv->col + c + i}; local
1207 const MV mv = {ref_mv->row + r, ref_mv->col + c + i}; local
1218 const MV mv = {ref_mv->row + r, ref_mv->col + c + i}; local
1460 const MV mv = {r, c}; local
1506 const MV mv = {r, c}; local
1523 const MV mv = {r, c}; local
1571 const MV mv = {r, c}; local
1595 const MV mv = {r, c}; local
1612 const MV mv = {r, c}; local
1663 const MV mv = {ref_mv->row + neighbors[j].row, local
1674 const MV mv = {ref_mv->row + neighbors[j].row, local
1727 const MV mv = {ref_mv->row + neighbors[j].row, local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h 25 // Max full pel mv specified in the unit of full pixel
35 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
    [all...]
vp9_encodemv.h 25 void vp9_encode_mv(VP9_COMP *cpi, vp9_writer* w, const MV* mv, const MV* ref,
vp9_mcomp.c 27 const MV *mv) {
28 return &buf->buf[mv->row * buf->stride + mv->col];
31 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv) {
32 int col_min = (mv->col >> 3) - MAX_FULL_PEL_VAL + (mv->col & 7 ? 1 : 0);
33 int row_min = (mv->row >> 3) - MAX_FULL_PEL_VAL + (mv->row & 7 ? 1 : 0)
708 const MV mv = {best_mv->row * 8, best_mv->col * 8}; local
725 const MV mv = {best_mv->row * 8, best_mv->col * 8}; local
1016 const MV mv = {best_mv->row + ss[i].mv.row, local
1309 const MV mv = {r, c}; local
1559 const MV mv = {ref_mv->row + neighbors[j].row, local
1624 const MV mv = {ref_mv->row + neighbors[j].row, local
1637 const MV mv = {ref_mv->row + neighbors[j].row, local
1696 const MV mv = {ref_mv->row + neighbors[j].row, local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.h 25 // Max full pel mv specified in the unit of full pixel
35 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
    [all...]
vp9_encodemv.h 25 void vp9_encode_mv(VP9_COMP *cpi, vp9_writer* w, const MV* mv, const MV* ref,
vp9_mcomp.c 27 const MV *mv) {
28 return &buf->buf[mv->row * buf->stride + mv->col];
31 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv) {
32 int col_min = (mv->col >> 3) - MAX_FULL_PEL_VAL + (mv->col & 7 ? 1 : 0);
33 int row_min = (mv->row >> 3) - MAX_FULL_PEL_VAL + (mv->row & 7 ? 1 : 0)
708 const MV mv = {best_mv->row * 8, best_mv->col * 8}; local
725 const MV mv = {best_mv->row * 8, best_mv->col * 8}; local
1326 const MV mv = {r, c}; local
1576 const MV mv = {ref_mv->row + neighbors[j].row, local
1725 const MV mv = {ref_mv->row + neighbors[j].row, local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mv.h 22 typedef struct mv { struct
25 } MV;
29 MV as_mv;
37 static INLINE int is_zero_mv(const MV *mv) {
38 return *((const uint32_t *)mv) == 0;
41 static INLINE int is_equal_mv(const MV *a, const MV *b) {
45 static INLINE void clamp_mv(MV *mv, int min_col, int max_col
    [all...]
vp9_entropymv.h 27 int vp9_use_mv_hp(const MV *ref);
98 static INLINE MV_JOINT_TYPE vp9_get_mv_joint(const MV *mv) {
99 if (mv->row == 0) {
100 return mv->col == 0 ? MV_JOINT_ZERO : MV_JOINT_HNZVZ;
102 return mv->col == 0 ? MV_JOINT_HZVNZ : MV_JOINT_HNZVNZ;
126 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);
  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 22 typedef struct mv { struct
25 } MV;
29 MV as_mv;
37 static INLINE void clamp_mv(MV *mv, int min_col, int max_col,
39 mv->col = clamp(mv->col, min_col, max_col);
40 mv->row = clamp(mv->row, min_row, max_row);
vp9_entropymv.h 27 int vp9_use_mv_hp(const MV *ref);
98 static INLINE MV_JOINT_TYPE vp9_get_mv_joint(const MV *mv) {
99 if (mv->row == 0) {
100 return mv->col == 0 ? MV_JOINT_ZERO : MV_JOINT_HNZVZ;
102 return mv->col == 0 ? MV_JOINT_HZVNZ : MV_JOINT_HNZVNZ;
126 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mv.h 22 typedef struct mv { struct
25 } MV;
29 MV as_mv;
37 static INLINE void clamp_mv(MV *mv, int min_col, int max_col,
39 mv->col = clamp(mv->col, min_col, max_col);
40 mv->row = clamp(mv->row, min_row, max_row);
vp9_entropymv.h 27 int vp9_use_mv_hp(const MV *ref);
98 static INLINE MV_JOINT_TYPE vp9_get_mv_joint(const MV *mv) {
99 if (mv->row == 0) {
100 return mv->col == 0 ? MV_JOINT_ZERO : MV_JOINT_HNZVZ;
102 return mv->col == 0 ? MV_JOINT_HZVNZ : MV_JOINT_HNZVNZ;
126 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodemv.h 22 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
  /external/libvpx/libvpx/vp8/encoder/
encodemv.h 22 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemv.h 22 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
ec_types.h 50 MV mv; member in struct:__anon17701
  /external/libvpx/libvpx/vp8/decoder/
ec_types.h 50 MV mv; member in struct:__anon8565
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
ec_types.h 50 MV mv; member in struct:__anon19748

Completed in 1281 milliseconds

1 2 3 4 5 6 7 8