HomeSort by relevance Sort by last modified time
    Searched defs:mv (Results 76 - 100 of 171) sorted by null

1 2 34 5 6 7

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 136 int_mv mv[2]; member in struct:__anon8594
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 280 struct vl_motionvector mv; local
287 mv.top.x = mb->PMV[0][vector][0];
288 mv.top.y = mb->PMV[0][vector][1];
289 mv.top.field_select = PIPE_VIDEO_FRAME;
290 mv.top.weight = weight;
292 mv.bottom.x = mb->PMV[0][vector][0];
293 mv.bottom.y = mb->PMV[0][vector][1];
294 mv.bottom.weight = weight;
295 mv.bottom.field_select = PIPE_VIDEO_FRAME;
299 mv.top.x = mb->PMV[0][vector][0]
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.h 178 mv_t mv[16]; member in struct:mbStorage
  /hardware/intel/common/libva/va/vendor/intel/
va_intel_fei.h 58 /** \brief MV predictor. It is valid only when mv_predictor_enable is set to 1.
65 /** \brief number of MV predictors. It must not be greater than maximum supported MV predictor. */
130 /** \brief MV. MaxNumPredictor must be the returned value from attribute VAConfigAttribEncMVPredictors query.
143 } mv[4]; /* MaxNumPredictor is 4 */ member in struct:_VAEncMVPredictorH264Intel
150 * for RefPicList0 and RefPicList1 and each MV is 4 bytes including horizontal and vertical directions.
151 * Depending on Subblock partition, for the shape that is not 4x4, the MV is replicated
154 * within the 16x16 block, each 4x4 block MV is ordered as below in memory.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 955 MV *mv = &bmi->mv.as_mv; local
957 x1 = x0 + 8 + (mv->col >> 3);
958 y1 = y0 + 4 + (mv->row >> 3);
965 x1 = x0 + 8 + (mv->col >> 3);
966 y1 = y0 +12 + (mv->row >> 3);
976 MV *mv = &bmi->mv.as_mv local
997 MV *mv = &bmi->mv.as_mv; local
1039 MV *mv = &bmi->mv.as_mv; local
1055 MV *mv = &mi->mbmi.mv.as_mv; local
    [all...]
blockd.h 19 #include "mv.h"
143 int_mv mv; member in union:b_mode_info
160 int_mv mv; member in struct:__anon19720
180 int_mv mv; member in struct:__anon19721
271 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */
272 signed char mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 31 MV mv; member in struct:__anon19752
63 int_mv mv; member in struct:__anon19753::__anon19754
139 unsigned int MVcount [2] [MVvals]; /* (row,col) MV cts this frame */
pickinter.c 397 /* Split MV modes currently not supported when RD is nopt enabled,
401 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row -
403 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col -
450 (*parent_ref_mv).as_mv.row = store_mode_info[parent_mb_index].mv.as_mv.row
453 (*parent_ref_mv).as_mv.col = store_mode_info[parent_mb_index].mv.as_mv.col
490 int_mv mv = x->e_mbd.mode_info_context->mbmi.mv; local
506 sse, mv);
538 mv_l = mic->mbmi.mv;
546 mv_al = mic->mbmi.mv;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 136 int_mv mv[2]; member in struct:__anon19777
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
blockd.h 19 #include "mv.h"
143 int_mv mv; member in union:b_mode_info
160 int_mv mv; member in struct:__anon17673
180 int_mv mv; member in struct:__anon17674
271 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */
272 signed char mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
pickinter.c 395 /* Split MV modes currently not supported when RD is nopt enabled,
399 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row -
401 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col -
448 (*parent_ref_mv).as_mv.row = store_mode_info[parent_mb_index].mv.as_mv.row
451 (*parent_ref_mv).as_mv.col = store_mode_info[parent_mb_index].mv.as_mv.col
488 int_mv mv = x->e_mbd.mode_info_context->mbmi.mv; local
505 sse, mv);
539 mv_l = mic->mbmi.mv;
547 mv_al = mic->mbmi.mv;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_blockd.h 140 int_mv mv[2]; member in struct:__anon17731
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
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...]
vp9_speed_features.h 208 MV_SPEED_FEATURES mv; member in struct:SPEED_FEATURES
226 // a log search that iterates 4 times (check around mv for last for best
227 // error of combined predictor then check around mv for alt). If 0 we
  /external/libvpx/libvpx/vp8/common/
blockd.h 19 #include "mv.h"
143 int_mv mv; member in union:b_mode_info
160 int_mv mv; member in struct:__anon8537
180 int_mv mv; member in struct:__anon8538
271 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */
272 signed char mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 395 /* Split MV modes currently not supported when RD is nopt enabled,
399 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row -
401 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col -
448 (*parent_ref_mv).as_mv.row = store_mode_info[parent_mb_index].mv.as_mv.row
451 (*parent_ref_mv).as_mv.col = store_mode_info[parent_mb_index].mv.as_mv.col
488 int_mv mv = x->e_mbd.mode_info_context->mbmi.mv; local
504 sse, mv);
536 mv_l = mic->mbmi.mv;
544 mv_al = mic->mbmi.mv;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 25 MV mv; member in struct:__anon8630
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...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 47 int16 *mv; local
90 mv = (int16*)(currMB->mvL0 + block_x + (block_y << 2));
93 x_pos = (offset_x << 2) + *mv++; /*quarter pel */
94 y_pos = (offset_y << 2) + *mv; /*quarter pel */
    [all...]
motion_est.cpp 29 #define PREF_16_VEC 129 /* 1MV bias versus 4MVs*/
364 /******** full-pel 1MV search **********************/
843 int16 *mv; local
936 mv = (int16*)(currMB->mvL0 + (mbPartIdx << 2) + subMbPartIdx);
938 *mv++ = FIXED_MVX;
939 *mv = FIXED_MVY;
983 int cmvx, cmvy; /* estimated predicted MV */
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 589 const GLfloat* const mv = modelview.top().elements(); local
590 invert(r, mv);
602 const GLfloat* const mv = modelview.top().elements(); local
615 invert(r, mv);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
OpReorderTest.java 81 mv(3, 8);
88 mv(3, 8);
95 mv(3, 5);
102 mv(1, 3);
109 mv(0, 4);
116 mv(3, 0);
123 mv(8, 1);
130 mv(1, 3);
137 mv(3, 4);
144 mv(4, 3)
245 mv(from, to); method
270 UpdateOp mv(int from, int to) { method in class:OpReorderTest
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 25 MV mv; member in struct:__anon19813
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...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
VectorTest.java 1359 MockVector mv = new MockVector(); local
    [all...]

Completed in 1669 milliseconds

1 2 34 5 6 7