Searched defs:max_rgb (Results 1 – 7 of 7) sorted by relevance
| /third_party/astc-encoder/Utils/ |
| D | astc_rgbm_codec.cpp | 101 float max_rgb = astc::max(r_in, g_in, b_in); in main() local
|
| /third_party/backends/backend/ |
| D | plustek-usbcal.c | 261 RGBUShortDef max_rgb, min_rgb, tmp_rgb; in cano_AdjustLightsource() local 588 RGBUShortDef max_rgb; in cano_AdjustGain() local
|
| D | plustek-usbshading.c | 949 RGBUShortDef max_rgb, min_rgb, tmp_rgb; in usb_AdjustGain() local
|
| /third_party/mesa3d/src/amd/common/nir/ |
| D | ac_nir_lower_ps_late.c | 387 uint32_t max_rgb = is_int8 ? 255 : 1023; in emit_ps_color_export() local 404 uint32_t max_rgb = is_int8 ? 127 : 511; in emit_ps_color_export() local
|
| /third_party/skia/m133/src/encode/ |
| D | SkICC.cpp | 763 float max_rgb = std::max(std::max(rgb[0], rgb[1]), rgb[2]); in SkWriteICCProfile() local 904 float max_rgb = std::max(std::max(rgb[0], rgb[1]), rgb[2]); in SkWriteICCProfileWithCicp() local
|
| /third_party/mesa3d/src/amd/llvm/ |
| D | ac_llvm_build.c | 1869 LLVMValueRef max_rgb = LLVMConstInt(ctx->i32, bits == 8 ? 127 : bits == 10 ? 511 : 32767, 0); in ac_build_cvt_pk_i16() local 1894 LLVMValueRef max_rgb = LLVMConstInt(ctx->i32, bits == 8 ? 255 : bits == 10 ? 1023 : 65535, 0); in ac_build_cvt_pk_u16() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_instruction_selection.cpp | 10544 uint32_t max_rgb = is_int8 ? 255 : is_int10 ? 1023 : 0; in export_fs_mrt_color() local 10563 uint32_t max_rgb = is_int8 ? 127 : is_int10 ? 511 : 0; in export_fs_mrt_color() local
|