Home
last modified time | relevance | path

Searched refs:offset_b (Results 1 – 25 of 75) sorted by relevance

123

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/
H A Dcac_adaptor.cpp523 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 Ddcn30_cm_common.h49 uint32_t offset_b; member
H A Ddcn30_dwb_cm.c104 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 Ddcn30_dpp_cm.c262 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 Ddcn30_mpc.c220 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 Drk_aiq_types_acac_hw.h75 uint16_t offset_b; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dcac_head.h78 uint32_t offset_b; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_cac_module.cpp135 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 Ddrmrga.h129 int offset_b; member
H A Dim2d_type.h256 int offset_b; /* offset on B channal */ member
/OK3568_Linux_fs/external/linux-rga/include/
H A Ddrmrga.h132 int offset_b; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Ddrmrga.h132 int offset_b; member
H A Dim2d_type.h281 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 Ddrmrga.h132 int offset_b; member
H A Dim2d_type.h281 int offset_b; /* offset on B channal */ member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Ddrmrga.h132 int offset_b; member
H A Dim2d_type.h281 int offset_b; /* offset on B channal */ member
/OK3568_Linux_fs/external/linux-rga/im2d_api/
H A Dim2d_type.h281 int offset_b; /* offset on B channal */ member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp32-config.h244 s16 offset_b; member
1284 u16 offset_b; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp32-config.h244 __s16 offset_b; member
1284 __u16 offset_b; member
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dadv7604.c1039 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 Dadv7842.c1117 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 Dphl_chan.c686 , 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 Dphl_chan.c686 , 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 Dim2d_impl.cpp1487 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()

123