Searched refs:coeff (Results 1 – 13 of 13) sorted by relevance
| /openbmc/u-boot/drivers/video/ |
| H A D | ipu_disp.c | 35 const int (*coeff)[5][3]; member 383 const int (*coeff)[5][3]; in ipu_dp_csc_setup() local 392 coeff = dp_csc_param.coeff; in ipu_dp_csc_setup() 394 if (coeff) { in ipu_dp_csc_setup() 395 __raw_writel(mask_a((*coeff)[0][0]) | in ipu_dp_csc_setup() 396 (mask_a((*coeff)[0][1]) << 16), DP_CSC_A_0()); in ipu_dp_csc_setup() 397 __raw_writel(mask_a((*coeff)[0][2]) | in ipu_dp_csc_setup() 398 (mask_a((*coeff)[1][0]) << 16), DP_CSC_A_1()); in ipu_dp_csc_setup() 399 __raw_writel(mask_a((*coeff)[1][1]) | in ipu_dp_csc_setup() 400 (mask_a((*coeff)[1][2]) << 16), DP_CSC_A_2()); in ipu_dp_csc_setup() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
| H A D | CVE-2019-7575.patch | 35 Sint16 *coeff[2]; 54 coeff[1] = MS_ADPCM_state.aCoeff[state[1]->hPredictor]; 70 new_sample = MS_ADPCM_nibble(state[0],nybble,coeff[0]);
|
| H A D | CVE-2019-7577.patch | 68 Sint16 *coeff[2]; 99 new_sample = MS_ADPCM_nibble(state[0],nybble,coeff[0]);
|
| /openbmc/u-boot/doc/device-tree-bindings/video/ |
| H A D | exynos-dp.txt | 41 samsung,ycbcr-coeff: YCbCr co-efficients for input video 67 samsung,ycbcr-coeff = <0>;
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | exynos5420-smdk5420.dts | 145 samsung,ycbcr-coeff = <0>;
|
| H A D | exynos54xx.dtsi | 205 samsung,ycbcr-coeff = <0>;
|
| H A D | exynos5800-peach-pi.dts | 175 samsung,ycbcr-coeff = <0>;
|
| H A D | exynos5250-smdk5250.dts | 142 samsung,ycbcr-coeff = <0>;
|
| H A D | exynos5250-spring.dts | 209 samsung,ycbcr-coeff = <0>; 464 samsung,ycbcr-coeff = <0>;
|
| H A D | exynos5420-peach-pit.dts | 312 samsung,ycbcr-coeff = <0>;
|
| H A D | exynos5250-snow.dts | 384 samsung,ycbcr-coeff = <0>;
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve_helper.c | 2519 static const uint16_t coeff[] = { in HELPER() local 2532 d[i] = coeff[idx] | (exp << 10); in HELPER() 2539 static const uint32_t coeff[] = { in HELPER() local 2564 d[i] = coeff[idx] | (exp << 23); in HELPER() 2571 static const uint64_t coeff[] = { in HELPER() local 2602 d[i] = coeff[idx] | (exp << 52); in HELPER() 5493 static const float16 coeff[16] = { local 5515 d[i] = float16_muladd(n[i], mm, coeff[xx], flags, s); 5522 static const float32 coeff[16] = { in HELPER() local 5546 d[i] = float32_muladd(n[i], mm, coeff[xx], flags, s); in HELPER() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/ |
| H A D | 0002-Remove-LGPL-Code-and-references.patch | 831 - Scalar al = C.row(i).dot(x) - f.coeff(i); 868 - lambda = (std::min)(lambda, (f.coeff(i)-C.row(i).dot(x)) / bb);
|