OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_qc
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
566
unsigned int
new_qc
;
local
570
new_qc
= MODE_GOODQUALITY;
572
new_qc
= MODE_BESTQUALITY;
575
new_qc
= MODE_FIRSTPASS;
577
new_qc
= (
new_qc
== MODE_BESTQUALITY)
581
if (ctx->oxcf.Mode !=
new_qc
) {
582
ctx->oxcf.Mode =
new_qc
;
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
702
unsigned int
new_qc
;
local
706
new_qc
= MODE_BESTQUALITY;
720
new_qc
= (deadline > duration_us) ? MODE_GOODQUALITY : MODE_REALTIME;
724
new_qc
= MODE_REALTIME;
728
new_qc
= MODE_FIRSTPASS;
730
new_qc
= (
new_qc
== MODE_BESTQUALITY)
734
if (ctx->oxcf.Mode !=
new_qc
)
736
ctx->oxcf.Mode =
new_qc
;
[
all
...]
Completed in 491 milliseconds