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

  /external/chromium_org/third_party/opus/src/celt/
quant_bands.c 315 opus_uint32 save_bytes; local
326 save_bytes = nintra_bytes-nstart_bytes;
327 if (save_bytes == 0)
328 save_bytes = ALLOC_NONE;
329 ALLOC(intra_bits, save_bytes, unsigned char);
  /external/libopus/celt/
quant_bands.c 315 opus_uint32 save_bytes; local
326 save_bytes = nintra_bytes-nstart_bytes;
327 if (save_bytes == 0)
328 save_bytes = ALLOC_NONE;
329 ALLOC(intra_bits, save_bytes, unsigned char);

Completed in 228 milliseconds