Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/aom/aom/
H A D0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch29 + const uint8_t *b, int b_stride,
33 + const uint8_t *b, int b_stride,
37 + const uint8_t *b, int b_stride,
41 + const uint8_t *b, int b_stride,
45 + const uint8_t *b, int b_stride,
49 + const uint8_t *b, int b_stride,
53 + const uint8_t *b, int b_stride,
57 + const uint8_t *b, int b_stride,
61 + const uint8_t *b, int b_stride,
65 + const uint8_t *b, int b_stride,
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c7717 unsigned b_stride = 1 << (v_esz + p.lg2_stride); in DO_ST1_ZPZ_S() local
7729 reg_off_last = reg_max * N - b_stride; in DO_ST1_ZPZ_S()
7735 reg_off_last = MIN(b_count - esize, reg_max * N - b_stride); in DO_ST1_ZPZ_S()
7745 return b_stride; in DO_ST1_ZPZ_S()
7758 info->reg_off_last[0] = ROUND_DOWN(reg_off_split - esize, b_stride); in DO_ST1_ZPZ_S()
7764 if ((reg_off_split & (b_stride - 1)) == 0) { in DO_ST1_ZPZ_S()
7775 reg_off_split = ROUND_UP(reg_off_split, b_stride); in DO_ST1_ZPZ_S()
7781 return b_stride; in DO_ST1_ZPZ_S()