OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_allowed_q
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
128
int
best_allowed_q
;
member in struct:__anon21289
/external/libvpx/libvpx/vp8/common/
onyx.h
171
int
best_allowed_q
;
member in struct:__anon21219
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
341
lc->active_best_quality = cpi->oxcf.
best_allowed_q
;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
291
oxcf->
best_allowed_q
= cfg.rc_min_quantizer;
357
printf("
best_allowed_q
: %d\n", oxcf->
best_allowed_q
);
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
343
oxcf->
best_allowed_q
= cfg.rc_min_quantizer;
428
printf("
best_allowed_q
: %d\n", oxcf->
best_allowed_q
);
[
all
...]
Completed in 137 milliseconds