/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | readme_preview.rs | 129 pre .fg.black.bright {{ color: #969896; }} in main() 130 pre .fg.red.bright {{ color: #cc6666; }} in main() 131 pre .fg.green.bright {{ color: #b5bd68; }} in main() 132 pre .fg.yellow.bright {{ color: #f0c674; }} in main() 133 pre .fg.blue.bright {{ color: #81a2be; }} in main() 134 pre .fg.magenta.bright {{ color: #b294bb; }} in main() 135 pre .fg.cyan.bright {{ color: #8abeb7; }} in main() 136 pre .fg.white.bright {{ color: #ffffff; }} in main() 147 pre .bg.black.bright {{ background-color: #969896; }} in main() 148 pre .bg.red.bright {{ backgroun in main() [all...] |
/third_party/pulseaudio/speex/tmv/ |
H A D | filterbank_tm.h | 47 register int * restrict bright; in filterbank_compute_bank32() local 52 bright = (int*)bank->bank_right; in filterbank_compute_bank32() 59 TMDEBUG_ALIGNMEM(bright); in filterbank_compute_bank32() 93 ir0 = ld32x(bright,i); in filterbank_compute_bank32() 110 ir1 = ld32x(bright,j); in filterbank_compute_bank32() 138 register int * restrict bright; in filterbank_compute_psd16() local 143 bright = (int*)bank->bank_right; in filterbank_compute_psd16() 150 TMDEBUG_ALIGNMEM(bright); in filterbank_compute_psd16() 171 ir0 = ld32x(bright,i); in filterbank_compute_psd16() 183 ir1 = ld32x(bright, in filterbank_compute_psd16() 210 register int * restrict bleft, * restrict bright; filterbank_compute_bank32() local 252 register int * restrict bleft, * restrict bright; filterbank_compute_psd16() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_maskedclamp.c | 132 AVFrame *out, *base, *dark, *bright; in process_frame() local 137 (ret = ff_framesync_get_frame(&s->fs, 2, &bright, 0)) < 0) in process_frame() 154 td.m = bright; in process_frame() 225 AVFilterLink *bright = ctx->inputs[2]; in config_output() local 230 base->w != bright->w || base->h != bright->h) { in config_output() 237 ctx->input_pads[2].name, bright->w, bright->h); in config_output() 252 in[2].time_base = bright->time_base; in config_output() 295 .name = "bright", [all...] |
H A D | vf_procamp_vaapi.c | 48 float bright; member 90 procamp_params[i].value = map(ctx->bright, BRIGHTNESS_MIN, BRIGHTNESS_MAX, in procamp_vaapi_build_filter_params() 195 OFFSET(bright), AV_OPT_TYPE_FLOAT, { .dbl = BRIGHTNESS_DEFAULT }, BRIGHTNESS_MIN, BRIGHTNESS_MAX, .flags = FLAGS }, 197 OFFSET(bright), AV_OPT_TYPE_FLOAT, { .dbl = BRIGHTNESS_DEFAULT }, BRIGHTNESS_MIN, BRIGHTNESS_MAX, .flags = FLAGS },
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_maskedclamp.asm | 35 cglobal maskedclamp8, 5,5,5, src, dst, dark, bright, w, undershoot, overshoot 67 cglobal maskedclamp16, 5,5,5, src, dst, dark, bright, w, undershoot, overshoot
|
/third_party/backends/backend/ |
H A D | snapscan.c | 256 gamma_n (SANE_UNFIX(ps->gamma_gs), ps->bright, ps->contrast, gamma, ps->bpp, 1); in init_gamma() 259 gamma_n (SANE_UNFIX(ps->gamma_r), ps->bright, ps->contrast, gamma, ps->bpp, 1); in init_gamma() 262 gamma_n (SANE_UNFIX(ps->gamma_g), ps->bright, ps->contrast, gamma, ps->bpp, 1); in init_gamma() 265 gamma_n (SANE_UNFIX(ps->gamma_b), ps->bright, ps->contrast, gamma, ps->bpp, 1); in init_gamma() 1483 gamma_n (gamma_gs, pss->bright, pss->contrast, in download_gamma_tables() 1488 gamma_n (gamma_gs, pss->bright, pss->contrast, in download_gamma_tables() 1493 gamma_n (gamma_gs, pss->bright, pss->contrast, in download_gamma_tables() 1500 gamma_n (gamma_r, pss->bright, pss->contrast, in download_gamma_tables() 1505 gamma_n (gamma_g, pss->bright, pss->contrast, in download_gamma_tables() 1510 gamma_n (gamma_b, pss->bright, ps in download_gamma_tables() [all...] |
H A D | pnm.c | 87 static SANE_Fixed bright = 0; variable 713 bright = *(SANE_Word *) value; in sane_control_option() 755 bright = contr = 0; in sane_control_option() 939 *(SANE_Word *) value = bright; in sane_control_option() 1301 hlp += (bright >> SANE_FIXED_SCALE_SHIFT) + 128; in sane_read()
|
H A D | snapscan.h | 409 int bright; /* brightness */ member
|
H A D | snapscan-options.c | 446 ps->bright = DEFAULT_BRIGHTNESS; in init_options() 1137 *(SANE_Int *) v = pss->bright << SANE_FIXED_SCALE_SHIFT; in sane_control_option() 1474 pss->bright = *(SANE_Int *) v >> SANE_FIXED_SCALE_SHIFT; in sane_control_option()
|
H A D | artec_eplus48u.c | 2970 double bright; in calculate_brightness() local 2972 bright = (double) s->val[OPT_BRIGHTNESS].w; in calculate_brightness() 2974 bright *= 257.0; in calculate_brightness() 2977 if (bright < 0.0) in calculate_brightness() 2979 (int) (((double) cnt * (65535.0 + bright)) / 65535.0); in calculate_brightness() 2983 ((65535.0 - (double) cnt) * bright) / 65535.0); in calculate_brightness()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dvdsubenc.c | 159 int i, j, bright, mult; in select_palette() local 168 /* Bonus for bright colors */ in select_palette() 173 bright = 0; in select_palette() 175 bright += (color & 0xFF) < 0x40 || (color & 0xFF) >= 0xC0; in select_palette() 176 mult = 2 + FFMIN(bright, 2); in select_palette()
|
/third_party/skia/gm/ |
H A D | colorfilterimagefilter.cpp | 136 sk_sp<SkImageFilter> bright(make_brightness(brightness, std::move(dim))); in DEF_SIMPLE_GM() 137 paint.setImageFilter(std::move(bright)); in DEF_SIMPLE_GM()
|