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

  /external/libhevc/encoder/arm/
ihevce_subpel_neon.c 430 S32 i4_mv_cost = refine_ctxt->i2_mv_cost[0][id]; local
432 S32 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost);
438 refine_ctxt->i2_mv_cost[0][id] = i4_mv_cost;
ihevce_me_neon.c 489 S32 i4_mv_cost; local
543 i4_mv_cost = hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + (mvdy1 > 0) +
546 i4_mv_cost *= lambda;
547 i4_mv_cost += rnd;
548 i4_mv_cost >>= lambda_q_shift;
550 i4_mv_cost = CLIP_U16(i4_mv_cost);
566 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost);
573 refine_ctxt->i2_mv_cost[0][id] = i4_mv_cost;
644 S32 i4_mv_cost = refine_ctxt->i2_mv_cost[0][id] local
    [all...]
  /external/libhevc/encoder/
hme_err_compute.c 1454 S32 i4_tot_cost, i4_mv_cost, i4_sad, id; local
1567 S32 i4_tot_cost, i4_mv_cost, i4_sad, id; local
1698 S32 i4_tot_cost, i4_mv_cost, i4_sad, id; local
1869 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; local
1943 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; local
2187 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; local
2415 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; local
2639 S32 i4_sad, i4_mv_cost, i4_tot_cost; local
2963 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; local
3215 S32 i4_sad, i4_mv_cost, i4_tot_cost; local
3499 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; local
    [all...]
hme_subpel.c 1407 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; local
1570 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; local
    [all...]
ihevce_me_common_defs.h 520 WORD32 i4_mv_cost; member in struct:__anon28683
hme_refine.c 928 WORD32 i4_mv_cost; local
    [all...]
hme_defs.h 1140 S32 i4_mv_cost; member in struct:__anon28435
1279 S32 i4_mv_cost; member in struct:ctb_node_t
    [all...]
ihevce_enc_loop_structs.h 1314 WORD32 i4_mv_cost; member in struct:__anon28569
    [all...]

Completed in 575 milliseconds