/third_party/ffmpeg/libavfilter/ |
D | asrc_anoisesrc.c | 40 double (*filter)(double white, double *buf, double half_amplitude); 117 static double white_filter(double white, double *buf, double ha) in white_filter() argument 119 return white; in white_filter() 122 static double pink_filter(double white, double *buf, double ha) in pink_filter() argument 127 buf[0] = 0.99886 * buf[0] + white * 0.0555179; in pink_filter() 128 buf[1] = 0.99332 * buf[1] + white * 0.0750759; in pink_filter() 129 buf[2] = 0.96900 * buf[2] + white * 0.1538520; in pink_filter() 130 buf[3] = 0.86650 * buf[3] + white * 0.3104856; in pink_filter() 131 buf[4] = 0.55000 * buf[4] + white * 0.5329522; in pink_filter() 132 buf[5] = -0.7616 * buf[5] - white * 0.0168980; in pink_filter() [all …]
|
D | f_graphmonitor.c | 46 uint8_t white[4]; member 188 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 197 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 206 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 211 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 216 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 219 …ypos, buffer, frames > 0 ? frames >= 10 ? frames >= 50 ? s->red : s->yellow : s->green : s->white); in draw_items() 224 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 229 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() 234 drawtext(out, xpos, ypos, buffer, s->white); in draw_items() [all …]
|
D | vf_colorconstancy.c | 89 double white[NUM_PLANES]; member 492 double *white = s->white; in filter_grey_edge() local 509 white[plane] = 0; // All values are absolute in filter_grey_edge() 511 white[plane] = FFMAX(white[plane] , td.data[INDEX_DST][plane][job]); in filter_grey_edge() 516 white[plane] = 0; in filter_grey_edge() 518 white[plane] += td.data[INDEX_DST][plane][job]; in filter_grey_edge() 520 white[plane] = pow(white[plane], 1./minknorm); in filter_grey_edge() 573 s->white[0], s->white[1], s->white[2]); in illumination_estimation() 574 normalize_light(s->white); in illumination_estimation() 576 s->white[0], s->white[1], s->white[2]); in illumination_estimation() [all …]
|
/third_party/libabigail/doc/vizualization/graph/gv/ |
D | sa-base.gv | 7 …Node2 [label="A",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$struc… 9 …Node3 [label="D1",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$stru… 12 …Node4 [label="Dd1",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str… 14 …Node5 [label="Dd2",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str… 18 …Node6 [label="B",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$struc… 22 …Node7 [label="C1",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$stru… 24 …Node8 [label="D2",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$stru… 26 …Node9 [label="Dd3",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str… 29 …Node10 [label="D3",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str… 35 …Node11 [label="C2",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str… [all …]
|
D | sa-C3.gv | 7 …Node2 [label="base",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$st… 11 …Node3 [label="D3v",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str… 13 …Node4 [label="Dd4",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str… 16 …Node5 [label="D5v1",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$st… 18 …Node6 [label="Dd5",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str… 20 …Node7 [label="D5v2",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$st…
|
D | sa-DD4.gv | 7 …Node2 [label="D2v",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str… 9 …Node3 [label="C2",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$stru… 11 …Node4 [label="base",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$st… 16 …Node5 [label="D3v",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str… 18 …Node6 [label="C3",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$stru…
|
D | sa-DD5.gv | 7 …Node2 [label="D5v1",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$st… 9 …Node3 [label="C3",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$stru… 11 …Node4 [label="base",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$st… 15 …Node5 [label="D5v2",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$st…
|
D | sa-A.gv | 7 …Node2 [label="base",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$st… 11 …Node3 [label="D1",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$stru… 14 …Node4 [label="Dd1",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str… 16 …Node5 [label="Dd2",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str…
|
/third_party/node/lib/internal/assert/ |
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} ${actualLine}`; 287 other += `\n${colors.red}-${colors.white} ${expectedLine}`; [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | typeSatisfaction_propertyValueConformance3.types | 10 >Palette : { white: { r: number; g: number; b: number; }; black: { r: number; g: number; d: number;… 11 …white: { r: 255, g: 255, b: 255 }, black: { r: 0, g: 0, d: 0 }, // <- oops! 'd' in place of 'b'… 12 …{ white: { r: 255, g: 255, b: 255 }, black: { r: 0, g: 0, d: 0 }, // <- oops! 'd' in place o… 14 white: { r: 255, g: 255, b: 255 }, 15 >white : { r: number; g: number; b: number; }
|
/third_party/node/lib/internal/test_runner/reporter/ |
D | spec.js | 17 const { green, blue, red, white, gray, shouldColorize } = require('internal/util/colors'); 68 let color = colors[type] ?? white; 70 …const duration_ms = data.details?.duration_ms ? ` ${gray}(${data.details.duration_ms}ms)${white}` … 74 return `${prefix}${indent}${color}${symbols['arrow:right']}${white}${title}\n`; 81 return `${prefix}${indent}${color}${symbol}${title}${white}${error}`; 124 … return `${colors[type]}${this.#indent(data.nesting)}${symbols[type]}${data.message}${white}\n`; 137 const results = [`\n${colors['test:fail']}${symbols['test:fail']}failing tests:${white}\n`];
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fClippingTests.cpp | 382 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in genColorString() local 387 if (p == white) return "(white)"; in genColorString() 1506 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in init() local 1516 ….8f, -0.2f, 0.0f, 1.0f), white, tcu::Vec4(-0.8f, 0.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.3f, … in init() 1519 …0.6f, -1.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.2f, -0.6f, 0.0f, 1.0f), white, tcu::Vec4(-0.6f, … in init() 1522 …1.1f, 0.6f, 0.0f, 1.0f), white, tcu::Vec4(-1.1f, 1.1f, 0.0f, 1.0f), white, tcu::Vec4(-0.6f, … in init() 1523 …0.8f, 1.1f, 0.0f, 1.0f), white, tcu::Vec4( 0.95f,-1.1f, 0.0f, 1.0f), white, tcu::Vec4( 3.0f, … in init() 1528 …0.2f, 0.7f, 0.0f, 1.0f), white, tcu::Vec4( 0.2f, 0.7f, 0.0f, 1.0f), white, tcu::Vec4( 0.0f, … in init() 1531 …0.9f, 0.4f, -1.5f, 1.0f), white, tcu::Vec4( 0.9f, -0.4f, -1.5f, 1.0f), white, tcu::Vec4( 0.6f, … in init() 1534 …0.9f, 0.6f, -2.0f, 1.0f), white, tcu::Vec4(-0.9f, -0.6f, -2.0f, 1.0f), white, tcu::Vec4(-0.4f, … in init() [all …]
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 379 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in genColorString() local 384 if (p == white) return "(white)"; in genColorString() 1502 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in init() local 1512 ….8f, -0.2f, 0.0f, 1.0f), white, tcu::Vec4(-0.8f, 0.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.3f, … in init() 1515 …0.6f, -1.2f, 0.0f, 1.0f), white, tcu::Vec4(-1.2f, -0.6f, 0.0f, 1.0f), white, tcu::Vec4(-0.6f, … in init() 1518 …1.1f, 0.6f, 0.0f, 1.0f), white, tcu::Vec4(-1.1f, 1.1f, 0.0f, 1.0f), white, tcu::Vec4(-0.6f, … in init() 1519 …0.8f, 1.1f, 0.0f, 1.0f), white, tcu::Vec4( 0.95f,-1.1f, 0.0f, 1.0f), white, tcu::Vec4( 3.0f, … in init() 1524 …0.2f, 0.7f, 0.0f, 1.0f), white, tcu::Vec4( 0.2f, 0.7f, 0.0f, 1.0f), white, tcu::Vec4( 0.0f, … in init() 1527 …0.9f, 0.4f, -1.5f, 1.0f), white, tcu::Vec4( 0.9f, -0.4f, -1.5f, 1.0f), white, tcu::Vec4( 0.6f, … in init() 1530 …0.9f, 0.6f, -2.0f, 1.0f), white, tcu::Vec4(-0.9f, -0.6f, -2.0f, 1.0f), white, tcu::Vec4(-0.4f, … in init() [all …]
|
/third_party/node/lib/internal/main/ |
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/ |
D | thinrects.cpp | 40 SkPaint white; in onDraw() local 41 white.setColor(SK_ColorWHITE); in onDraw() 42 white.setAntiAlias(true); in onDraw() 51 this->drawVertRects(canvas, white); in onDraw() 59 this->drawHorizRects(canvas, white); in onDraw() 68 this->drawSquares(canvas, white); in onDraw()
|
/third_party/skia/tools/doxygen/ |
D | customdoxygen.css | 22 --white: rgb(254,254,254); 23 --dark-white: rgb(240,240,240); 57 color: var(--white); 62 color: var(--white); 75 background-color: var(--dark-white); 79 background-color: var(--dark-white); 98 color: var(--white);
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/lib/ |
D | main.js | 4 white = "\033[47m \033[0m", variable 6 return isBlack ? black : white; 81 var border = repeat(white).times(qrcode.getModuleCount() + 3); 85 output += white; 87 output += white + '\n';
|
/third_party/FatFs/documents/ |
D | css_e.css | 14 …1.2em; font-size: 85%; font-family: "Consolas", "Courier New", monospace; background-color: white;} 40 .iequ {white-space: nowrap; font-weight: bold;} 43 .mfd {font-size: 0.7em; padding: 0 1px; border: 1px solid; white-space : nowrap} 63 …background-color: white; border-style: solid; border-width: 1px 1px 2px; border-color: gray; paddi… 64 table td {background-color: white; border: 1px solid gray; padding: 0 3px; vertical-align: top; lin… 65 …-child {font-size: 0.85em; font-family: "Consolas", "Courier New", monospace; white-space: nowrap;} 66 table.lst2 td {font-size: 0.85em; font-family: "Consolas", "Courier New", monospace; white-space: n… 67 table.lst3 td {font-family: "Consolas", "Courier New", monospace; white-space: nowrap;}
|
/third_party/libsnd/docs/ |
D | print.css | 2 background:white; 7 background:white; 12 background:white;
|
/third_party/googletest/docs/_sass/ |
D | main.scss | 14 color: $text-white; 45 color: $text-white; 64 border: solid $white; 92 color: $text-white; 113 background-color: $white; 127 border-left: 0.25em solid $white;
|
/third_party/libevdev/doc/style/ |
D | style.css | 25 white-space: -moz-pre-wrap; /* Moz */ 26 white-space: -pre-wrap; /* Opera 4-6 */ 27 white-space: -o-pre-wrap; /* Opera 7 */ 28 white-space: pre-wrap; /* CSS3 */ 56 white-space: pre; 77 white-space: nowrap;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationProvokingVertexTests.cpp | 477 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in iterate() local 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/glslang/Test/ |
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_col… 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…
|
/third_party/glslang/Test/baseResults/ |
D | spv.always-discard2.frag.out | 13 Name 9 "white" 44 9(white): 8(ptr) Variable Function 49 Store 9(white) 11 51 16: 7(fvec4) Load 9(white)
|
/third_party/node/deps/npm/node_modules/npm-audit-report/lib/reporters/ |
D | detail.js | 14 const output = [c.white('# npm audit report'), ''] 37 output.push(c.white(vuln.name) + ' ' + vuln.range) 45 output.push(`Depends on vulnerable versions of ${c.white(via)}`) 47 output.push(`${c.white(via.title)} - ${via.url}`)
|