Home | History | Annotate | Download | only in encoder

Lines Matching refs:best_cost

443     UWORD32 ctb_bits = 0, distortion = 0, curr_cost = 0, best_cost = 0;
700 best_cost = 0xFFFFFFFF;
793 if(curr_cost < best_cost)
795 best_cost = curr_cost;
1035 best_cost = 0xFFFFFFFF;
1174 if(curr_cost < best_cost)
1177 best_cost = curr_cost;