/third_party/ffmpeg/libavfilter/ |
H A D | asrc_anoisesrc.c | 41 double (*filter)(double white, double *buf, double half_amplitude); 69 { "white", 0, 0, AV_OPT_TYPE_CONST, {.i64 = NM_WHITE}, 0, 0, FLAGS, "color" }, 104 static double white_filter(double white, double *buf, double ha) in white_filter() argument 106 return white; in white_filter() 109 static double pink_filter(double white, double *buf, double ha) in pink_filter() argument 114 buf[0] = 0.99886 * buf[0] + white * 0.0555179; in pink_filter() 115 buf[1] = 0.99332 * buf[1] + white * 0.0750759; in pink_filter() 116 buf[2] = 0.96900 * buf[2] + white * 0.1538520; in pink_filter() 117 buf[3] = 0.86650 * buf[3] + white * 0.3104856; in pink_filter() 118 buf[4] = 0.55000 * buf[4] + white * 0.532952 in pink_filter() 125 blue_filter(double white, double *buf, double ha) blue_filter() argument 141 brown_filter(double white, double *buf, double ha) brown_filter() argument 150 violet_filter(double white, double *buf, double ha) violet_filter() argument 159 velvet_filter(double white, double *buf, double ha) velvet_filter() argument 214 double white; activate() local [all...] |
H A D | f_graphmonitor.c | 52 uint8_t white[4]; member 224 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 233 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 242 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 247 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 252 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 255 drawtext(out, xpos, ypos, buffer, frames > 0 ? frames >= 10 ? frames >= 50 ? s->red : s->yellow : s->green : s->white); in draw_items() 260 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 265 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 270 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() [all...] |
H A D | vf_colorconstancy.c | 91 double white[NUM_PLANES]; member 496 double *white = s->white; in filter_grey_edge() local 513 white[plane] = 0; // All values are absolute in filter_grey_edge() 515 white[plane] = FFMAX(white[plane] , td.data[INDEX_DST][plane][job]); in filter_grey_edge() 520 white[plane] = 0; in filter_grey_edge() 522 white[plane] += td.data[INDEX_DST][plane][job]; in filter_grey_edge() 524 white[plane] = pow(white[plan in filter_grey_edge() [all...] |
H A D | vf_lumakey.c | 35 int white; member 52 const int w = s->white; in do_lumakey_slice8() 84 const int w = s->white; in do_lumakey_slice16() 117 s->white = av_clip_uint8((s->threshold + s->tolerance) * 255); in config_input() 123 s->white = av_clip((s->threshold + s->tolerance) * s->max, 0, s->max); in config_input()
|
/third_party/alsa-utils/speaker-test/ |
H A D | st2095.c | 113 float white, w, pink; in generate_st2095_noise_sample() local 118 // Scale to a real number in the range -1.0 <= white <= 1.0 in generate_st2095_noise_sample() 119 white = (float)st2095->seed * st2095->scaleFactor - 1.0; in generate_st2095_noise_sample() 124 st2095->lp1 = 0.9994551 * st2095->lp1 + 0.00198166688621989 * white; in generate_st2095_noise_sample() 125 st2095->lp2 = 0.9969859 * st2095->lp2 + 0.00263702334184061 * white; in generate_st2095_noise_sample() 126 st2095->lp3 = 0.9844470 * st2095->lp3 + 0.00643213710202331 * white; in generate_st2095_noise_sample() 127 st2095->lp4 = 0.9161757 * st2095->lp4 + 0.01438952538362820 * white; in generate_st2095_noise_sample() 128 st2095->lp5 = 0.6563399 * st2095->lp5 + 0.02698408541064610 * white; in generate_st2095_noise_sample() 130 st2095->lp4 + st2095->lp5 + st2095->lp6 + white * 0.0342675832159306; in generate_st2095_noise_sample() 131 st2095->lp6 = white * 0.008876611800935 in generate_st2095_noise_sample() [all...] |
/third_party/node/lib/internal/assert/ |
H A D | assertion_error.js | 169 actualLines[46] = `${colors.blue}...${colors.white}`; 182 end = `\n${colors.blue}...${colors.white}${end}`; 193 `\n${colors.green}+ actual${colors.white} ${colors.red}- expected${colors.white}`; 194 const skippedMsg = ` ${colors.blue}...${colors.white} Lines skipped`; 197 let plusMinus = `${colors.green}+${colors.white}`; 201 plusMinus = `${colors.red}-${colors.white}`; 216 res += `\n${colors.blue}...${colors.white}`; 272 res += `\n${colors.blue}...${colors.white}`; 286 res += `\n${colors.green}+${colors.white} [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fClippingTests.cpp | 379 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in genColorString() 384 if (p == white) return "(white)"; in genColorString() 1502 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in init() 1512 {tcu::Vec4(-0.8f, -0.2f, 0.0f, 1.0f), white, tcu::Vec4(-0.8f, 0.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.3f, 0.05f, 0.0f, 1.0f), white}, in init() 1515 {tcu::Vec4(-0.6f, -1.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.2f, -0.6f, 0.0f, 1.0f), white, tcu::Vec4(-0.6f, -0.6f, 0.0f, 1.0f), white}, in init() 1940 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); init() local 1964 const tcu::Vec4 white = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f); init() local 1990 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); init() local 2023 const tcu::Vec4 white = tcu::Vec4(1, 1, 1, 1); init() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fClippingTests.cpp | 382 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in genColorString() 387 if (p == white) return "(white)"; in genColorString() 1506 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in init() 1516 {tcu::Vec4(-0.8f, -0.2f, 0.0f, 1.0f), white, tcu::Vec4(-0.8f, 0.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.3f, 0.05f, 0.0f, 1.0f), white}, in init() 1519 {tcu::Vec4(-0.6f, -1.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.2f, -0.6f, 0.0f, 1.0f), white, tcu::Vec4(-0.6f, -0.6f, 0.0f, 1.0f), white}, in init() 1943 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); init() local 1967 const tcu::Vec4 white = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f); init() local 1993 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); init() local 2026 const tcu::Vec4 white = tcu::Vec4(1, 1, 1, 1); init() local [all...] |
/third_party/node/lib/internal/main/ |
H A D | watch_mode.js | 20 const { green, blue, red, white, clear } = require('internal/util/colors'); 60 process.stdout.write(`${blue}Completed running ${kCommandStr}${white}\n`); 62 process.stdout.write(`${red}Failed running ${kCommandStr}${white}\n`); 87 process.stdout.write(`${blue}Waiting for graceful termination...${white}\n`); 92 process.stdout.write(`${clear}${green}Gracefully restarted ${kCommandStr}${white}\n`); 106 process.stdout.write(`${green}Restarting ${kCommandStr}${white}\n`);
|
/third_party/skia/gm/ |
H A D | thinrects.cpp | 40 SkPaint white; variable 41 white.setColor(SK_ColorWHITE); 42 white.setAntiAlias(true); 51 this->drawVertRects(canvas, white); 59 this->drawHorizRects(canvas, white); 68 this->drawSquares(canvas, white);
|
/third_party/node/lib/internal/test_runner/reporter/ |
H A D | spec.js | 17 const { green, blue, red, white, gray, shouldColorize } = require('internal/util/colors'); 70 let color = colors[type] ?? white; 73 const duration_ms = data.details?.duration_ms ? ` ${gray}(${data.details.duration_ms}ms)${white}` : ''; 83 return `${prefix}${indent}${color}${symbols['arrow:right']}${white}${title}\n`; 90 return `${prefix}${indent}${color}${symbol}${title}${white}${error}`; 132 return `${colors[type]}${this.#indent(data.nesting)}${symbols[type]}${data.message}${white}\n`; 145 const results = [`\n${colors['test:fail']}${symbols['test:fail']}failing tests:${white}\n`];
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/lib/ |
H A D | main.js | 4 white = "\033[47m \033[0m", 6 return isBlack ? black : white; 81 var border = repeat(white).times(qrcode.getModuleCount() + 3); 85 output += white; 87 output += white + '\n';
|
/third_party/glslang/Test/ |
H A D | validate-shaders.sh | 188 declare -r white="\e[1;37m" cyan="\e[1;36m" red="\e[0;31m" no_color="\e[0m" 190 declare -r white="" cyan="" red="" no_color="" 214 $opt_terse && printf "\r[%-3d/%-3d : ${white}comperr=%-3d ${red}valerr=%-3d ${cyan}ok=%-3d${no_color}]" \ 251 $opt_stat_comperr && status "$test" "${white}COMP ERROR${no_color}" 260 $opt_summary && printf "\nSummary: ${white}${count_nocomp} compile errors${no_color}, ${red}${count_err} validation errors${no_color}, ${cyan}${count_ok} successes${no_color}\n"
|
/third_party/libabigail/src/ |
H A D | abg-viz-common.cc | 43 const style primary_row_sty = { color::white, color::black, "" }; 44 const style base_row_sty = { color::white, color::gray75, "" }; 46 const style implementation_row_sty = { color::black, color::white, "" }; 87 case color::white: in color_to_string() 88 ret = "white"; in color_to_string()
|
H A D | abg-viz-dot.cc | 25 const style parent_sty = { color::white, color::black, "" }; 26 const style child_sty = { color::white, color::gray75, "" }; 91 std::string strip = R"_delimiter_([label="__label", height=__height, width=__width, color="black", fillcolor="white", style="filled"];)_delimiter_"; in add_node()
|
/third_party/eudev/src/shared/ |
H A D | device-nodes.c | 29 int whitelisted_char_for_devnode(char c, const char *white) { in whitelisted_char_for_devnode() argument 35 (white != NULL && strchr(white, c) != NULL)) in whitelisted_char_for_devnode()
|
/third_party/backends/backend/ |
H A D | gt68xx_high.c | 185 "%2d medium white: 0x%02x\n", cal->white_count - 1, in gt68xx_calibrator_add_white_line() 189 "gt68xx_calibrator_add_white_line: line: %2d medium white: 0x%02x\n", in gt68xx_calibrator_add_white_line() 261 unsigned int white = cal->white_line[i]; in gt68xx_calibrator_finish_setup() local 263 unsigned int diff = (white > black) ? white - black : 1; in gt68xx_calibrator_finish_setup() 999 SANE_Int white; /* maximum white (0-255) */ member 1000 SANE_Int total_white; /* average white of the complete line (0-65536) */ 1016 /** Calculate average black and maximum white 1020 * is used for searching the segment whose white averag 2050 int count, i, x, y, white; gt68xx_sheetfed_scanner_calibrate() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | typeSatisfaction_propertyValueConformance3.js | 6 white: { r: 255, g: 255, b: 255 }, 18 white: { r: 255, g: 255, b: 255 },
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_render.h | 51 dng_function_exposure_ramp (real64 white, 171 /// Set the white point to be used for conversion. 172 /// \param white White point to use. 174 void SetWhiteXY (const dng_xy_coord &white) in SetWhiteXY() argument 176 fWhiteXY = white; in SetWhiteXY() 179 /// Get the white point to be used for conversion.
|
H A D | dng_color_spec.h | 30 /// \brief Compute a 3x3 matrix which maps colors from white point white1 to 31 /// white point white2 34 /// colors measured with one white point (white1) to another (white2). 41 /// Color transform taking into account white point and camera calibration and 95 /// Setter for white point. Value is as XY colorspace coordinate. 96 /// \param white White point to set as an XY value. 98 void SetWhiteXY (const dng_xy_coord &white); 100 /// Getter for white point. Value is as XY colorspace coordinate. 101 /// \retval XY value of white point. 105 /// Return white poin [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationProvokingVertexTests.cpp | 486 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in iterate() 636 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 638 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 640 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 643 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 645 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 647 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 650 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 652 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 655 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationProvokingVertexTests.cpp | 477 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in iterate() 590 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 592 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 594 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 596 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 598 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 600 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 603 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 605 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() 607 vertices.push_back(tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f)); vertices.push_back(white); in iterate() [all...] |
/third_party/eudev/src/libudev/ |
H A D | libudev-util.c | 248 int util_replace_chars(char *str, const char *white) in util_replace_chars() argument 256 if (whitelisted_char_for_devnode(str[i], white)) { in util_replace_chars() 275 if (isspace(str[i]) && white != NULL && strchr(white, ' ') != NULL) { in util_replace_chars()
|
/third_party/node/lib/internal/util/ |
H A D | colors.js | 12 white: '', 30 module.exports.white = hasColors ? '\u001b[39m' : '';
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ShaderNonConstGlobalInitializerTest.cpp | 120 EXPECT_PIXEL_COLOR_EQ(64, 64, GLColor::white); in TEST_P() 166 EXPECT_PIXEL_COLOR_EQ(64, 64, GLColor::white); in TEST_P()
|