Home
last modified time | relevance | path

Searched refs:matrix_str (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_convolution_opencl.c44 char *matrix_str[4]; member
118 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 0 0 0"}, 0, 0, FLAGS },
349 { "1m", "set matrix for 2nd plane", OFFSET(matrix_str[1]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 0 0 0"}, 0, 0, FLAGS },
350 { "2m", "set matrix for 3rd plane", OFFSET(matrix_str[2]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 0 0 0"}, 0, 0, FLAGS },
351 { "3m", "set matrix for 4th plane", OFFSET(matrix_str[3]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 0 0 0"}, 0, 0, FLAGS },
H A Dconvolution.h35 char *matrix_str[4]; member
H A Dvf_convolution.c40 { "0m", "set matrix for 1st plane", OFFSET(matrix_str[0]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 0 0 0"}, 0, 0, FLAGS },
41 { "1m", "set matrix for 2nd plane", OFFSET(matrix_str[1]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 0 0 0"}, 0, 0, FLAGS },
42 { "2m", "set matrix for 3rd plane", OFFSET(matrix_str[2]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 0 0 0"}, 0, 0, FLAGS },
43 { "3m", "set matrix for 4th plane", OFFSET(matrix_str[3]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 0 0 0"}, 0, 0, FLAGS },
717 p = orig = av_strdup(s->matrix_str[i]); in param_init()
H A Dvf_neighbor_opencl.c43 char *matrix_str[4]; member
/third_party/cups-filters/filter/
H A Drastertopdf.cpp539 char matrix_str[512]; in getCalibrationArray() local
571 snprintf(matrix_str, sizeof(matrix_str), "/Matrix [%g %g %g %g %g %g %g %g %g]", in getCalibrationArray()
576 matrix_str[0] = '\0'; in getCalibrationArray()
581 + gamma_str + " " + wp_str + " " + matrix_str + " " + bp_str in getCalibrationArray()

Completed in 7 milliseconds