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

  /external/libhevc/encoder/
hme_fullpel.c 153 if(ps_fullpel_refine_ctxt->i2_tot_cost[0][i4_i] >
154 ps_fullpel_refine_ctxt->i2_tot_cost[1][i4_i])
156 i2_temp_tot_cost = ps_fullpel_refine_ctxt->i2_tot_cost[0][i4_i];
164 ps_fullpel_refine_ctxt->i2_tot_cost[0][i4_i] =
165 ps_fullpel_refine_ctxt->i2_tot_cost[1][i4_i];
177 ps_fullpel_refine_ctxt->i2_tot_cost[1][i4_i] = i2_temp_tot_cost;
hme_subpel.c     [all...]
hme_err_compute.c     [all...]
hme_defs.h 1858 MEM_ALIGN16 WORD16 i2_tot_cost[2][TOT_NUM_PARTS + 7]; member in struct:__anon28451
    [all...]
hme_refine.c     [all...]
  /external/libhevc/encoder/arm/
ihevce_me_neon.c 568 best_node_cost = CLIP_S16(refine_ctxt->i2_tot_cost[0][id]);
572 refine_ctxt->i2_tot_cost[0][id] = i4_tot_cost;
590 if(refine_ctxt->i2_tot_cost[0][part_id] >= MAX_SIGNED_16BIT_VAL)
598 if(refine_ctxt->i2_tot_cost[1][part_id] >= MAX_SIGNED_16BIT_VAL)
647 S32 best_node_cost = CLIP_S16(refine_ctxt->i2_tot_cost[0][id]);
651 refine_ctxt->i2_tot_cost[0][id] = i4_tot_cost;
661 if(refine_ctxt->i2_tot_cost[0][i] >= MAX_SIGNED_16BIT_VAL)
ihevce_subpel_neon.c 433 S32 best_node_cost = CLIP_S16(refine_ctxt->i2_tot_cost[0][id]);
437 refine_ctxt->i2_tot_cost[0][id] = i4_tot_cost;

Completed in 56 milliseconds