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

  /external/opencv3/3rdparty/libwebp/dec/
vp8l.c 29 static const int kCodeLengthLiterals = 16;
203 if (code_len < kCodeLengthLiterals) {
208 const int slot = code_len - kCodeLengthLiterals;
    [all...]
  /external/webp/src/dec/
vp8l.c 28 static const int kCodeLengthLiterals = 16;
282 if (code_len < kCodeLengthLiterals) {
287 const int slot = code_len - kCodeLengthLiterals;
    [all...]

Completed in 266 milliseconds