Searched refs:phrasebook (Results 1 – 7 of 7) sorted by relevance
117 codebook *phrasebook=ci->book_param+info->groupbook; in res_inverse() local119 int partitions_per_word=phrasebook->dim; in res_inverse()161 int temp=vorbis_book_decode(phrasebook,&vd->opb); in res_inverse()234 temp=vorbis_book_decode(phrasebook,&vd->opb); in res_inverse()
4993 static unsigned char phrasebook[] = { variable
953 word = phrasebook[offset] - phrasebook_short; in _getucname()955 word = (word << 8) + phrasebook[offset+1]; in _getucname()958 word = phrasebook[offset++]; in _getucname()
8016 static const unsigned char phrasebook[] = { variable
1121 word = phrasebook[offset] - phrasebook_short; in _getucname()1123 word = (word << 8) + phrasebook[offset+1]; in _getucname()1126 word = phrasebook[offset++]; in _getucname()
660 phrasebook = [0]666 phrasebook_offset[char] = len(phrasebook)670 phrasebook.append(i)673 phrasebook.append((i>>8) + short)674 phrasebook.append(i&255)676 assert getsize(phrasebook) == 1714 Array("phrasebook", phrasebook).dump(fp, trace)
695 phrasebook = [0]701 phrasebook_offset[char] = len(phrasebook)705 phrasebook.append(i)708 phrasebook.append((i>>8) + short)709 phrasebook.append(i&255)711 assert getsize(phrasebook) == 1751 Array("phrasebook", phrasebook).dump(fp, trace)