Searched refs:enable_tx64 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 115 int enable_tx64; member 878 if (ctx->enable_tx64 >= 0) in aom_init() 879 codecctl_int(avctx, AV1E_SET_ENABLE_TX64, ctx->enable_tx64); in aom_init() 1392 { "enable-tx64", "Enable 64-pt transform", OFFSET(enable_tx64), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE},
|
Completed in 3 milliseconds