Searched refs:MV (Results 101 - 125 of 135) sorted by path

123456

/external/libvpx/libvpx/vp9/common/
H A Dvp9_mv.h25 } MV; typedef in typeref:struct:mv
29 MV as_mv;
37 static INLINE void clamp_mv(MV *mv, int min_col, int max_col,
H A Dvp9_mvref_common.c118 static void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) {
295 static void lower_mv_precision(MV *mv, int allow_hp) {
H A Dvp9_mvref_common.h25 static INLINE void clamp_mv2(MV *mv, const MACROBLOCKD *xd) {
H A Dvp9_postproc.c750 MV *mv = &bmi->mv.as_mv;
770 MV *mv = &bmi->mv.as_mv;
790 MV *mv = &bmi->mv.as_mv;
830 MV *mv = &bmi->mv.as_mv;
844 MV *mv = &mi->mbmi.mv.as_mv;
H A Dvp9_reconinter.c81 const MV *src_mv,
88 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2,
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 +
117 MV clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv,
119 // If the MV points so far into the UMV border that no visible pixels
120 // are used for reconstruction, the subpel part of the MV can be
121 // discarded and the MV limited to 16 pixels with equivalent results.
126 MV clamped_m
[all...]
H A Dvp9_reconinter.h35 const MV *mv_q3,
H A Dvp9_scale.c44 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) {
H A Dvp9_scale.h37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c237 static INLINE void read_mv(vp9_reader *r, MV *mv, const MV *ref,
243 MV diff = {0, 0};
360 static INLINE int is_mv_valid(const MV *mv) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h25 MV mv;
H A Dvp9_encodemv.c203 const MV* mv, const MV* ref,
205 const MV diff = {mv->row - ref->row,
237 const MV *ref = &mbmi->ref_mvs[mbmi->ref_frame[i]][0].as_mv;
238 const MV diff = {mvs[i].as_mv.row - ref->row,
H A Dvp9_encodemv.h25 void vp9_encode_mv(VP9_COMP *cpi, vp9_writer* w, const MV* mv, const MV* ref,
H A Dvp9_firstpass.c392 const MV *ref_mv, MV *best_mv,
395 MV tmp_mv = {0, 0};
396 MV ref_mv_full = {ref_mv->row >> 3, ref_mv->col >> 3};
506 const MV zero_mv = {0, 0};
H A Dvp9_mbgraph.c25 const MV *ref_mv,
26 MV *dst_mv,
37 MV ref_full;
87 // Try zero MV first
88 // FIXME should really use something like near/nearest MV and/or MV prediction
126 // Try zero MV first
127 // FIXME should really use something like near/nearest MV and/or MV prediction
200 // Golden frame MV searc
[all...]
H A Dvp9_mcomp.c27 const MV *mv) {
31 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv) {
42 // Get intersection of UMV window and valid MV window to reduce # of checks
68 static INLINE int mv_cost(const MV *mv,
74 int vp9_mv_bit_cost(const MV *mv, const MV *ref,
76 const MV diff = { mv->row - ref->row,
81 static int mv_err_cost(const MV *mv, const MV *ref,
85 const MV dif
[all...]
H A Dvp9_mcomp.h35 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,
45 const MV *best_mv, const MV *center_mv,
57 MV *mvp_ful
[all...]
H A Dvp9_pickmode.c38 MV mvp_full;
40 const MV ref_mv = mbmi->ref_mvs[ref][0].as_mv;
142 MV *tmp_mv) {
147 MV ref_mv = mbmi->ref_mvs[ref][0].as_mv;
H A Dvp9_rdopt.c1639 static INLINE int mv_check_bounds(const MACROBLOCK *x, const MV *mv) {
1669 static INLINE int mv_has_subpel(const MV *mv) {
1800 MV mvp_full;
1810 // use previous block's result as next block's MV predictor.
2381 MV mvp_full;
2383 MV ref_mv = mbmi->ref_mvs[ref][0].as_mv;
2393 MV pred_mv[3];
H A Dvp9_temporal_filter.c44 const MV mv = { mv_row, mv_col };
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;
/external/linux-tools-perf/perf-3.12.0/arch/c6x/lib/
H A Dmemcpy_64plus.S19 || MV .D1 A4,A3
/external/llvm/
H A Dconfigure738 MV
6112 case $MV in
6114 ac_cv_path_MV="$MV" # Let the user override the test with a path.
6136 MV=$ac_cv_path_MV
6137 if test -n "$MV"; then
6138 { echo "$as_me:$LINENO: result: $MV" >&5
6139 echo "${ECHO_T}$MV" >&6; }
20291 MV!$MV$ac_delim
/external/llvm/lib/IR/
H A DInstructions.cpp1591 if (const ConstantVector *MV = dyn_cast<ConstantVector>(Mask)) {
1593 for (Value *Op : MV->operands()) {
/external/llvm/unittests/ADT/
H A DMapVectorTest.cpp17 MapVector<int, int> MV; local
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[
[all...]
/external/openfst/
H A Dconfigure5145 : ${MV="mv -f"}
H A Dltmain.sh142 : ${MV="mv -f"}
1465 $MV "${write_libobj}T" "${write_libobj}"
2226 func_show_eval '$MV "$output_obj" "$lobj"' \
2275 func_show_eval '$MV "$output_obj" "$obj"' \
3308 eval '$MV "$nlist"T "$nlist"'
3315 eval '$MV "$nlist"T "$nlist"'
3336 eval '$MV "$nlist"T "$nlist"'
3405 $MV "$nlist"T "$nlist"
4075 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
4077 $MV \"\
[all...]

Completed in 477 milliseconds

123456