OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adaptive_rd_thresh
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.c
48
sf->
adaptive_rd_thresh
= 1;
66
sf->
adaptive_rd_thresh
= 2;
112
sf->
adaptive_rd_thresh
= 3;
123
sf->
adaptive_rd_thresh
= 4;
151
sf->
adaptive_rd_thresh
= 1;
171
sf->
adaptive_rd_thresh
= 2;
207
sf->
adaptive_rd_thresh
= 2;
224
sf->
adaptive_rd_thresh
= 4;
235
sf->
adaptive_rd_thresh
= 5;
301
sf->
adaptive_rd_thresh
= 0
[
all
...]
vp9_speed_features.h
167
int
adaptive_rd_thresh
;
member in struct:__anon30273
vp9_rdopt.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c
119
sf->
adaptive_rd_thresh
= 1;
139
sf->
adaptive_rd_thresh
= 2;
180
sf->
adaptive_rd_thresh
= 3;
192
sf->
adaptive_rd_thresh
= 4;
260
sf->
adaptive_rd_thresh
= 1;
274
sf->
adaptive_rd_thresh
= 2;
312
sf->
adaptive_rd_thresh
= 4;
323
sf->
adaptive_rd_thresh
= 5;
362
sf->
adaptive_rd_thresh
= 2;
398
sf->
adaptive_rd_thresh
= 3
[
all
...]
vp9_speed_features.h
224
int
adaptive_rd_thresh
;
member in struct:SPEED_FEATURES
vp9_rd.c
573
if (sf->
adaptive_rd_thresh
) {
vp9_pickmode.c
[
all
...]
vp9_rdopt.c
[
all
...]
Completed in 170 milliseconds