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

  /external/webp/src/dec/
alpha.c 46 const size_t decoded_size = height * width; local
74 ok = (data_size >= decoded_size);
77 decoded_data = (uint8_t*)malloc(decoded_size);
88 unfiltered_data = (uint8_t*)malloc(decoded_size);
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc 1209 int32_t decoded_size = VCD_INSTRUCTION_ERROR; local
    [all...]
  /external/open-vcdiff/src/
vcdecoder.cc 1216 int32_t decoded_size = VCD_INSTRUCTION_ERROR; local
    [all...]

Completed in 264 milliseconds