Home
last modified time | relevance | path

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

/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 …]
/qemu/target/s390x/
H A Dcpu_features_def.h.inc92 DEF_FEAT(BPB, "bpb", STFL, 82, "Branch prediction blocking")