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

1 2 3 4 5

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodemv.h 23 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]);
mcomp.h 40 extern int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight);
56 int *mvcost[2],
62 int error_per_bit, const vp8_variance_fn_ptr_t *vfp, int *mvcost[2],
79 int *mvcost[2],
92 int *mvcost[2],
107 int *mvcost[2],
encodemv.c 138 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2])
150 mvcost [0] [0] = cost_mvcomponent(0, &mvc[0]);
156 mvcost [0] [i] = cost0 + vp8_cost_zero(mvc[0].prob[MVPsign]);
157 mvcost [0] [-i] = cost0 + vp8_cost_one(mvc[0].prob[MVPsign]);
166 mvcost [1] [0] = cost_mvcomponent(0, &mvc[1]);
172 mvcost [1] [i] = cost1 + vp8_cost_zero(mvc[1].prob[MVPsign]);
173 mvcost [1] [-i] = cost1 + vp8_cost_one(mvc[1].prob[MVPsign]);
375 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);
mcomp.c 27 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight)
36 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] + mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) * Weight) >> 7;
39 static int mv_err_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int error_per_bit)
41 /* Ignore mv costing if mvcost is NULL */
42 if (mvcost)
43 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] +
44 mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1])
191 #define MVC(r,c) (mvcost ? ((mvcost[0][(r)-rr] + mvcost[1][(c) - rc]) * error_per_bit + 128 )>>8 : 0
    [all...]
block.h 100 int *mvcost[2]; member in struct:macroblock
  /external/libvpx/libvpx/vp8/encoder/
encodemv.h 23 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]);
mcomp.h 40 extern int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight);
56 int *mvcost[2],
62 int error_per_bit, const vp8_variance_fn_ptr_t *vfp, int *mvcost[2],
79 int *mvcost[2],
92 int *mvcost[2],
107 int *mvcost[2],
encodemv.c 138 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2])
150 mvcost [0] [0] = cost_mvcomponent(0, &mvc[0]);
156 mvcost [0] [i] = cost0 + vp8_cost_zero(mvc[0].prob[MVPsign]);
157 mvcost [0] [-i] = cost0 + vp8_cost_one(mvc[0].prob[MVPsign]);
166 mvcost [1] [0] = cost_mvcomponent(0, &mvc[1]);
172 mvcost [1] [i] = cost1 + vp8_cost_zero(mvc[1].prob[MVPsign]);
173 mvcost [1] [-i] = cost1 + vp8_cost_one(mvc[1].prob[MVPsign]);
375 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);
mcomp.c 26 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight)
35 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] + mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) * Weight) >> 7;
38 static int mv_err_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int error_per_bit)
40 /* Ignore mv costing if mvcost is NULL */
41 if (mvcost)
42 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] +
43 mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1])
190 #define MVC(r,c) (mvcost ? ((mvcost[0][(r)-rr] + mvcost[1][(c) - rc]) * error_per_bit + 128 )>>8 : 0
    [all...]
block.h 100 int *mvcost[2]; member in struct:macroblock
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemv.h 23 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]);
mcomp.h 40 extern int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight);
56 int *mvcost[2],
62 int error_per_bit, const vp8_variance_fn_ptr_t *vfp, int *mvcost[2],
79 int *mvcost[2],
92 int *mvcost[2],
107 int *mvcost[2],
encodemv.c 138 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2])
150 mvcost [0] [0] = cost_mvcomponent(0, &mvc[0]);
156 mvcost [0] [i] = cost0 + vp8_cost_zero(mvc[0].prob[MVPsign]);
157 mvcost [0] [-i] = cost0 + vp8_cost_one(mvc[0].prob[MVPsign]);
166 mvcost [1] [0] = cost_mvcomponent(0, &mvc[1]);
172 mvcost [1] [i] = cost1 + vp8_cost_zero(mvc[1].prob[MVPsign]);
173 mvcost [1] [-i] = cost1 + vp8_cost_one(mvc[1].prob[MVPsign]);
375 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);
mcomp.c 26 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight)
35 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] + mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) * Weight) >> 7;
38 static int mv_err_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int error_per_bit)
40 /* Ignore mv costing if mvcost is NULL */
41 if (mvcost)
42 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] +
43 mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1])
190 #define MVC(r,c) (mvcost ? ((mvcost[0][(r)-rr] + mvcost[1][(c) - rc]) * error_per_bit + 128 )>>8 : 0
    [all...]
block.h 100 int *mvcost[2]; member in struct:macroblock
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h 37 const int *mvjcost, int *mvcost[2], int weight);
88 int *mvcost[2],
102 int *mvjcost, int *mvcost[2],
113 int *mvjcost, int *mvcost[2],
120 int *mvjcost, int *mvcost[2],
128 int *mvjcost, int *mvcost[2],
135 int *mvjcost, int *mvcost[2],
vp9_encodemv.h 28 void vp9_build_nmv_cost_table(int *mvjoint, int *mvcost[2],
vp9_encodemv.c 74 static void build_nmv_component_cost_table(int *mvcost,
102 mvcost[0] = 0;
131 mvcost[v] = cost + sign_cost[0];
132 mvcost[-v] = cost + sign_cost[1];
225 void vp9_build_nmv_cost_table(int *mvjoint, int *mvcost[2],
228 build_nmv_component_cost_table(mvcost[0], &ctx->comps[0], usehp);
229 build_nmv_component_cost_table(mvcost[1], &ctx->comps[1], usehp);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.h 37 const int *mvjcost, int *mvcost[2], int weight);
88 int *mvcost[2],
102 int *mvjcost, int *mvcost[2],
113 int *mvjcost, int *mvcost[2],
120 int *mvjcost, int *mvcost[2],
128 int *mvjcost, int *mvcost[2],
135 int *mvjcost, int *mvcost[2],
vp9_encodemv.h 28 void vp9_build_nmv_cost_table(int *mvjoint, int *mvcost[2],
vp9_encodemv.c 74 static void build_nmv_component_cost_table(int *mvcost,
102 mvcost[0] = 0;
131 mvcost[v] = cost + sign_cost[0];
132 mvcost[-v] = cost + sign_cost[1];
225 void vp9_build_nmv_cost_table(int *mvjoint, int *mvcost[2],
228 build_nmv_component_cost_table(mvcost[0], &ctx->comps[0], usehp);
229 build_nmv_component_cost_table(mvcost[1], &ctx->comps[1], usehp);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemv.h 28 void vp9_build_nmv_cost_table(int *mvjoint, int *mvcost[2],
vp9_mcomp.h 51 const int *mvjcost, int *mvcost[2], int weight);
102 int *mvcost[2],
116 int *mvjcost, int *mvcost[2],
vp9_encodemv.c 74 static void build_nmv_component_cost_table(int *mvcost,
102 mvcost[0] = 0;
131 mvcost[v] = cost + sign_cost[0];
132 mvcost[-v] = cost + sign_cost[1];
225 void vp9_build_nmv_cost_table(int *mvjoint, int *mvcost[2],
228 build_nmv_component_cost_table(mvcost[0], &ctx->comps[0], usehp);
229 build_nmv_component_cost_table(mvcost[1], &ctx->comps[1], usehp);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 63 int mvcost; local
86 mvcost = MV_COST_S(lambda_motion, mot->x, mot->y, cmvx, cmvy);
88 dmin += mvcost;
95 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy);
96 d += mvcost;
102 satd_min = d - mvcost;
119 mvcost = MV_COST_S(lambda_motion, mot->x + xq[q], mot->y + yq[q], cmvx, cmvy);
120 d += mvcost;
125 satd_min = d - mvcost;

Completed in 416 milliseconds

1 2 3 4 5