OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_error
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
571
int
this_error
;
local
611
this_error
= vp9_encode_intra(x, use_dc_pred);
614
this_error
*= error_weight;
624
this_error
+= intrapenalty;
627
intra_error += (int64_t)
this_error
;
687
(gf_motion_error <
this_error
)) {
700
if (gf_motion_error <
this_error
)
703
sr_coded_error +=
this_error
;
710
if (motion_error <=
this_error
) {
715
if ((((
this_error
- intrapenalty) * 9) <
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
600
int
this_error
;
local
613
this_error
= vp8_encode_intra(cpi, x, use_dc_pred);
624
this_error
+= intrapenalty;
627
intra_error += (int64_t)
this_error
;
685
if ((gf_motion_error < motion_error) && (gf_motion_error <
this_error
))
700
if (motion_error <=
this_error
)
707
if( (((
this_error
-intrapenalty) * 9) <=
709
(
this_error
< (2*intrapenalty)) )
716
this_error
= motion_error;
774
coded_error += (int64_t)
this_error
;
[
all
...]
Completed in 23 milliseconds