Searched defs:y_black (Results 1 – 7 of 7) sorted by relevance
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/decoders/ |
H A D | flv_decoder.c | 1473 static size_t write_black_pixel(unsigned char *idst, int pal, int npixels, int y_black) { in write_black_pixel() 1549 int y_black = (cdata->YUV_clamping == WEED_YUV_CLAMPING_CLAMPED) ? 16 : 0; in get_frame() local
|
H A D | asf_decoder.c | 2541 static size_t write_black_pixel(unsigned char *idst, int pal, int npixels, int y_black) { in write_black_pixel() 2625 int y_black = (cdata->YUV_clamping == WEED_YUV_CLAMPING_CLAMPED) ? 16 : 0; in get_frame() local
|
H A D | ogg_decoder.c | 2349 static size_t write_black_pixel(unsigned char *idst, int pal, int npixels, int y_black) { in write_black_pixel() 2669 int y_black = (cdata->YUV_clamping == WEED_YUV_CLAMPING_CLAMPED) ? 16 : 0; in get_frame() local
|
H A D | mpegts_decoder.c | 3396 static size_t write_black_pixel(unsigned char *idst, int pal, int npixels, int y_black) { in write_black_pixel() 3472 int y_black = (cdata->YUV_clamping == WEED_YUV_CLAMPING_CLAMPED) ? 16 : 0; in get_frame() local
|
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/ |
H A D | weed-plugin-utils.c | 840 uint8_t y_black = yuv_clamping == WEED_YUV_CLAMPING_UNCLAMPED ? 0 : 16; in blank_pixel() local
|
/dports/graphics/darktable38/darktable-3.8.0/src/iop/ |
H A D | filmicrgb.c | 3136 float y_black = 0.f; in dt_iop_tonecurve_draw() local
|
/dports/graphics/darktable/darktable-3.6.1/src/iop/ |
H A D | filmicrgb.c | 2991 float y_black = 0.f; in dt_iop_tonecurve_draw() local
|