HomeSort by relevance Sort by last modified time
    Searched defs:mv_cost (Results 1 - 7 of 7) sorted by null

  /external/libhevc/encoder/arm/
ihevce_coarse_layer_sad_neon.c 579 S32 mv_cost; local
585 mv_cost = gi2_mvy_range[ABS(mvy)][0] +
588 mv_cost = (mv_cost * lambda + rnd) >> lambda_q_shift;
590 sad_array[0][0] += mv_cost;
591 sad_array[1][0] += mv_cost;
740 S32 mv_cost; local
746 mv_cost = gi2_mvy_range[ABS(mvy)][0] +
750 mv_cost = (mv_cost * lambda + rnd) >> lambda_q_shift
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_diamond_search_sad_avx.c 43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, function
54 (unsigned)mv_cost(diff, x->nmvjointsadcost, x->nmvsadcost) * sad_per_bit,
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 85 static INLINE int mv_cost(const MV *mv, const int *joint_cost, function
96 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7);
105 (int64_t)mv_cost(&diff, mvjcost, mvcost) * error_per_bit,
116 (unsigned)mv_cost(&diff, x->nmvjointsadcost, x->nmvsadcost) * sad_per_bit,
1837 const double mv_cost = local
1858 const double mv_cost = local
2298 double mv_cost; local
2319 double mv_cost; local
2496 const double mv_cost = local
2515 const double mv_cost = local
    [all...]
vp9_encoder.h 297 double mv_cost[3]; member in struct:TplDepStats
vp9_rdopt.c 2395 double mv_cost = 0; local
    [all...]
  /external/libaom/libaom/av1/encoder/
mcomp.c 88 static INLINE int mv_cost(const MV *mv, const int *joint_cost, function
97 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7);
106 (int64_t)mv_cost(&diff, mvjcost, mvcost) * error_per_bit,
117 (unsigned)mv_cost(&diff, x->nmv_vec_cost, x->mv_cost_stack) * sad_per_bit,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 862 int mv_cost; local
880 mv_cost = ((int)(fpstats->new_mv_count / fpstats->count) * 8) << 9;
891 return mv_cost + mode_cost;
    [all...]

Completed in 672 milliseconds