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

  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 255 int codes_to_store = CODE_LENGTH_CODES; local
256 for (; codes_to_store > 4; --codes_to_store) {
257 if (code_length_bitdepth[kStorageOrder[codes_to_store - 1]] != 0) {
261 VP8LWriteBits(bw, 4, codes_to_store - 4);
262 for (i = 0; i < codes_to_store; ++i) {
    [all...]
  /external/webp/src/enc/
vp8l.c 255 int codes_to_store = CODE_LENGTH_CODES; local
256 for (; codes_to_store > 4; --codes_to_store) {
257 if (code_length_bitdepth[kStorageOrder[codes_to_store - 1]] != 0) {
261 VP8LWriteBits(bw, 4, codes_to_store - 4);
262 for (i = 0; i < codes_to_store; ++i) {
    [all...]

Completed in 294 milliseconds