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

  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 686 int dist_array_size,
689 uint32_t* path = dist_array + dist_array_size;
690 uint32_t* cur = dist_array + dist_array_size - 1;
698 *chosen_path_size = (int)(dist_array + dist_array_size - path);
782 const int dist_array_size = xsize * ysize; local
786 (uint32_t*)WebPSafeMalloc(dist_array_size, sizeof(*dist_array));
795 TraceBackwards(dist_array, dist_array_size, &chosen_path, &chosen_path_size);
    [all...]
  /external/webp/src/enc/
backward_references.c 686 int dist_array_size,
689 uint32_t* path = dist_array + dist_array_size;
690 uint32_t* cur = dist_array + dist_array_size - 1;
698 *chosen_path_size = (int)(dist_array + dist_array_size - path);
782 const int dist_array_size = xsize * ysize; local
786 (uint32_t*)WebPSafeMalloc(dist_array_size, sizeof(*dist_array));
795 TraceBackwards(dist_array, dist_array_size, &chosen_path, &chosen_path_size);
    [all...]

Completed in 154 milliseconds