Searched refs:intrapenalty (Results 1 – 3 of 3) sorted by relevance
348 const int intrapenalty = INTRA_MODE_PENALTY; in av1_first_pass() local520 this_error += intrapenalty; in av1_first_pass()639 if (((this_error - intrapenalty) * 9 <= motion_error * 10) && in av1_first_pass()640 (this_error < (2 * intrapenalty))) { in av1_first_pass()
493 int intrapenalty = 256; in vp8_first_pass() local585 this_error += intrapenalty; in vp8_first_pass()665 if ((((this_error - intrapenalty) * 9) <= (motion_error * 10)) && in vp8_first_pass()666 (this_error < (2 * intrapenalty))) { in vp8_first_pass()
832 const int intrapenalty = INTRA_MODE_PENALTY; in vp9_first_pass_encode_tile_mb_row() local1019 this_error += intrapenalty; in vp9_first_pass_encode_tile_mb_row()1178 if (((this_error - intrapenalty) * 9 <= motion_error * 10) && in vp9_first_pass_encode_tile_mb_row()1179 (this_error < (2 * intrapenalty))) { in vp9_first_pass_encode_tile_mb_row()