Searched defs:chunk_tote (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcldutil_dbg_empty.cc37 void DbgScoreTop(const char* src, int srclen, Tote* chunk_tote) {}; argument
47 void PrintLang(FILE* f, const Tote* chunk_tote, argument
H A Dcldutil.cc426 int* tote_grams, int gram_limit, Tote* chunk_tote) {
449 ProcessProbV25UniTote(propval, chunk_tote);
490 DbgScoreTop(src, (len * 2) / advance_by, chunk_tote);
504 const char* isrc, int srclen, Tote* chunk_tote) {
541 ProcessProbV25Tote(probs, chunk_tote);
563 int* tote_grams, int gram_limit, Tote* chunk_tote) {
604 ProcessProbV25Tote(probs, chunk_tote);
653 DbgScoreTop(src, (len * 2) / advance_by, chunk_tote);
678 const char* isrc, int srclen, Tote* chunk_tote) {
721 ProcessProbV25Tote(probs, chunk_tote);
424 DoUniScoreV3(const UTF8PropObj* unigram_obj, const char* isrc, int srclen, int advance_by, int* tote_grams, int gram_limit, Tote* chunk_tote) argument
503 DoBigramScoreV3(const cld::CLDTableSummary* bigram_obj, const char* isrc, int srclen, Tote* chunk_tote) argument
561 DoQuadScoreV3(const cld::CLDTableSummary* quadgram_obj, const char* isrc, int srclen, int advance_by, int* tote_grams, int gram_limit, Tote* chunk_tote) argument
677 DoOctaScoreV3(const cld::CLDTableSummary* octagram_obj, const char* isrc, int srclen, Tote* chunk_tote) argument
839 GetReliability(int len, UnicodeLScript lscript, const Tote* chunk_tote) argument
898 DemoteNotTop40(Tote* chunk_tote, int packed_plus_one) argument
[all...]
H A Dcompact_lang_det_impl.cc1306 void ApplyLanguageHints(Tote* chunk_tote, int tote_grams, argument
1312 for (int sub = 0; sub < chunk_tote->MaxSize(); ++sub) {
1314 int lang_sub = chunk_tote->Key(sub);
1315 int new_value = chunk_tote->Value(sub) +
1317 chunk_tote->SetValue(sub, new_value);
1356 Tote* chunk_tote,
1362 ApplyLanguageHints(chunk_tote, tote_grams, lang_hint_boost);
1366 chunk_tote->Sort(2);
1367 Language cur_lang = cld::UnpackLanguage(chunk_tote->Key(0));
1371 chunk_tote
1354 ScoreChunkIntoDoc(const char* src, int srclen, int advance_by, UnicodeLScript lscript, Tote* chunk_tote, ToteWithReliability* doc_tote, int tote_grams, uint8* lang_hint_boost) argument
1488 ScoreChunkIntoDoc2(const char* src, int advance_by, UnicodeLScript lscript, Tote* chunk_tote, ToteWithReliability* doc_tote, int tote_grams, uint8* lang_hint_boost) argument
1512 Tote chunk_tote; local
1526 ScoreUnigrams(const UTF8PropObj* unigram_obj, getone::LangSpan* scriptspan, int* tote_grams, int gram_limit, Tote* chunk_tote, ToteWithReliability* doc_tote, uint8* lang_hint_boost, int advance_by, int flags, int* initial_word_span, Language plus_one) argument
1593 ScoreQuadgrams(const cld::CLDTableSummary* quadgram_obj, getone::LangSpan* scriptspan, int* tote_grams, int gram_limit, Tote* chunk_tote, ToteWithReliability* doc_tote, uint8* lang_hint_boost, int advance_by, int flags, int* initial_word_span, Language plus_one) argument
[all...]

Completed in 92 milliseconds