H A D | vf_nnedi.c | 52 int xdim, ydim, nns, nsize; member 141 {"nns", "set number of neurons in predictor neural network", OFFSET(nnsparam), AV_OPT_TYPE_INT, {.i64=1}, 0, 4, RFLAGS, "nns" }, 142 {"n16", NULL, 0, AV_OPT_TYPE_CONST, {.i64=0}, 0, 0, RFLAGS, "nns" }, 143 {"n32", NULL, 0, AV_OPT_TYPE_CONST, {.i64=1}, 0, 0, RFLAGS, "nns" }, 144 {"n64", NULL, 0, AV_OPT_TYPE_CONST, {.i64=2}, 0, 0, RFLAGS, "nns" }, 145 {"n128", NULL, 0, AV_OPT_TYPE_CONST, {.i64=3}, 0, 0, RFLAGS, "nns" }, 146 {"n256", NULL, 0, AV_OPT_TYPE_CONST, {.i64=4}, 0, 0, RFLAGS, "nns" }, 401 const int nns = model->nns; in predictor() local 757 allocate_model(PredictorCoefficients *coeffs, int xdim, int ydim, int nns) allocate_model() argument 822 const int nns = NNEDI_NNS[i]; read_weights() local 894 const int nns = model->nns; subtract_mean_predictor() local [all...] |