Searched refs:load_32bit_to_16bit (Results 1 – 2 of 2) sorted by relevance
87 static INLINE __m128i load_32bit_to_16bit(const int32_t *a) { in load_32bit_to_16bit() function175 out[i] = load_32bit_to_16bit(in + i * stride); in load_buffer_32bit_to_16bit()190 out[out_size - i - 1] = load_32bit_to_16bit(in + i * stride); in load_buffer_32bit_to_16bit_flip()
2361 const __m128i src = load_32bit_to_16bit(input_row); in iidentity_row_8xn_ssse3()2375 __m128i src = load_32bit_to_16bit(input_row); in iidentity_row_8xn_ssse3()