Searched refs:nstart_bytes (Results 1 – 2 of 2) sorted by relevance
313 opus_uint32 nstart_bytes; in quant_coarse_energy() local323 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()
1588 int nstart_bytes, nend_bytes, save_bytes; in quant_all_bands() local1614 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()