Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dres012.c120 int partwords=(partvals+partitions_per_word-1)/partitions_per_word; in res_inverse() local
131 partword[j]=(char *)alloca(partwords*partitions_per_word* in res_inverse()
193 int partwords=(partvals+partitions_per_word-1)/partitions_per_word; in res_inverse() local
196 (char *)alloca(partwords*partitions_per_word*sizeof(*partword)); in res_inverse()
/external/libvorbis/lib/
Dres0.c674 int partwords=(partvals+partitions_per_word-1)/partitions_per_word; in _01inverse() local
678 partword[j]=_vorbis_block_alloc(vb,partwords*sizeof(*partword[j])); in _01inverse()
819 int partwords=(partvals+partitions_per_word-1)/partitions_per_word; in res2_inverse() local
820 int **partword=_vorbis_block_alloc(vb,partwords*sizeof(*partword)); in res2_inverse()