OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gf_motion_error
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
572
int
gf_motion_error
= INT_MAX;
local
676
&
gf_motion_error
, recon_yoffset);
680
&
gf_motion_error
, recon_yoffset);
683
gf_motion_error
*= error_weight;
686
if ((
gf_motion_error
< motion_error) &&
687
(
gf_motion_error
< this_error)) {
700
if (
gf_motion_error
< this_error)
701
sr_coded_error +=
gf_motion_error
;
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
601
int
gf_motion_error
= INT_MAX;
local
683
first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, gld_yv12, &
gf_motion_error
, recon_yoffset);
685
if ((
gf_motion_error
< motion_error) && (
gf_motion_error
< this_error))
[
all
...]
Completed in 1718 milliseconds