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

  /external/opencv3/3rdparty/libwebp/dec/
frame.c 532 static const int kScan[16] = {
620 uint8_t* const dst = y_dst + kScan[n];
633 uint8_t* const dst = y_dst + kScan[n];
  /external/webp/src/dec/
frame.c 21 static const int kScan[16] = {
145 uint8_t* const dst = y_dst + kScan[n];
154 DoTransform(bits, coeffs + n * 16, y_dst + kScan[n]);

Completed in 36 milliseconds