Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/alpha/
Dmpegvideo_alpha.c30 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()
Dasm.h49 static inline uint64_t WORD_VEC(uint64_t x) in WORD_VEC() function