| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/ |
| H A D | cac_adaptor.cpp | 523 output->config[0].offset_b = CacClamp<uint32_t>(attr_->manual_param.offset_b, 0, 1 << 16); 572 float offset_b = INTERP_CAC(attr_->auto_params[gain_low].offset_b, local 573 attr_->auto_params[gain_high].offset_b, ratio); 574 … output->config[0].offset_b = CacClamp<uint32_t>(ROUND_F(input->hdr_ratio * offset_b), 0, 1 << 16);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_cm_common.h | 49 uint32_t offset_b; member
|
| H A D | dcn30_dwb_cm.c | 104 gam_regs.offset_b = REG(DWB_OGAM_RAMA_OFFSET_B); in dwb3_program_ogam_luta_settings() 137 gam_regs.offset_b = REG(DWB_OGAM_RAMB_OFFSET_B); in dwb3_program_ogam_lutb_settings()
|
| H A D | dcn30_dpp_cm.c | 262 gam_regs.offset_b = REG(CM_GAMCOR_RAMB_OFFSET_B); in dpp3_program_gamcor_lut() 284 gam_regs.offset_b = REG(CM_GAMCOR_RAMA_OFFSET_B); in dpp3_program_gamcor_lut()
|
| H A D | dcn30_mpc.c | 220 gam_regs.offset_b = REG(MPCC_OGAM_RAMA_OFFSET_B[mpcc_id]); in mpc3_program_luta() 253 gam_regs.offset_b = REG(MPCC_OGAM_RAMB_OFFSET_B[mpcc_id]); in mpc3_program_lutb()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/acac/ |
| H A D | rk_aiq_types_acac_hw.h | 75 uint16_t offset_b; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/ |
| H A D | cac_head.h | 78 uint32_t offset_b; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/ |
| H A D | sample_cac_module.cpp | 135 param->manual_param.offset_b = 0.0; in sample_cac_v11_fill_params() 261 printf("\t offset_b : %u\n", param->offset_b); in sample_cac_v11_dump_attr()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | drmrga.h | 129 int offset_b; member
|
| H A D | im2d_type.h | 256 int offset_b; /* offset on B channal */ member
|
| /OK3568_Linux_fs/external/linux-rga/include/ |
| H A D | drmrga.h | 132 int offset_b; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | drmrga.h | 132 int offset_b; member
|
| H A D | im2d_type.h | 281 int offset_b; /* offset on B channal */ member
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | drmrga.h | 132 int offset_b; member
|
| H A D | im2d_type.h | 281 int offset_b; /* offset on B channal */ member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | drmrga.h | 132 int offset_b; member
|
| H A D | im2d_type.h | 281 int offset_b; /* offset on B channal */ member
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_type.h | 281 int offset_b; /* offset on B channal */ member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rkisp32-config.h | 244 s16 offset_b; member 1284 u16 offset_b; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-isp32-config.h | 244 __s16 offset_b; member 1284 __u16 offset_b; member
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | adv7604.c | 1039 static void adv76xx_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b… in adv76xx_set_offset() argument 1046 offset_b = 0x3ff; in adv76xx_set_offset() 1052 offset_a, offset_b, offset_c); in adv76xx_set_offset() 1055 offset_buf[1] = ((offset_a & 0x00f) << 4) | ((offset_b & 0x3c0) >> 6); in adv76xx_set_offset() 1056 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); in adv76xx_set_offset()
|
| H A D | adv7842.c | 1117 static void adv7842_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b… in adv7842_set_offset() argument 1124 offset_b = 0x3ff; in adv7842_set_offset() 1130 offset_a, offset_b, offset_c); in adv7842_set_offset() 1133 offset_buf[1] = ((offset_a & 0x00f) << 4) | ((offset_b & 0x3c0) >> 6); in adv7842_set_offset() 1134 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); in adv7842_set_offset()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_chan.c | 686 , u8 ch_b, enum channel_width bw_b, enum chan_offset offset_b) in _phl_is_chbw_grouped() argument 696 if (offset_a != offset_b) in _phl_is_chbw_grouped()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_chan.c | 686 , u8 ch_b, enum channel_width bw_b, enum chan_offset offset_b) in _phl_is_chbw_grouped() argument 696 if (offset_a != offset_b) in _phl_is_chbw_grouped()
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d_impl.cpp | 1487 opt.nn.offset_r, opt.nn.offset_g, opt.nn.offset_b); in rga_dump_opt() 1759 dstinfo.nn.offset_b = opt.nn.offset_b; in rga_task_submit()
|