Searched refs:is_rgb (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dec/ |
D | io.c | 519 const int is_rgb = WebPIsRGBMode(colorspace); in CustomSetup() local 533 const int ok = is_rgb ? InitRGBRescaler(io, p) : InitYUVRescaler(io, p); in CustomSetup() 538 if (is_rgb) { in CustomSetup() 562 : is_rgb ? EmitAlphaRGB in CustomSetup() 564 if (is_rgb) { in CustomSetup() 570 if (is_rgb) { in CustomSetup()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | io.c | 541 const int is_rgb = WebPIsRGBMode(colorspace); in CustomSetup() local 553 const int ok = is_rgb ? InitRGBRescaler(io, p) : InitYUVRescaler(io, p); in CustomSetup() 558 if (is_rgb) { in CustomSetup() 582 : is_rgb ? EmitAlphaRGB in CustomSetup() 587 if (is_rgb) { in CustomSetup()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_schedule.c | 507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; in merge_presub_sources() local 515 is_rgb = 1; in merge_presub_sources() 520 is_rgb = 0; in merge_presub_sources() 543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, in merge_presub_sources() 558 free_source = rc_pair_alloc_source(dst_full, is_rgb, in merge_presub_sources()
|
/external/kernel-headers/original/uapi/linux/ |
D | videodev2.h | 364 #define V4L2_MAP_QUANTIZATION_DEFAULT(is_rgb, colsp, ycbcr_enc) \ argument 365 (((is_rgb) && (colsp) == V4L2_COLORSPACE_BT2020) ? V4L2_QUANTIZATION_LIM_RANGE : \ 366 (((is_rgb) || (ycbcr_enc) == V4L2_YCBCR_ENC_XV601 || \
|
/external/webp/src/enc/ |
D | picture_csp.c | 846 const int is_rgb = (r_ptr < b_ptr); // otherwise it's bgr in ImportYUVAFromRGBA() local 906 if (is_rgb) { in ImportYUVAFromRGBA()
|