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

  /external/libavc/encoder/
ime.c 129 WORD32 i4_sad[4]; local
170 i4_sad);
172 DEBUG_SAD_HISTOGRAM_ADD(i4_sad[0], 2);
173 DEBUG_SAD_HISTOGRAM_ADD(i4_sad[1], 2);
174 DEBUG_SAD_HISTOGRAM_ADD(i4_sad[2], 2);
175 DEBUG_SAD_HISTOGRAM_ADD(i4_sad[3], 2);
178 i4_cost[0] = i4_sad[0] + u4_lambda_motion * ( pu1_mv_bits[ ((i2_mvx - 1) << 2) - ps_mb_part->s_mv_pred.i2_mvx]
180 i4_cost[1] = i4_sad[1] + u4_lambda_motion * ( pu1_mv_bits[ ((i2_mvx + 1) << 2) - ps_mb_part->s_mv_pred.i2_mvx]
182 i4_cost[2] = i4_sad[2] + u4_lambda_motion * ( pu1_mv_bits[ (i2_mvx << 2) - ps_mb_part->s_mv_pred.i2_mvx]
184 i4_cost[3] = i4_sad[3] + u4_lambda_motion * ( pu1_mv_bits[ (i2_mvx << 2) - ps_mb_part->s_mv_pred.i2_mvx
    [all...]
ime_distortion_metrics.c 463 WORD32 i4_sad = 0; local
472 USADA8(pu1_src, pu1_est, i4_sad);
476 USADA8(pu1_src, pu1_est, i4_sad);
480 USADA8(pu1_src, pu1_est, i4_sad);
484 USADA8(pu1_src, pu1_est, i4_sad);
489 if(i4_max_sad < i4_sad)
494 *pi4_mb_distortion = i4_sad;
501 *pi4_mb_distortion = i4_sad;
545 WORD32 i4_sad = 0; local
554 USADA8(pu1_src, pu1_est, i4_sad);
618 WORD32 i4_sad = 0; local
686 WORD32 i4_sad = 0; local
750 WORD32 i4_sad = 0; local
824 WORD32 i4_sad = 0; local
    [all...]
ih264e_intra_modes_eval.c 1738 WORD32 i4_sad[MAX_I4x4] = {INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, local
    [all...]
  /external/libhevc/encoder/arm/
ihevce_subpel_neon.c 431 S32 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff); local
432 S32 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost);
ihevce_me_neon.c 554 S32 i4_sad, i4_tot_cost; local
565 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff);
566 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost);
645 S32 i4_sad = CLIP3(pi4_sad_grid[part_id], 0, 0x7fff); local
646 S32 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost);
  /external/libavc/encoder/x86/
ime_distortion_metrics_sse42.c 353 WORD32 i4_sad; local
407 i4_sad = val1 + val2;
408 if (i4_max_sad < i4_sad)
410 *pi4_mb_distortion = i4_sad;
508 WORD32 i4_sad; local
563 i4_sad = val1 + val2;
564 *pi4_mb_distortion = (i4_sad<<1);
    [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 1058 S32 i4_sad = ps_pu_node1->i4_tot_cost - ps_pu_node1->i4_mv_cost; local
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
3855 S32 i4_sad; local
    [all...]
ihevce_me_common_defs.h 586 WORD32 i4_sad; member in struct:__anon28685
hme_defs.h 1134 S32 i4_sad; member in struct:__anon28435
1277 S32 i4_sad; member in struct:ctb_node_t
    [all...]
ihevce_enc_loop_structs.h 1312 WORD32 i4_sad; member in struct:__anon28569
    [all...]

Completed in 210 milliseconds