| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | poly-int.h | 330 ((void) (&(RES).coeffs[0] == (C *) 0), \ 332 ? (void) ((RES).coeffs[I] = VALUE) \ 333 : (void) ((RES).coeffs[I].~C (), new (&(RES).coeffs[I]) C (VALUE))) 383 C coeffs[N]; 392 POLY_SET_COEFF (C, *this, i, a.coeffs[i]); 404 POLY_SET_COEFF (C, *this, i, wi::ints_for<C>::zero (this->coeffs[0])); 414 this->coeffs[i] += a.coeffs[i]; 423 this->coeffs[0] += a; 433 this->coeffs[i] -= a.coeffs[i]; 442 this->coeffs[0] -= a; [all …]
|
| H A D | machmode.h | 624 #define GET_MODE_SIZE(MODE) ((unsigned short) mode_to_bytes (MODE).coeffs[0]) 643 return mode_to_bytes (mode).coeffs[0]; 650 #define GET_MODE_BITSIZE(MODE) ((unsigned short) mode_to_bits (MODE).coeffs[0]) 669 return mode_to_bits (mode).coeffs[0]; 677 ((unsigned short) mode_to_precision (MODE).coeffs[0]) 696 return mode_to_precision (mode).coeffs[0]; 736 #define GET_MODE_NUNITS(MODE) (mode_to_nunits (MODE).coeffs[0]) 755 return mode_to_nunits (mode).coeffs[0]; 970 && mode_to_precision (mme).coeffs[0] <= HOST_BITS_PER_WIDE_INT);
|
| H A D | inchash.h | 65 add_int (v.coeffs[i]); in add_poly_int() 79 add_hwi (v.coeffs[i]); in add_poly_hwi()
|
| H A D | data-streamer.h | 139 bp_pack_value (bp, val.coeffs[i], nbits); in bp_pack_poly_value() 197 x.coeffs[i] = bp_unpack_value (bp, nbits); in bp_unpack_poly_value()
|
| H A D | target.h | 290 return x.coeffs[0]; in estimated_poly_value()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | poly-int.h | 330 ((void) (&(RES).coeffs[0] == (C *) 0), \ 332 ? (void) ((RES).coeffs[I] = VALUE) \ 333 : (void) ((RES).coeffs[I].~C (), new (&(RES).coeffs[I]) C (VALUE))) 383 C coeffs[N]; 392 POLY_SET_COEFF (C, *this, i, a.coeffs[i]); 404 POLY_SET_COEFF (C, *this, i, wi::ints_for<C>::zero (this->coeffs[0])); 414 this->coeffs[i] += a.coeffs[i]; 423 this->coeffs[0] += a; 433 this->coeffs[i] -= a.coeffs[i]; 442 this->coeffs[0] -= a; [all …]
|
| H A D | machmode.h | 624 #define GET_MODE_SIZE(MODE) ((unsigned short) mode_to_bytes (MODE).coeffs[0]) 643 return mode_to_bytes (mode).coeffs[0]; 650 #define GET_MODE_BITSIZE(MODE) ((unsigned short) mode_to_bits (MODE).coeffs[0]) 669 return mode_to_bits (mode).coeffs[0]; 677 ((unsigned short) mode_to_precision (MODE).coeffs[0]) 696 return mode_to_precision (mode).coeffs[0]; 736 #define GET_MODE_NUNITS(MODE) (mode_to_nunits (MODE).coeffs[0]) 755 return mode_to_nunits (mode).coeffs[0]; 970 && mode_to_precision (mme).coeffs[0] <= HOST_BITS_PER_WIDE_INT);
|
| H A D | inchash.h | 65 add_int (v.coeffs[i]); in add_poly_int() 79 add_hwi (v.coeffs[i]); in add_poly_hwi()
|
| H A D | data-streamer.h | 139 bp_pack_value (bp, val.coeffs[i], nbits); in bp_pack_poly_value() 197 x.coeffs[i] = bp_unpack_value (bp, nbits); in bp_unpack_poly_value()
|
| H A D | target.h | 290 return x.coeffs[0]; in estimated_poly_value()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_color_mgmt.c | 49 const s32 *coeffs; in komeda_select_yuv2rgb_coeffs() local 53 coeffs = narrow ? yuv2rgb_bt709_narrow : yuv2rgb_bt709_wide; in komeda_select_yuv2rgb_coeffs() 56 coeffs = narrow ? yuv2rgb_bt601_narrow : yuv2rgb_bt601_wide; in komeda_select_yuv2rgb_coeffs() 59 coeffs = yuv2rgb_bt2020; in komeda_select_yuv2rgb_coeffs() 62 coeffs = NULL; in komeda_select_yuv2rgb_coeffs() 66 return coeffs; in komeda_select_yuv2rgb_coeffs() 92 drm_lut_to_coeffs(struct drm_property_blob *lut_blob, u32 *coeffs, in drm_lut_to_coeffs() argument 108 coeffs[num++] = drm_color_lut_extract(lut[in].red, in drm_lut_to_coeffs() 113 coeffs[num] = BIT(KOMEDA_COLOR_PRECISION); in drm_lut_to_coeffs() 116 void drm_lut_to_fgamma_coeffs(struct drm_property_blob *lut_blob, u32 *coeffs) in drm_lut_to_fgamma_coeffs() argument [all …]
|
| H A D | komeda_color_mgmt.h | 20 void drm_lut_to_fgamma_coeffs(struct drm_property_blob *lut_blob, u32 *coeffs); 21 void drm_ctm_to_coeffs(struct drm_property_blob *ctm_blob, u32 *coeffs);
|
| /OK3568_Linux_fs/kernel/drivers/misc/echo/ |
| H A D | fir.h | 44 const int16_t *coeffs; member 56 const int32_t *coeffs; member 67 const float *coeffs; member 72 const int16_t *coeffs, int taps) in fir16_create() argument 76 fir->coeffs = coeffs; in fir16_create() 104 y += fir->coeffs[i] * fir->history[i - offset1]; in fir16() 106 y += fir->coeffs[i] * fir->history[i + offset2]; in fir16() 114 const int32_t *coeffs, int taps) in fir32_create() argument 118 fir->coeffs = coeffs; in fir32_create() 145 y += fir->coeffs[i] * fir->history[i - offset1]; in fir32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/ |
| H A D | mtk_drm_ddp_comp.c | 242 uint16_t coeffs[9] = { 0 }; in mtk_ccorr_ctm_set() local 252 for (i = 0; i < ARRAY_SIZE(coeffs); i++) in mtk_ccorr_ctm_set() 253 coeffs[i] = mtk_ctm_s31_32_to_s1_10(input[i]); in mtk_ccorr_ctm_set() 255 mtk_ddp_write(cmdq_pkt, coeffs[0] << 16 | coeffs[1], in mtk_ccorr_ctm_set() 257 mtk_ddp_write(cmdq_pkt, coeffs[2] << 16 | coeffs[3], in mtk_ccorr_ctm_set() 259 mtk_ddp_write(cmdq_pkt, coeffs[4] << 16 | coeffs[5], in mtk_ccorr_ctm_set() 261 mtk_ddp_write(cmdq_pkt, coeffs[6] << 16 | coeffs[7], in mtk_ccorr_ctm_set() 263 mtk_ddp_write(cmdq_pkt, coeffs[8] << 16, in mtk_ccorr_ctm_set()
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | si1133.c | 248 const struct si1133_coeff *coeffs) in si1133_calculate_output() argument 256 shift = ((u16)coeffs->info & 0xFF00) >> 8; in si1133_calculate_output() 263 coeffs->mag, shift); in si1133_calculate_output() 270 coeffs->mag, shift); in si1133_calculate_output() 283 const struct si1133_coeff *coeffs) in si1133_calc_polynomial() argument 291 if (coeffs->info < 0) in si1133_calc_polynomial() 296 x_order = si1133_get_x_order(coeffs->info); in si1133_calc_polynomial() 297 y_order = si1133_get_y_order(coeffs->info); in si1133_calc_polynomial() 301 sign * coeffs->mag << SI1133_LUX_OUTPUT_FRACTION; in si1133_calc_polynomial() 306 coeffs); in si1133_calc_polynomial() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_color.c | 232 u16 coeffs[9]) in ilk_csc_convert_ctm() 257 coeffs[i] = 0; in ilk_csc_convert_ctm() 261 coeffs[i] |= 1 << 15; in ilk_csc_convert_ctm() 264 coeffs[i] |= (3 << 12) | in ilk_csc_convert_ctm() 267 coeffs[i] |= (2 << 12) | in ilk_csc_convert_ctm() 270 coeffs[i] |= (1 << 12) | in ilk_csc_convert_ctm() 273 coeffs[i] |= ILK_CSC_COEFF_FP(abs_coeff, 9); in ilk_csc_convert_ctm() 275 coeffs[i] |= (7 << 12) | in ilk_csc_convert_ctm() 278 coeffs[i] |= (6 << 12) | in ilk_csc_convert_ctm() 357 u16 coeffs[9]; in chv_load_cgm_csc() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/xlnx/ |
| H A D | zynqmp_disp.c | 722 const u16 *coeffs; in zynqmp_disp_blend_set_output_format() local 728 coeffs = csc_identity_matrix; in zynqmp_disp_blend_set_output_format() 731 coeffs = csc_rgb_to_sdtv_matrix; in zynqmp_disp_blend_set_output_format() 738 coeffs[i]); in zynqmp_disp_blend_set_output_format() 792 const u16 *coeffs, in zynqmp_disp_blend_layer_set_csc() argument 817 zynqmp_disp_blend_write(blend, reg + 0, coeffs[i + swap[0]]); in zynqmp_disp_blend_layer_set_csc() 818 zynqmp_disp_blend_write(blend, reg + 4, coeffs[i + swap[1]]); in zynqmp_disp_blend_layer_set_csc() 819 zynqmp_disp_blend_write(blend, reg + 8, coeffs[i + swap[2]]); in zynqmp_disp_blend_layer_set_csc() 839 const u16 *coeffs; in zynqmp_disp_blend_layer_enable() local 853 coeffs = csc_sdtv_to_rgb_matrix; in zynqmp_disp_blend_layer_enable() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/ |
| H A D | area_formulas.hpp | 499 CT coeffs[SeriesOrder + 1]; in ellipsoidal() local 517 evaluate_coeffs_var2(eps, coeffs_var, coeffs); in ellipsoidal() 528 evaluate_coeffs_var2(k2, coeffs_var, coeffs); in ellipsoidal() 533 CT I12 = clenshaw_sum(cos_sig2, coeffs, coeffs + series_order_plus_one) in ellipsoidal() 534 - clenshaw_sum(cos_sig1, coeffs, coeffs + series_order_plus_one); in ellipsoidal()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vicodec/ |
| H A D | codec-fwht.c | 710 fwht(input, cf->coeffs, stride, input_step, 1); in encode_plane() 711 quantize_intra(cf->coeffs, cf->de_coeffs, in encode_plane() 716 fwht16(deltablock, cf->coeffs, 8, 0); in encode_plane() 717 quantize_inter(cf->coeffs, cf->de_coeffs, in encode_plane() 731 size = rlc(cf->coeffs, *rlco, blocktype); in encode_plane() 885 stat = derlc(rlco, cf->coeffs, end_of_rlco_buf); in decode_plane() 889 dequantize_inter(cf->coeffs); in decode_plane() 891 dequantize_intra(cf->coeffs); in decode_plane() 893 ifwht(cf->coeffs, cf->de_fwht, in decode_plane()
|
| H A D | codec-fwht.h | 115 s16 coeffs[8 * 8]; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_csi2.c | 281 atomisp_csi2_configure_calc(const short int coeffs[2], int mipi_freq, int def) in atomisp_csi2_configure_calc() 290 r = accinv * coeffs[1] * (500000000 >> LIMIT_SHIFT); in atomisp_csi2_configure_calc() 292 r += accinv * coeffs[0]; in atomisp_csi2_configure_calc()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_transform_v.c | 288 const uint16_t *coeffs, in program_multi_taps_filter() argument 300 if (!coeffs) in program_multi_taps_filter() 339 data, coeffs[array_idx], in program_multi_taps_filter() 355 data, coeffs[array_idx + 1], in program_multi_taps_filter()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/ |
| H A D | malidp_crtc.c | 125 u32 coeffs[MALIDP_COEFFTAB_NUM_COEFFS]) in malidp_generate_gamma_table() 140 coeffs[i] = DE_COEFTAB_DATA(a, b); in malidp_generate_gamma_table()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_transform.c | 210 const uint16_t *coeffs, in program_multi_taps_filter() argument 220 if (!coeffs) in program_multi_taps_filter() 235 uint16_t even_coeff = coeffs[array_idx]; in program_multi_taps_filter() 245 odd_coeff = coeffs[array_idx + 1]; in program_multi_taps_filter()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | max2175.c | 428 u8 bank, const u16 *coeffs) in max2175_set_filter_coeffs() argument 441 max2175_write(ctx, 115, coeffs[i] >> 8); in max2175_set_filter_coeffs() 442 max2175_write(ctx, 116, coeffs[i]); in max2175_set_filter_coeffs()
|