Home
last modified time | relevance | path

Searched refs:dzs16 (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
45 dzs16 = vdup_n_s16(0); 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()

Completed in 1 milliseconds