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

  /external/opencv3/3rdparty/libwebp/enc/
backward_references.c 607 int* const chosen_path_size) {
617 *chosen_path_size = (int)(dist_array + dist_array_size - path);
623 const uint32_t* const chosen_path, int chosen_path_size,
650 for (ix = 0; ix < chosen_path_size; ++ix, ++size) {
705 int chosen_path_size = 0; local
716 TraceBackwards(dist_array, dist_array_size, &chosen_path, &chosen_path_size);
718 xsize, ysize, argb, quality, cache_bits, chosen_path, chosen_path_size,
  /external/webp/src/enc/
backward_references.c 712 int* const chosen_path_size) {
722 *chosen_path_size = (int)(dist_array + dist_array_size - path);
728 const uint16_t* const chosen_path, int chosen_path_size,
747 for (ix = 0; ix < chosen_path_size; ++ix) {
798 int chosen_path_size = 0; local
809 TraceBackwards(dist_array, dist_array_size, &chosen_path, &chosen_path_size);
811 xsize, ysize, argb, quality, cache_bits, chosen_path, chosen_path_size,
    [all...]

Completed in 416 milliseconds