Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/
H A D0002-Revert-Support-compressed-pixel-formats-when-saving-.patch183 - int pack0 = (w >> 2) & 32767;
185 - q[0] = (pack0 & 15) + 16 * ((pack0 >> 8) / 11);
186 - q[1] = (pack0 >> 4) % 176;
/openbmc/linux/lib/zstd/compress/
H A Dzstd_lazy.c1033 const int8x8_t pack0 = vqmovn_s16(vreinterpretq_s16_u8(equalMask0)); in ZSTD_row_getMatchMask() local
1035 const uint8x8_t t0 = vreinterpret_u8_s8(pack0); in ZSTD_row_getMatchMask()