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

1 2 3

  /external/libvpx/libvpx/vp8/common/
mv.h 20 } MV;
25 MV as_mv;
postproc.c 960 MV *mv = &bmi->mv.as_mv; local
962 x1 = x0 + 8 + (mv->col >> 3);
963 y1 = y0 + 4 + (mv->row >> 3);
970 x1 = x0 + 8 + (mv->col >> 3);
971 y1 = y0 +12 + (mv->row >> 3);
981 MV *mv = &bmi->mv.as_mv local
1002 MV *mv = &bmi->mv.as_mv; local
1044 MV *mv = &bmi->mv.as_mv; local
1060 MV *mv = &mi->mbmi.mv.as_mv; local
    [all...]
  /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...]
  /external/libvpx/libvpx/vp8/encoder/
encodemv.h 18 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
block.h 24 MV mv; member in struct:__anon10977
56 int_mv mv; member in struct:__anon10978::__anon10979
132 unsigned int MVcount [2] [MVvals]; /* (row,col) MV cts this frame */
encodemv.c 68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc)
73 if (abs(mv->row >> 1) > max_mv_r)
76 max_mv_r = abs(mv->row >> 1);
77 fprintf(f, "New Mv Row Max %6d\n", (mv->row >> 1));
79 if ((abs(mv->row) / 2) != max_mv_r)
80 fprintf(f, "MV Row conversion error %6d\n", abs(mv->row) / 2);
85 if (abs(mv->col >> 1) > max_mv_c
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
ec_types.h 47 MV mv; member in struct:__anon10974
  /external/elfutils/src/
make-debug-archive.in 21 MV=/bin/mv
130 $sudo $MV -f "$new_archive" "$archive"
  /external/e2fsprogs/lib/
Makefile.bsd-lib 26 $(MV) pic/$(BSD_LIB) .
Makefile.darwin-lib 28 $(Q) $(MV) pic/$(BSD_LIB) .
Makefile.solaris-lib 29 $(Q) $(MV) elfshared/$(ELF_LIB) .
Makefile.elf-lib 29 $(Q) $(MV) elfshared/$(ELF_LIB) .
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_FindMVpred_s.s 66 M_ALLOC4 MV, 4
76 M_ADR CandMV, MV
154 ;// out the candidate MV if neccesary
168 ;// Store the candidate MV's into the pDstMVPredME,
178 ; Find the median of the 3 candidate MV's
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_FindMVpred_s.s 66 M_ALLOC4 MV, 4
76 M_ADR CandMV, MV
154 ;// out the candidate MV if neccesary
168 ;// Store the candidate MV's into the pDstMVPredME,
178 ; Find the median of the 3 candidate MV's
  /hardware/ti/omap4xxx/domx/make/
start.mk 82 MV = mv $(1) $(2)
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 107 if (Optional<loc::MemRegionVal> MV = elementV.getAs<loc::MemRegionVal>())
109 dyn_cast<TypedValueRegion>(MV->getRegion())) {
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.good 136 MV = mv -f
mac-mf.inp 136 MV = mv -f
  /external/e2fsprogs/lib/ss/
Makefile.in 115 $(MV) -f y.tab.c ct.tab.c
116 $(MV) -f y.tab.h ct.tab.h
  /external/libmtp/
ltmain.sh 125 : ${MV="mv -f"}
1096 $MV "${write_libobj}T" "${write_libobj}"
    [all...]
  /external/libogg/
ltmain.sh 125 : ${MV="mv -f"}
1096 $MV "${write_libobj}T" "${write_libobj}"
    [all...]
  /external/libpng/
ltmain.sh 125 : ${MV="mv -f"}
1096 $MV "${write_libobj}T" "${write_libobj}"
    [all...]
  /external/libusb/
ltmain.sh 125 : ${MV="mv -f"}
1096 $MV "${write_libobj}T" "${write_libobj}"
    [all...]
  /external/libusb-compat/
ltmain.sh 125 : ${MV="mv -f"}
1103 $MV "${write_libobj}T" "${write_libobj}"
    [all...]
  /external/libvorbis/
ltmain.sh 125 : ${MV="mv -f"}
1096 $MV "${write_libobj}T" "${write_libobj}"
    [all...]

Completed in 960 milliseconds

1 2 3