Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/neon/
Dmpegvideo.c40 int16x4_t d0s16, d2s16, d3s16, dzs16; in ff_dct_unquantize_h263_neon() local
77 d2s16 = vmul_s16(d0s16, vget_high_s16(q15s16)); in ff_dct_unquantize_h263_neon()
80 d2s16 = vadd_s16(d2s16, d3s16); in ff_dct_unquantize_h263_neon()
81 d0s16 = vbsl_s16(d1u16, d0s16, d2s16); in ff_dct_unquantize_h263_neon()