Searched refs:emboss_params (Results 1 – 2 of 2) sorted by relevance
71 ctx->emboss_params.mode_coeffs[0] = 0x9;// 2 in create_context()72 ctx->emboss_params.mode_coeffs[1] = 0x0;// 0 in create_context()73 ctx->emboss_params.mode_coeffs[2] = 0x0;// 0 in create_context()74 ctx->emboss_params.mode_coeffs[3] = 0x8;// 1 in create_context()75 ctx->emboss_params.mode_coeffs[4] = 0x0;// 0 in create_context()76 ctx->emboss_params.mode_coeffs[5] = 0xc;// -1 in create_context()77 ctx->emboss_params.mode_coeffs[6] = 0x0;// 0x0 in create_context()78 ctx->emboss_params.mode_coeffs[7] = 0xc;// -1 in create_context()79 ctx->emboss_params.mode_coeffs[8] = 0x9;// 2 in create_context()234 int_params = &ctx->emboss_params; in processing()
17 rk_aiq_aie_params_int_t emboss_params; member