Searched refs:xx_set_64_from_32i (Results 1 – 2 of 2) sorted by relevance
141 qparam[1] = xx_set_64_from_32i(quant_ptr[1], quant_ptr[0]); in av1_highbd_quantize_fp_sse4_1()142 qparam[2] = xx_set_64_from_32i(dequant_ptr[1], dequant_ptr[0]); in av1_highbd_quantize_fp_sse4_1()
69 static INLINE __m128i xx_set_64_from_32i(int32_t e1, int32_t e0) { in xx_set_64_from_32i() function