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

/external/libvpx/libvpx/vpx/
H A Dsvc_context.h43 int aqmode; // turns on aq-mode=3 (cyclic_refresh): 0=off, 1=on. member in struct:__anon11155
/external/libvpx/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c84 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)

Completed in 143 milliseconds