Home
last modified time | relevance | path

Searched refs:emboss_params (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aie/
H A Drk_aiq_algo_aie_itf.cpp71 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()
H A Drk_aiq_types_algo_aie_prvt.h17 rk_aiq_aie_params_int_t emboss_params; member