Home
last modified time | relevance | path

Searched refs:d0s16 (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
75 d0s16 = vld1_s16(block); in ff_dct_unquantize_h263_neon()
76 d3s16 = vreinterpret_s16_u16(vclt_s16(d0s16, dzs16)); in ff_dct_unquantize_h263_neon()
77 d1u16 = vceq_s16(d0s16, dzs16); in ff_dct_unquantize_h263_neon()
78 d2s16 = vmul_s16(d0s16, vget_high_s16(q15s16)); in ff_dct_unquantize_h263_neon()
82 d0s16 = vbsl_s16(d1u16, d0s16, d2s16); in ff_dct_unquantize_h263_neon()
83 vst1_s16(block, d0s16); in ff_dct_unquantize_h263_neon()

Completed in 1 milliseconds