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

  /external/libhevc/encoder/
ihevce_had_satd.c 977 WORD32 cost_child = 0, cost_parent = 0; local
996 cost_child = ihevce_had4_4x4(
1007 cost_child += ((4) * lambda) >> (lambda_q_shift + 1);
1011 if((cost_child < cost_parent) || (i4_max_tr_size < u1_cur_tr_size))
1013 //cost_child -= ((4) * lambda) >> (lambda_q_shift + 1);
1015 best_cost = cost_child;
1019 pi4_8x8_hsad[0] = cost_child;
1237 WORD32 cost_parent = 0, cost_child = 0; local
1551 WORD32 cost_child = 0, cost_parent = 0; local
    [all...]
  /external/libhevc/encoder/arm/
ihevce_had_compute_neon.c 818 WORD32 cost_child, cost_parent; local
855 cost_child = hadamard_sad4x4_4(a, pi4_4x4_hsad, num_4x4_in_row);
857 cost_child += ((4) * lambda) >> (lambda_q_shift + 1);
866 if((cost_child < cost_parent) || (i4_max_tr_size < u1_cur_tr_size))
869 best_cost = cost_child;
873 pi4_8x8_hsad[0] = cost_child;
1006 WORD32 cost_parent, cost_child = 0; local
    [all...]

Completed in 49 milliseconds