OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phrasebook
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
res012.c
108
codebook *
phrasebook
=ci->book_param+info->groupbook;
local
110
int partitions_per_word=
phrasebook
->dim;
149
int temp=vorbis_book_decode(
phrasebook
,&vd->opb);
213
temp=vorbis_book_decode(
phrasebook
,&vd->opb);
/external/libvorbis/lib/
res0.c
47
codebook *
phrasebook
;
member in struct:__anon21130
243
/* verify the
phrasebook
is not specifying an impossible or
245
/* modify the
phrasebook
ranging check from r16327; an early beta
246
encoder had a bug where it used an oversized
phrasebook
by
280
look->
phrasebook
=ci->fullbooks+info->groupbook;
281
dim=look->
phrasebook
->dim;
553
int partitions_per_word=look->
phrasebook
->dim;
591
if(val<look->
phrasebook
->entries)
592
look->phrasebits+=vorbis_book_encode(look->
phrasebook
,val,opb);
667
int partitions_per_word=look->
phrasebook
->dim
[
all
...]
Completed in 51 milliseconds