Lines Matching refs:params

51 		const struct bit_depth_reduction_params *params)  in opp1_set_truncation()  argument
54 FMT_TRUNCATE_EN, params->flags.TRUNCATE_ENABLED, in opp1_set_truncation()
55 FMT_TRUNCATE_DEPTH, params->flags.TRUNCATE_DEPTH, in opp1_set_truncation()
56 FMT_TRUNCATE_MODE, params->flags.TRUNCATE_MODE); in opp1_set_truncation()
61 const struct bit_depth_reduction_params *params) in opp1_set_spatial_dither() argument
75 if (params->flags.FRAME_RANDOM == 1) { in opp1_set_spatial_dither()
76 if (params->flags.SPATIAL_DITHER_DEPTH == 0 || params->flags.SPATIAL_DITHER_DEPTH == 1) { in opp1_set_spatial_dither()
80 } else if (params->flags.SPATIAL_DITHER_DEPTH == 2) { in opp1_set_spatial_dither()
97 FMT_RAND_R_SEED, params->r_seed_value); in opp1_set_spatial_dither()
100 FMT_RAND_G_SEED, params->g_seed_value); in opp1_set_spatial_dither()
103 FMT_RAND_B_SEED, params->b_seed_value); in opp1_set_spatial_dither()
123 FMT_SPATIAL_DITHER_EN, params->flags.SPATIAL_DITHER_ENABLED, in opp1_set_spatial_dither()
127 FMT_SPATIAL_DITHER_MODE, params->flags.SPATIAL_DITHER_MODE, in opp1_set_spatial_dither()
129 FMT_SPATIAL_DITHER_DEPTH, params->flags.SPATIAL_DITHER_DEPTH, in opp1_set_spatial_dither()
131 FMT_HIGHPASS_RANDOM_ENABLE, params->flags.HIGHPASS_RANDOM, in opp1_set_spatial_dither()
133 FMT_FRAME_RANDOM_ENABLE, params->flags.FRAME_RANDOM, in opp1_set_spatial_dither()
135 FMT_RGB_RANDOM_ENABLE, params->flags.RGB_RANDOM); in opp1_set_spatial_dither()
140 const struct bit_depth_reduction_params *params) in opp1_program_bit_depth_reduction() argument
144 opp1_set_truncation(oppn10, params); in opp1_program_bit_depth_reduction()
145 opp1_set_spatial_dither(oppn10, params); in opp1_program_bit_depth_reduction()
160 const struct clamping_and_pixel_encoding_params *params) in opp1_set_pixel_encoding() argument
162 switch (params->pixel_encoding) { in opp1_set_pixel_encoding()
190 const struct clamping_and_pixel_encoding_params *params) in opp1_set_clamping() argument
196 switch (params->clamping_level) { in opp1_set_clamping()
268 const struct clamping_and_pixel_encoding_params *params) in opp1_program_clamping_and_pixel_encoding() argument
272 opp1_set_clamping(oppn10, params); in opp1_program_clamping_and_pixel_encoding()
273 opp1_set_pixel_encoding(oppn10, params); in opp1_program_clamping_and_pixel_encoding()