Home
last modified time | relevance | path

Searched refs:sketch_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.cpp81 ctx->sketch_params.mode_coeffs[0] = 0xc;//-1 in create_context()
82 ctx->sketch_params.mode_coeffs[1] = 0xc;//-1 in create_context()
83 ctx->sketch_params.mode_coeffs[2] = 0xc;//-1 in create_context()
84 ctx->sketch_params.mode_coeffs[3] = 0xc;//-1 in create_context()
85 ctx->sketch_params.mode_coeffs[4] = 0xb;// 0x8 in create_context()
86 ctx->sketch_params.mode_coeffs[5] = 0xc;//-1 in create_context()
87 ctx->sketch_params.mode_coeffs[6] = 0xc;//-1 in create_context()
88 ctx->sketch_params.mode_coeffs[7] = 0xc;//-1 in create_context()
89 ctx->sketch_params.mode_coeffs[8] = 0xc;//-1 in create_context()
237 int_params = &ctx->sketch_params; in processing()
H A Drk_aiq_types_algo_aie_prvt.h18 rk_aiq_aie_params_int_t sketch_params; member