Home
last modified time | relevance | path

Searched refs:sampleptrs (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c91 int32_t *sampleptrs[MAX_TERMS+2][2]; member
733 samples = s->sampleptrs[depth][0]; in recurse_mono()
734 outsamples = s->sampleptrs[depth + 1][0]; in recurse_mono()
755 memcpy(s->sampleptrs[info->nterms + 1][0], in recurse_mono()
756 s->sampleptrs[depth + 1][0], s->block_samples * 4); in recurse_mono()
802 decorr_mono_buffer(s->sampleptrs[ri][0], s->sampleptrs[ri+1][0], in sort_mono()
811 decorr_mono_buffer(s->sampleptrs[i][0], s->sampleptrs[i+1][0], in sort_mono()
814 bits = log2mono(s->sampleptrs[ in sort_mono()
[all...]

Completed in 3 milliseconds