Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c517 const int intrapenalty = INTRA_MODE_PENALTY; in vp9_first_pass() local
738 this_error += intrapenalty; in vp9_first_pass()
886 if (((this_error - intrapenalty) * 9 <= motion_error * 10) && in vp9_first_pass()
887 (this_error < (2 * intrapenalty))) { in vp9_first_pass()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c530 int intrapenalty = 256; in vp8_first_pass() local
625 this_error += intrapenalty; in vp8_first_pass()
708 if( (((this_error-intrapenalty) * 9) <= in vp8_first_pass()
710 (this_error < (2*intrapenalty)) ) in vp8_first_pass()