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

  /external/webp/src/enc/
backward_references.c 563 VP8LBackwardRefs* const refs, uint32_t* const dist_array) {
596 dist_array[0] = 0;
624 dist_array[i + k] = k + 1;
667 dist_array[i] = 1; // only one is inserted.
682 // We pack the path at the end of *dist_array and return
684 // dist_array = [1x2xx3x2] => packed [1x2x1232], chosen_path = [1232]
685 static void TraceBackwards(uint32_t* const dist_array,
689 uint32_t* path = dist_array + dist_array_size;
690 uint32_t* cur = dist_array + dist_array_size - 1;
691 while (cur >= dist_array) {
785 uint32_t* dist_array = local
    [all...]

Completed in 46 milliseconds