Home
last modified time | relevance | path

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

/external/libopus/celt/
Dquant_bands.c313 opus_uint32 nstart_bytes; in quant_coarse_energy() local
323 nstart_bytes = ec_range_bytes(&enc_start_state); in quant_coarse_energy()
325 intra_buf = ec_get_buffer(&enc_intra_state) + nstart_bytes; in quant_coarse_energy()
326 save_bytes = nintra_bytes-nstart_bytes; in quant_coarse_energy()
331 OPUS_COPY(intra_bits, intra_buf, nintra_bytes - nstart_bytes); in quant_coarse_energy()
342 OPUS_COPY(intra_buf, intra_bits, nintra_bytes - nstart_bytes); in quant_coarse_energy()
Dbands.c1588 int nstart_bytes, nend_bytes, save_bytes; in quant_all_bands() local
1614 nstart_bytes = ec_save.offs; in quant_all_bands()
1616 bytes_buf = ec_save.buf+nstart_bytes; in quant_all_bands()
1617 save_bytes = nend_bytes-nstart_bytes; in quant_all_bands()