Home
last modified time | relevance | path

Searched refs:save_bytes (Results 1 – 2 of 2) sorted by relevance

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