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

  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 39 static const uint8_t plane_to_code_lut[128] = { variable
54 return plane_to_code_lut[yoffset * 16 + 8 - xoffset] + 1;
56 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1;
    [all...]
  /external/webp/src/enc/
backward_references.c 39 static const uint8_t plane_to_code_lut[128] = { variable
54 return plane_to_code_lut[yoffset * 16 + 8 - xoffset] + 1;
56 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1;
    [all...]

Completed in 73 milliseconds