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

  /external/chromium_org/third_party/libwebp/dec/
frame.c 658 static const int kScan[16] = {
778 uint8_t* const dst = y_dst + kScan[n];
788 DoTransform(bits, coeffs + n * 16, y_dst + kScan[n]);
  /external/webp/src/dec/
frame.c 658 static const int kScan[16] = {
778 uint8_t* const dst = y_dst + kScan[n];
788 DoTransform(bits, coeffs + n * 16, y_dst + kScan[n]);

Completed in 58 milliseconds