OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:motion_error
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
638
int
motion_error
= INT_MAX;
local
642
zz_motion_search(cpi, x, lst_yv12, &
motion_error
, recon_yoffset);
649
&
motion_error
, recon_yoffset);
652
motion_error
*= error_weight;
666
if (tmp_err <
motion_error
) {
667
motion_error
= tmp_err;
686
if ((gf_motion_error <
motion_error
) &&
705
sr_coded_error +=
motion_error
;
710
if (
motion_error
<= this_error) {
716
(
motion_error
* 10)) &
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
641
int
motion_error
= INT_MAX;
local
646
&raw_motion_error, lst_yv12, &
motion_error
,
659
&
motion_error
, recon_yoffset);
670
if ( tmp_err <
motion_error
)
672
motion_error
= tmp_err;
685
if ((gf_motion_error <
motion_error
) && (gf_motion_error < this_error))
700
if (
motion_error
<= this_error)
708
(
motion_error
*10)) &&
716
this_error =
motion_error
;
[
all
...]
Completed in 30 milliseconds