Home
last modified time | relevance | path

Searched refs:matrix_str (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_convolution_opencl.c42 char *matrix_str[4]; member
116 p = ctx->matrix_str[i]; in convolution_opencl_make_filter_params()
348 …{ "0m", "set matrix for 2nd plane", OFFSET(matrix_str[0]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 …
349 …{ "1m", "set matrix for 2nd plane", OFFSET(matrix_str[1]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 …
350 …{ "2m", "set matrix for 3rd plane", OFFSET(matrix_str[2]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 …
351 …{ "3m", "set matrix for 4th plane", OFFSET(matrix_str[3]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 …
Dconvolution.h35 char *matrix_str[4]; member
Dvf_convolution.c37 …{ "0m", "set matrix for 1st plane", OFFSET(matrix_str[0]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 …
38 …{ "1m", "set matrix for 2nd plane", OFFSET(matrix_str[1]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 …
39 …{ "2m", "set matrix for 3rd plane", OFFSET(matrix_str[2]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 …
40 …{ "3m", "set matrix for 4th plane", OFFSET(matrix_str[3]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 …
756 p = s->matrix_str[i]; in init()
Dvf_neighbor_opencl.c42 char *matrix_str[4]; member