Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/neon/
H A Dmpegvideo.c41 int16x4_t d0s16, d2s16, d3s16, dzs16; in ff_dct_unquantize_h263_neon() local
78 d2s16 = vmul_s16(d0s16, vget_high_s16(q15s16)); in ff_dct_unquantize_h263_neon()
81 d2s16 = vadd_s16(d2s16, d3s16); in ff_dct_unquantize_h263_neon()
82 d0s16 = vbsl_s16(d1u16, d0s16, d2s16); in ff_dct_unquantize_h263_neon()

Completed in 1 milliseconds