OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:meanpowUm
(Results
1 - 4
of
4
) sorted by null
/external/svox/pico/lib/
picokpdf.h
122
picoos_uint8 *
meanpowUm
; /* KPDF_NUMSTREAMS x ceporder values */
picokpdf.c
194
pdfmul->
meanpowUm
= picoos_allocate(common->mm,nummean*sizeof(picoos_uint8));
196
if ((NULL == pdfmul->
meanpowUm
) || (NULL == pdfmul->ivarpow)) {
197
picoos_deallocate(common->mm,(void *) &(pdfmul->
meanpowUm
));
202
/* read
meanpowUm
and convert on the fly */
203
/* meaning of
meanpowUm
becomes: multiply means from pdf stream by 2^
meanpowUm
207
pdfmul->
meanpowUm
[i] = convScaleFactorToBig(this->base[pos++], pdfmul->bigpow);
281
picoos_deallocate(mm,(void *) &(pdfmul->
meanpowUm
));
picocep.c
[
all
...]
picopam.c
[
all
...]
Completed in 1341 milliseconds