Lines Matching refs:score
228 int score, score2, iscore, i_len, p_len, block_s, sum, base_bits;
329 score= INT_MAX;
350 if(score > ref_score){
351 score= ref_score;
375 score += (s->lambda2*(get_rac_count(&pc)-base_bits))>>FF_LAMBDA_SHIFT;
415 int vard= score >> 8;
430 if(score2 < score && score2 < iscore)
434 if(iscore < score){
450 return score;
674 * So improving the score of one block is not strictly guaranteed
675 * to improve the score of the whole frame, thus iterative motion
1100 // get previous score (cannot be cached due to OBMC)