Home
last modified time | relevance | path

Searched refs:mask_offset (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djcsample-neon.c83 const int mask_offset = 16 * ((width_in_blocks * 2 * DCTSIZE) - image_width); in jsimd_h2v1_downsample_neon() local
85 vld1q_u8(&jsimd_h2_downsample_consts[mask_offset]); in jsimd_h2v1_downsample_neon()
137 const int mask_offset = 16 * ((width_in_blocks * 2 * DCTSIZE) - image_width); in jsimd_h2v2_downsample_neon() local
139 vld1q_u8(&jsimd_h2_downsample_consts[mask_offset]); in jsimd_h2v2_downsample_neon()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dprelu_fp32.c139 #define mask_offset 30 in PReluShareChannel() macro
143 MS_FLOAT32X8 mask = MS_CMP256_F32(src_tmp, MS_MOV256_F32(0.0f), mask_offset); in PReluShareChannel()
/third_party/glib/gio/xdgmime/
Dxdgmimecache.c177 xdg_uint32_t mask_offset = GET_UINT32 (cache->buffer, offset + 20); in cache_magic_matchlet_compare_to_data() local
188 if (mask_offset) in cache_magic_matchlet_compare_to_data()
192 …gned char *)cache->buffer)[data_offset + j] & ((unsigned char *)cache->buffer)[mask_offset + j]) != in cache_magic_matchlet_compare_to_data()
193 ((((unsigned char *) data)[j + i]) & ((unsigned char *)cache->buffer)[mask_offset + j])) in cache_magic_matchlet_compare_to_data()
/third_party/libsoup/libsoup/
Dsoup-websocket-connection.c474 guint8 mask_offset; in send_message() local
548 mask_offset = bytes->len; in send_message()
549 memcpy (outer + mask_offset, &rnd, sizeof (rnd)); in send_message()
556 xor_with_mask (bytes->data + mask_offset, bytes->data + mask_offset + MASK_LENGTH, length); in send_message()
/third_party/mesa3d/src/panfrost/midgard/
Ddisassemble.c438 unsigned *mask_offset) in print_vec_selectors() argument
446 for (unsigned i = 0; i < 4; i++, *mask_offset += mask_skip) { in print_vec_selectors()
447 if (!(mask & (1 << *mask_offset))) continue; in print_vec_selectors()