OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:best_quality
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
onyx_int.h
256
int
best_quality
;
member in struct:__anon23040
436
int
best_quality
;
member in struct:VP8_COMP
firstpass.c
[
all
...]
onyx_if.c
233
lc->
best_quality
= cpi->
best_quality
;
391
// active_worst/
best_quality
to values derived from the previous layer
[
all
...]
ratectrl.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h
479
int
best_quality
;
member in struct:VP9_COMP
vp9_firstpass.c
913
for (i = cpi->
best_quality
; i <= cpi->worst_quality; i++) {
921
cpi->twopass.maxq_min_limit = cpi->
best_quality
[
all
...]
vp9_onyx_if.c
300
for (i = cpi->
best_quality
; i < cpi->worst_quality; i++) {
307
for (i = cpi->
best_quality
; i < cpi->worst_quality; i++) {
[
all
...]
Completed in 512 milliseconds