Searched refs:matrix_str (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_convolution_opencl.c | 44 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 D | convolution.h | 35 char *matrix_str[4]; member
|
H A D | vf_convolution.c | 40 { "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 D | vf_neighbor_opencl.c | 43 char *matrix_str[4]; member
|
/third_party/cups-filters/filter/ |
H A D | rastertopdf.cpp | 539 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 11 milliseconds