Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dav1_highbd_quantize_sse4.c141 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()
/external/libaom/libaom/aom_dsp/x86/
Dsynonyms.h69 static INLINE __m128i xx_set_64_from_32i(int32_t e1, int32_t e0) { in xx_set_64_from_32i() function