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

  /external/opencv3/3rdparty/libwebp/enc/
frame.c 199 const int use_new_p = (old_cost > new_cost); local
200 size += VP8BitCost(use_new_p, update_proba);
201 if (use_new_p) { // only use proba that seem meaningful enough.
  /external/webp/src/enc/
frame.c 162 const int use_new_p = (old_cost > new_cost); local
163 size += VP8BitCost(use_new_p, update_proba);
164 if (use_new_p) { // only use proba that seem meaningful enough.

Completed in 86 milliseconds