OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aqmode
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx/
svc_context.h
43
int
aqmode
; // turns on aq-mode=3 (cyclic_refresh): 0=off, 1=on.
member in struct:__anon18107
/external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c
84
ARG_DEF("aq", "
aqmode
", 1, "aq-mode off/on");
227
svc_ctx->
aqmode
= arg_parse_uint(&arg);
696
if (svc_ctx.speed >= 5 && svc_ctx.
aqmode
== 1)
[
all
...]
Completed in 45 milliseconds