Searched refs:stitch (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-params.c2325 acc->anr.stitch.anr_stitch_en =
2326 acc_user->anr.stitch.anr_stitch_en;
2327 memcpy(acc->anr.stitch.pyramid, acc_user->anr.stitch.pyramid,
2328 sizeof(acc->anr.stitch.pyramid));
2332 acc->anr.stitch.anr_stitch_en =
2333 acc_old->anr.stitch.anr_stitch_en;
2334 memcpy(acc->anr.stitch.pyramid, acc_old->anr.stitch.pyramid,
2335 sizeof(acc->anr.stitch
[all...]
H A Dipu3-tables.c9534 .stitch = {
H A Dipu3-abi.h1190 struct imgu_abi_anr_stitch_config stitch __aligned(32);
/linux-master/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h1481 * @clamp_stitch: Slope to stitch between clamped and unclamped edge values
2417 * struct ipu3_uapi_anr_stitch_pyramid - ANR stitch pyramid
2432 * struct ipu3_uapi_anr_stitch_config - ANR stitch config
2434 * @anr_stitch_en: enable stitch. Enabled with 1.
2457 * @stitch: create 4x4 patch from 4 surrounding 8x8 patches.
2461 struct ipu3_uapi_anr_stitch_config stitch __attribute__((aligned(32))); member in struct:ipu3_uapi_anr_config

Completed in 133 milliseconds