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
568
unsigned int
new_qc
;
local
572
new_qc
= MODE_GOODQUALITY;
574
new_qc
= MODE_BESTQUALITY;
577
new_qc
= MODE_FIRSTPASS;
579
new_qc
= (
new_qc
== MODE_BESTQUALITY)
583
if (ctx->oxcf.Mode !=
new_qc
) {
584
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 8062 milliseconds