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

  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 373 const int nbitpairs = (nbits == 0) ? 1 : (nbits + 1) / 2; local
374 VP8LWriteBits(bw, 3, nbitpairs - 1);
376 VP8LWriteBits(bw, nbitpairs * 2, trimmed_length - 2);
    [all...]
  /external/webp/src/enc/
vp8l.c 373 const int nbitpairs = (nbits == 0) ? 1 : (nbits + 1) / 2; local
374 VP8LWriteBits(bw, 3, nbitpairs - 1);
376 VP8LWriteBits(bw, nbitpairs * 2, trimmed_length - 2);
    [all...]

Completed in 829 milliseconds