Searched refs:intrapenalty (Results 1 – 2 of 2) sorted by relevance
489 int intrapenalty = 256; in vp8_first_pass() local581 this_error += intrapenalty; in vp8_first_pass()660 if ((((this_error - intrapenalty) * 9) <= (motion_error * 10)) && in vp8_first_pass()661 (this_error < (2 * intrapenalty))) { in vp8_first_pass()
833 const int intrapenalty = INTRA_MODE_PENALTY; in vp9_first_pass_encode_tile_mb_row() local1021 this_error += intrapenalty; in vp9_first_pass_encode_tile_mb_row()1180 if (((this_error - intrapenalty) * 9 <= motion_error * 10) && in vp9_first_pass_encode_tile_mb_row()1181 (this_error < (2 * intrapenalty))) { in vp9_first_pass_encode_tile_mb_row()