OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intrapenalty
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
529
int
intrapenalty
= 256;
local
615
/* "
intrapenalty
" below deals with situations where the intra
624
this_error +=
intrapenalty
;
707
if( (((this_error-
intrapenalty
) * 9) <=
709
(this_error < (2*
intrapenalty
)) )
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
508
int
intrapenalty
= 256;
local
617
//
intrapenalty
below deals with situations where the intra and inter
624
this_error +=
intrapenalty
;
715
if ((((this_error -
intrapenalty
) * 9) <=
717
(this_error < (2 *
intrapenalty
))) {
[
all
...]
Completed in 741 milliseconds