Home
last modified time | relevance | path

Searched refs:aqmode (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx/
Dsvc_context.h43 int aqmode; // turns on aq-mode=3 (cyclic_refresh): 0=off, 1=on. member
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c241 svc_ctx->aqmode = arg_parse_uint(&arg); in parse_command_line()
704 if (svc_ctx.speed >= 5 && svc_ctx.aqmode == 1) in main()