Home
last modified time | relevance | path

Searched refs:prediction (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/qemu/ui/
H A Dvnc-enc-tight.c557 int prediction; in tight_filter_gradient24() local
588 prediction = left[c] + upper[c] - upperleft[c]; in tight_filter_gradient24()
589 if (prediction < 0) { in tight_filter_gradient24()
590 prediction = 0; in tight_filter_gradient24()
591 } else if (prediction > 0xFF) { in tight_filter_gradient24()
592 prediction = 0xFF; in tight_filter_gradient24()
594 *buf++ = (char)(here[c] - prediction); in tight_filter_gradient24()
615 int prediction; \
648 prediction = left[c] + upper[c] - upperleft[c]; \
649 if (prediction < 0) { \
[all …]
/openbmc/linux/Documentation/staging/
H A Dspeculation.rst11 employ speculative execution techniques such as branch prediction, performing
20 For example, in the presence of branch prediction, it is possible for bounds
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec-stateless.rst411 The prediction weight table must be passed by applications
988 for inter-prediction
992 for inter-prediction
1166 - Macroblock prediction mode adjustment (signed) delta value.
1398 - If set only frame-DCT and frame prediction are used.
1514 - Inter prediction mode probabilities delta.
1523 - Compound prediction mode probabilities delta.
1532 - Y prediction mode probabilities delta.
1535 - UV prediction mode probabilities delta.
1693 - Specifies the filter selection used for performing inter prediction. See
[all …]
H A Dext-ctrls-codec.rst1165 Enable constrained intra prediction for H264. Applicable to the H264
2561 Indicates constant intra prediction for HEVC encoder. Specifies the
2562 constrained intra prediction in which intra largest coding unit (LCU)
2563 prediction is performed by using residual data and decoded samples of
2565 prediction and setting the value to 0 disables constant intra prediction.
2582 prediction filtering process in the CVS when set to 1. Indicates bi-linear
2590 Indicates temporal motion vector prediction for HEVC encoder. Setting it to
2591 1 enables the prediction. Setting it to 0 disables the prediction.
/openbmc/u-boot/doc/
H A DREADME.AX2511 - Optional branch prediction
H A DREADME.N121310 - Dynamic branch prediction.
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst6 Spectre is a class of side channel attacks that exploit branch prediction
18 use branch prediction and speculative execution.
107 control. Since the branch prediction on impacted hardware does not
108 fully disambiguate branch address and uses the offset for prediction,
264 prediction when the return stack buffer underflows while switching to
396 - Indirect branch prediction barrier (IBPB) status for protection between
407 - Single threaded indirect branch prediction (STIBP) status for protection
607 (indirect branch prediction) vulnerability. System may
H A Dcross-thread-rsb.rst13 address prediction entries with safe targets when context switching to the idle
H A Dsrso.rst138 an indrect branch prediction barrier after having applied the required
/openbmc/linux/Documentation/powerpc/
H A Ddexcr.rst13 branch target prediction) and enabling return-oriented programming (ROP)
/openbmc/linux/arch/s390/
H A DKconfig521 prompt "Enable modified branch prediction for the kernel by default"
524 branch prediction mode if the firmware interface is available.
525 The modified branch prediction mode improves the behaviour in
529 can be used to run the kernel in the normal branch prediction mode.
531 With the option disabled the modified branch prediction mode is
/openbmc/linux/Documentation/networking/
H A Dtls.rst283 ``TLS_RX_EXPECT_NO_PAD`` mis-prediction. Note that this counter will
288 ``TLS_RX_EXPECT_NO_PAD`` mis-prediction.
/openbmc/linux/arch/arm/mm/
H A DKconfig845 bool "Disable branch prediction"
848 Say Y here to disable branch prediction. If unsure, say N.
863 internal branch predictor state and limiting the prediction
/openbmc/linux/tools/memory-model/Documentation/
H A Dcontrol-dependencies.txt20 are permitted to predict the result of the load from "b". This prediction
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra114.dtsi275 <0x6001c800 0x100>, /* Pixel prediction block */
H A Dtegra20.dtsi342 <0x6001c800 0x100>, /* Pixel prediction block */
H A Dtegra30.dtsi521 <0x6001c800 0x100>, /* Pixel prediction block */
/openbmc/linux/Documentation/RCU/
H A Drcu_dereference.rst200 optimizations that leverage the branch-prediction hardware are
/openbmc/linux/Documentation/scheduler/
H A Dsched-energy.rst411 In order to make accurate prediction across CPUs and for all performance
/openbmc/qemu/target/s390x/
H A Dcpu_features_def.h.inc92 DEF_FEAT(BPB, "bpb", STFL, 82, "Branch prediction blocking")
/openbmc/linux/Documentation/translations/ko_KR/
H A Dmemory-barriers.txt395 예측(speculative branch prediction), 다양한 종류의 캐싱(caching) 등의 다양한
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch69 +// Branch prediction hints
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch548 + /* ISO/IEC 23008-2, ITU-T Rec. H.265: Weighted prediction parameter */
778 + /* ISO/IEC 23008-2, ITU-T Rec. H.265: Weighted prediction parameter */
1036 + /* ISO/IEC 23008-2, ITU-T Rec. H.265: Weighted prediction parameter */
1218 + * prediction mode
1222 + * prediction mode
1389 + * struct v4l2_hevc_pred_weight_table - HEVC weighted prediction parameters
1392 + * to the luma prediction value for list 0
1393 + * @luma_offset_l0: the additive offset applied to the luma prediction value
1396 + * to the chroma prediction values for list 0
1398 + * the chroma prediction values for list 0
[all …]
/openbmc/linux/arch/arm/
H A DKconfig635 bool "ARM errata: Stale prediction on replaced interworking branch"
643 stale interworking branch prediction. This results in Cortex-A8
/openbmc/linux/tools/perf/Documentation/
H A Dperf-record.txt437 - no_flags: don't save branch flags e.g prediction, misprediction etc

12