Home
last modified time | relevance | path

Searched refs:iScore (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpickrst.c969 int64_t Score, iScore; in compute_score() local
999 iScore = iQ - 2 * iP; in compute_score()
1001 return Score - iScore; in compute_score()
/external/sqlite/dist/orig/
Dsqlite3.c165004 int iScore = 0; /* Score of this snippet */
165021 iScore++;
165023 iScore += 1000;
165039 *piScore = iScore;
165150 int iScore;
165153 fts3SnippetDetails(&sIter, mCovered, &iPos, &iScore, &mCover,&mHighlite);
165154 assert( iScore>=0 );
165155 if( iScore>iBestScore ){
165159 iBestScore = iScore;
/external/sqlite/dist/
Dsqlite3.c165032 int iScore = 0; /* Score of this snippet */
165049 iScore++;
165051 iScore += 1000;
165067 *piScore = iScore;
165178 int iScore;
165181 fts3SnippetDetails(&sIter, mCovered, &iPos, &iScore, &mCover,&mHighlite);
165182 assert( iScore>=0 );
165183 if( iScore>iBestScore ){
165187 iBestScore = iScore;