Searched refs:quadgram_obj (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcompact_lang_det.h103 const cld::CLDTableSummary* quadgram_obj; member in struct:CompactLangDet::DetectionTables
H A Dcldutil.cc561 int cld::DoQuadScoreV3(const cld::CLDTableSummary* quadgram_obj, argument
590 uint32 probs = QuadHashV3Lookup4(quadgram_obj, quadhash);
592 probs = quadgram_obj->kCLDTableInd[probs &
593 ~quadgram_obj->kCLDTableKeyMask];
H A Dcldutil.h1153 int DoQuadScoreV3(const cld::CLDTableSummary* quadgram_obj,
H A Dcompact_lang_det_impl.cc1593 static void ScoreQuadgrams(const cld::CLDTableSummary* quadgram_obj, argument
1613 int len = cld::DoQuadScoreV3(quadgram_obj,
2324 ScoreQuadgrams(tables->quadgram_obj, &scriptspan, &tote_grams[tote_num],

Completed in 50 milliseconds