OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_init_s
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c
906
int
best_init_s
= search_param_to_steps[search_param];
local
1081
int
best_init_s
= search_param_to_steps[search_param];
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c
522
int
best_init_s
= search_param_to_steps[search_param];
local
541
s =
best_init_s
;
542
best_init_s
= -1;
569
best_init_s
= t;
573
if (
best_init_s
!= -1) {
574
br += candidates[
best_init_s
][k].row;
575
bc += candidates[
best_init_s
][k].col;
581
if (
best_init_s
!= -1) {
583
s =
best_init_s
;
587
if (!do_init_search || s !=
best_init_s
) {
[
all
...]
Completed in 1207 milliseconds