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

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c530 int intrapenalty = 256; local
616 /* "intrapenalty" below deals with situations where the intra
625 this_error += intrapenalty;
708 if( (((this_error-intrapenalty) * 9) <=
710 (this_error < (2*intrapenalty)) )
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c517 const int intrapenalty = INTRA_MODE_PENALTY; local
738 this_error += intrapenalty;
886 if (((this_error - intrapenalty) * 9 <= motion_error * 10) &&
887 (this_error < (2 * intrapenalty))) {

Completed in 85 milliseconds