Searched refs:row_mt (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 96 int row_mt; member 961 if (ctx->row_mt >= 0) in aom_init() 962 codecctl_int(avctx, AV1E_SET_ROW_MT, ctx->row_mt); in aom_init() 1367 { "row-mt", "Enable row based multi-threading", OFFSET(row_mt), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE},
|
H A D | libvpxenc.c | 129 int row_mt; member 1165 if (ctx->row_mt >= 0) in vpx_init() 1166 codecctl_int(avctx, VP9E_SET_ROW_MT, ctx->row_mt); in vpx_init() 1890 {"row-mt", "Row based multi-threading", OFFSET(row_mt), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE},
|
Completed in 6 milliseconds