OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tot_steps
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
mcomp.c
1064
int
tot_steps
;
local
1188
int
tot_steps
;
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c
1065
int
tot_steps
;
local
1189
int
tot_steps
;
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c
1004
const int
tot_steps
= (x->ss_count \/ x->searches_per_step) - search_param;
local
1115
const int
tot_steps
= (x->ss_count \/ x->searches_per_step) - search_param;
local
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c
879
const int
tot_steps
= (cfg->ss_count \/ cfg->searches_per_step) - search_param;
local
[
all
...]
Completed in 8469 milliseconds