Searched refs:sketch_params (Results 1 – 2 of 2) sorted by relevance
81 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()
18 rk_aiq_aie_params_int_t sketch_params; member