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

1 23 4 5 6 7

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymode.h 73 nmv_context_counts mv; member in struct:__anon19783
vp9_mvref_common.c 34 // adding 9 for each intra block, 3 for each zero mv and 1 for each new
118 static void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) {
119 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER,
125 // This function returns either the appropriate sub block or block's mv
132 : candidate->mbmi.mv[which_mv];
136 // Performs mv sign inversion if indicated by the reference frame combination.
140 int_mv mv = mbmi->mv[ref]; local
142 mv.as_mv.row *= -1
    [all...]
vp9_reconinter.c 81 const MV *src_mv,
88 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2,
90 MV32 mv = vp9_scale_mv(&mv_q4, x, y, sf); local
91 const int subpel_x = mv.col & SUBPEL_MASK;
92 const int subpel_y = mv.row & SUBPEL_MASK;
94 src += (mv.row >> SUBPEL_BITS) * src_stride + (mv.col >> SUBPEL_BITS);
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 +
116 // TODO(jkoleszar): yet another mv clamping function :-
162 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 local
266 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 local
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 185 struct match mv; local
186 struct match *m = &mv;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
error_concealment.c 187 new_row = row - bmi->mv.as_mv.row;
188 new_col = col - bmi->mv.as_mv.col;
254 bmi->mv.as_int = 0;
259 col_acc += overlaps[i].overlap * overlaps[i].bmi->mv.as_mv.col;
260 row_acc += overlaps[i].overlap * overlaps[i].bmi->mv.as_mv.row;
266 bmi->mv.as_mv.col = col_acc / overlap_sum;
267 bmi->mv.as_mv.row = row_acc / overlap_sum;
271 bmi->mv.as_mv.col = 0;
272 bmi->mv.as_mv.row = 0;
288 MV * const filtered_mv = &(mi->mbmi.mv.as_mv)
523 int_mv * const mv = &(mi->bmi[row*4 + col].mv); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconinter.c 128 const MV *src_mv,
135 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2,
137 MV32 mv = vp9_scale_mv(&mv_q4, x, y, sf); local
138 const int subpel_x = mv.col & SUBPEL_MASK;
139 const int subpel_y = mv.row & SUBPEL_MASK;
141 src += (mv.row >> SUBPEL_BITS) * src_stride + (mv.col >> SUBPEL_BITS);
163 const MV *src_mv,
170 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2,
172 MV32 mv = vp9_scale_mv(&mv_q4, x, y, sf) local
275 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 local
384 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_temporal_filter.c 45 const MV mv = { mv_row, mv_col }; local
61 &mv,
69 &mv,
77 &mv,
142 const MV_SPEED_FEATURES *const mv_sf = &cpi->sf.mv;
150 MV best_ref_mv1 = {0, 0};
151 MV best_ref_mv1_full; /* full-pixel value of best_ref_mv1 */
152 MV *ref_mv = &x->e_mbd.mi[0].src_mi->bmi[0].as_mv[0].as_mv;
170 // Ignore mv costing by sending NULL pointer instead of cost array
    [all...]
  /external/libhevc/decoder/
ihevcd_inter_pred.c 233 ps_pic_buf_l0 = (pic_buf_t *)((ps_slice_hdr->as_ref_pic_list0[ps_pu->mv.i1_l0_ref_idx].pv_pic_buf));
238 luma_weight_l0 = ps_slice_hdr->s_wt_ofst.i2_luma_weight_l0[ps_pu->mv.i1_l0_ref_idx];
239 chroma_weight_l0_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l0_cb[ps_pu->mv.i1_l0_ref_idx];
240 chroma_weight_l0_cr = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l0_cr[ps_pu->mv.i1_l0_ref_idx];
242 luma_offset_l0 = ps_slice_hdr->s_wt_ofst.i2_luma_offset_l0[ps_pu->mv.i1_l0_ref_idx];
243 chroma_offset_l0_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_offset_l0_cb[ps_pu->mv.i1_l0_ref_idx];
244 chroma_offset_l0_cr = ps_slice_hdr->s_wt_ofst.i2_chroma_offset_l0_cr[ps_pu->mv.i1_l0_ref_idx];
250 ps_pic_buf_l1 = (pic_buf_t *)((ps_slice_hdr->as_ref_pic_list1[ps_pu->mv.i1_l1_ref_idx].pv_pic_buf));
254 luma_weight_l1 = ps_slice_hdr->s_wt_ofst.i2_luma_weight_l1[ps_pu->mv.i1_l1_ref_idx];
255 chroma_weight_l1_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l1_cb[ps_pu->mv.i1_l1_ref_idx]
271 WORD32 mv; local
316 WORD32 mv; local
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 189 new_row = row - bmi->mv.as_mv.row;
190 new_col = col - bmi->mv.as_mv.col;
256 bmi->mv.as_int = 0;
261 col_acc += overlaps[i].overlap * overlaps[i].bmi->mv.as_mv.col;
262 row_acc += overlaps[i].overlap * overlaps[i].bmi->mv.as_mv.row;
268 bmi->mv.as_mv.col = col_acc / overlap_sum;
269 bmi->mv.as_mv.row = row_acc / overlap_sum;
273 bmi->mv.as_mv.col = 0;
274 bmi->mv.as_mv.row = 0;
290 MV * const filtered_mv = &(mi->mbmi.mv.as_mv)
525 int_mv * const mv = &(mi->bmi[row*4 + col].mv); local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 81 const MV *src_mv,
88 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2,
90 MV32 mv = vp9_scale_mv(&mv_q4, x, y, sf); local
91 const int subpel_x = mv.col & SUBPEL_MASK;
92 const int subpel_y = mv.row & SUBPEL_MASK;
94 src += (mv.row >> SUBPEL_BITS) * src_stride + (mv.col >> SUBPEL_BITS);
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 +
116 // TODO(jkoleszar): yet another mv clamping function :-
162 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 local
266 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 44 const MV mv = { mv_row, mv_col }; local
60 &mv,
68 &mv,
76 &mv,
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;
162 // Ignore mv costing by sending NULL pointer instead of cost arrays
171 // Ignore mv costing by sending NULL pointer instead of cost arra
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckClassAdapter.java 203 TraceMethodVisitor mv = new TraceMethodVisitor(); local
207 method.instructions.get(j).accept(mv);
228 pw.print(" " + s + " : " + mv.buf); // mv.text.get(j));
231 ((TryCatchBlockNode) method.tryCatchBlocks.get(j)).accept(mv);
232 pw.print(" " + mv.buf);
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 363 MethodVisitor mv = super.visitMethod(access, name, desc, signature, exceptions); local
364 return new MethodVisitor(Opcodes.ASM4, mv) {
  /frameworks/native/opengl/libagl/
light.cpp 386 const transform_t& mv = c->transforms.modelview.transform; local
387 mv.point4(&mv, &o, &v->obj);
537 transform_t& mv = c->transforms.modelview.transform; local
538 mv.point4(&mv, &light.position, reinterpret_cast<vec4_t const*>(params));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
error_concealment.c 189 new_row = row - bmi->mv.as_mv.row;
190 new_col = col - bmi->mv.as_mv.col;
256 bmi->mv.as_int = 0;
261 col_acc += overlaps[i].overlap * overlaps[i].bmi->mv.as_mv.col;
262 row_acc += overlaps[i].overlap * overlaps[i].bmi->mv.as_mv.row;
268 bmi->mv.as_mv.col = col_acc / overlap_sum;
269 bmi->mv.as_mv.row = row_acc / overlap_sum;
273 bmi->mv.as_mv.col = 0;
274 bmi->mv.as_mv.row = 0;
290 MV * const filtered_mv = &(mi->mbmi.mv.as_mv)
525 int_mv * const mv = &(mi->bmi[row*4 + col].mv); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 44 const MV mv = { mv_row, mv_col }; local
60 &mv,
68 &mv,
76 &mv,
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;
162 // Ignore mv costing by sending NULL pointer instead of cost arrays
171 // Ignore mv costing by sending NULL pointer instead of cost arra
    [all...]
  /ndk/build/core/
definitions-host.mk 94 # Function : host-mv
97 # Usage : $(call host-mv,<src-file>,<dst-file>)
102 host-mv = move /y $(subst /,\,"$1" "$2") > NUL
104 host-mv = mv -f $1 $2
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 133 struct match mv; local
134 struct match *m = &mv;
  /external/chromium_org/chrome/browser/history/
top_sites_impl.cc 812 const MostVisitedURL& mv = top_sites[i]; local
813 GURL canonical_url = cache_->GetCanonicalURL(mv.url);
820 mv.url, it->second.thumbnail.get(), it->second.thumbnail_score);
top_sites_impl_unittest.cc 400 MostVisitedURL mv; local
401 mv.url = url;
402 mv.redirects.push_back(url);
403 list->push_back(mv);
411 MostVisitedURL mv; local
412 mv.url = url;
413 mv.last_forced_time = base::Time::FromJsTime(last_forced_time);
414 mv.redirects.push_back(url);
415 list->push_back(mv);
423 MostVisitedURL mv; local
570 MostVisitedURL mv; local
1184 MostVisitedURL mv; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
postproc.c 959 MV *mv = &bmi->mv.as_mv; local
961 x1 = x0 + 8 + (mv->col >> 3);
962 y1 = y0 + 4 + (mv->row >> 3);
969 x1 = x0 + 8 + (mv->col >> 3);
970 y1 = y0 +12 + (mv->row >> 3);
980 MV *mv = &bmi->mv.as_mv local
1001 MV *mv = &bmi->mv.as_mv; local
1043 MV *mv = &bmi->mv.as_mv; local
1059 MV *mv = &mi->mbmi.mv.as_mv; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
block.h 31 MV mv; member in struct:__anon17705
63 int_mv mv; member in struct:__anon17706::__anon17707
140 unsigned int MVcount [2] [MVvals]; /* (row,col) MV cts this frame */
  /external/chromium_org/third_party/mesa/src/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...]
  /external/libvpx/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...]
  /external/libvpx/libvpx/vp8/encoder/
block.h 31 MV mv; member in struct:__anon8569
63 int_mv mv; member in struct:__anon8570::__anon8571
139 unsigned int MVcount [2] [MVvals]; /* (row,col) MV cts this frame */

Completed in 9220 milliseconds

1 23 4 5 6 7