Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_encoder_framing.c526 unsigned i, j, k = 0, k_last = 0; in add_residual_partitioned_rice_() local
537 if(!FLAC__bitwriter_write_rice_signed_block(bw, residual+k_last, k-k_last, rice_parameters[i])) in add_residual_partitioned_rice_()
545 for(j = k_last; j < k; j++) { in add_residual_partitioned_rice_()
550 k_last = k; in add_residual_partitioned_rice_()