Home
last modified time | relevance | path

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

/external/aac/libSACenc/src/
Dsacenc_nlc_enc.cpp255 int chunk_levels, i; in calc_pcm_bits() local
289 chunk_levels = 1; in calc_pcm_bits()
291 chunk_levels *= num_levels; in calc_pcm_bits()
294 bits_pcm = (SHORT)(ilog2(chunk_levels) * num_complete_chunks); in calc_pcm_bits()
306 int grp_val = 0, chunk_levels = 0; in apply_pcm_coding() local
345 chunk_levels = 1; in apply_pcm_coding()
347 chunk_levels *= num_levels; in apply_pcm_coding()
348 pcm_chunk_size[i] = ilog2(chunk_levels); in apply_pcm_coding()