Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.h49 int lpf_opt; member
Dvp9_dx_iface.c273 RANGE_CHECK(ctx, lpf_opt, 0, 1); in init_decoder()
274 ctx->pbi->lpf_mt_opt = ctx->lpf_opt; in init_decoder()
666 ctx->lpf_opt = va_arg(args, int); in ctrl_enable_lpf_opt()