Home | History | Annotate | Download | only in src

Lines Matching defs:mvcost

988     int mvcost;
1094 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy);
1095 d += mvcost;
1103 min_sad = d - mvcost; // for rate control
1119 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy);
1120 d += mvcost;
1128 min_sad = d - mvcost; // for rate control
1159 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy);
1160 d += mvcost;
1172 min_sad = d - mvcost; // for rate control
1280 int mvcost;
1286 mvcost = MV_COST(lambda_motion, mvshift, 0, 0, cmvx, cmvy);
1288 dmin += mvcost;
1305 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy);
1306 d += mvcost;
1313 min_sad = d - mvcost;