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

  /external/webp/src/enc/
backward_references.c 565 uint16_t* const dist_array) {
582 dist_array[idx] = 1; // only one is inserted.
589 VP8LBackwardRefs* const refs, uint16_t* const dist_array) {
625 dist_array[0] = 0;
629 0, use_color_cache, 0.0, cost, dist_array);
646 dist_array[i + k] = k + 1;
683 dist_array[i + 1] = 2;
689 dist_array);
696 dist_array);
706 // We pack the path at the end of *dist_array and retur
799 uint16_t* dist_array = local
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
backward_references.c 476 int quality, int cache_bits, uint32_t* const dist_array) {
512 dist_array[0] = 0;
542 dist_array[i + k] = k + 1;
584 dist_array[i] = 1; // only one is inserted.
601 // We pack the path at the end of *dist_array and return
603 // dist_array = [1x2xx3x2] => packed [1x2x1232], chosen_path = [1232]
604 static void TraceBackwards(uint32_t* const dist_array,
608 uint32_t* path = dist_array + dist_array_size;
609 uint32_t* cur = dist_array + dist_array_size - 1;
610 while (cur >= dist_array) {
706 uint32_t* dist_array = local
    [all...]

Completed in 844 milliseconds