Home
last modified time | relevance | path

Searched refs:coeff (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dipu_disp.c35 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 DCVE-2019-7575.patch35 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 DCVE-2019-7577.patch68 Sint16 *coeff[2];
99 new_sample = MS_ADPCM_nibble(state[0],nybble,coeff[0]);
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dexynos-dp.txt41 samsung,ycbcr-coeff: YCbCr co-efficients for input video
67 samsung,ycbcr-coeff = <0>;
/openbmc/u-boot/arch/arm/dts/
H A Dexynos5420-smdk5420.dts145 samsung,ycbcr-coeff = <0>;
H A Dexynos54xx.dtsi205 samsung,ycbcr-coeff = <0>;
H A Dexynos5800-peach-pi.dts175 samsung,ycbcr-coeff = <0>;
H A Dexynos5250-smdk5250.dts142 samsung,ycbcr-coeff = <0>;
H A Dexynos5250-spring.dts209 samsung,ycbcr-coeff = <0>;
464 samsung,ycbcr-coeff = <0>;
H A Dexynos5420-peach-pit.dts312 samsung,ycbcr-coeff = <0>;
H A Dexynos5250-snow.dts384 samsung,ycbcr-coeff = <0>;
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c2519 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 D0002-Remove-LGPL-Code-and-references.patch831 - Scalar al = C.row(i).dot(x) - f.coeff(i);
868 - lambda = (std::min)(lambda, (f.coeff(i)-C.row(i).dot(x)) / bb);