HomeSort by relevance Sort by last modified time
    Searched defs:phrasebook (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodename_db.h 4993 static unsigned char phrasebook[] = { variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodename_db.h 4993 static unsigned char phrasebook[] = { variable
    [all...]
  /external/python/cpython2/Modules/
unicodename_db.h 4993 static unsigned char phrasebook[] = { variable
    [all...]
  /external/tremolo/Tremolo/
res012.c 117 codebook *phrasebook=ci->book_param+info->groupbook; local
119 int partitions_per_word=phrasebook->dim;
161 int temp=vorbis_book_decode(phrasebook,&vd->opb);
234 temp=vorbis_book_decode(phrasebook,&vd->opb);
  /external/libvorbis/lib/
res0.c 47 codebook *phrasebook; member in struct:__anon24532
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 931 milliseconds