Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.c348 const int intrapenalty = INTRA_MODE_PENALTY; in av1_first_pass() local
520 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()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c493 int intrapenalty = 256; in vp8_first_pass() local
585 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c832 const int intrapenalty = INTRA_MODE_PENALTY; in vp9_first_pass_encode_tile_mb_row() local
1019 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()