Searched refs:mask_offset (Results 1 – 5 of 5) sorted by relevance
83 const int mask_offset = 16 * ((width_in_blocks * 2 * DCTSIZE) - image_width); in jsimd_h2v1_downsample_neon() local85 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() local139 vld1q_u8(&jsimd_h2_downsample_consts[mask_offset]); in jsimd_h2v2_downsample_neon()
139 #define mask_offset 30 in PReluShareChannel() macro143 MS_FLOAT32X8 mask = MS_CMP256_F32(src_tmp, MS_MOV256_F32(0.0f), mask_offset); in PReluShareChannel()
177 xdg_uint32_t mask_offset = GET_UINT32 (cache->buffer, offset + 20); in cache_magic_matchlet_compare_to_data() local188 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()
474 guint8 mask_offset; in send_message() local548 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()
438 unsigned *mask_offset) in print_vec_selectors() argument446 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()