Searched refs:WORD_VEC (Results 1 – 2 of 2) sorted by relevance
30 uint64_t correction = WORD_VEC(qmul * 255 >> 8); in dct_unquantize_h263_axp()33 qadd = WORD_VEC(qadd); in dct_unquantize_h263_axp()48 negmask = cmpbge(WORD_VEC(0x7fff), levels); in dct_unquantize_h263_axp()
49 static inline uint64_t WORD_VEC(uint64_t x) in WORD_VEC() function