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

  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 210 const int repeat_offset = kCodeLengthRepeatOffsets[slot]; local
211 int repeat = VP8LReadBits(br, extra_bits) + repeat_offset;
    [all...]
  /external/webp/src/dec/
vp8l.c 210 const int repeat_offset = kCodeLengthRepeatOffsets[slot]; local
211 int repeat = VP8LReadBits(br, extra_bits) + repeat_offset;
    [all...]

Completed in 76 milliseconds