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

  /external/opencv3/3rdparty/libwebp/enc/
vp8l.c 187 uint64_t total_length_size = 0; local
200 total_length_size += num_symbols;
208 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size,
215 lengths = (uint8_t*)&codes[total_length_size];
    [all...]
  /external/webp/src/enc/
vp8l.c 428 uint64_t total_length_size = 0; local
444 total_length_size += num_symbols;
452 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size,
457 lengths = (uint8_t*)&codes[total_length_size];
    [all...]

Completed in 64 milliseconds