Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c499 int intrapenalty = 256; in vp9_first_pass() local
618 this_error += intrapenalty; in vp9_first_pass()
705 if (((this_error - intrapenalty) * 9 <= motion_error * 10) && in vp9_first_pass()
706 this_error < 2 * intrapenalty) in vp9_first_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c529 int intrapenalty = 256; in vp8_first_pass() local
624 this_error += intrapenalty; in vp8_first_pass()
707 if( (((this_error-intrapenalty) * 9) <= in vp8_first_pass()
709 (this_error < (2*intrapenalty)) ) in vp8_first_pass()