Searched refs:matrix_str (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_convolution_opencl.c | 42 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 …
|
D | convolution.h | 35 char *matrix_str[4]; member
|
D | vf_convolution.c | 37 …{ "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()
|
D | vf_neighbor_opencl.c | 42 char *matrix_str[4]; member
|