Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/neon/
Dmpegvideo.c38 int16x8_t q0s16, q2s16, q3s16, q8s16, q10s16, q11s16, q13s16; in ff_dct_unquantize_h263_neon() local
58 q11s16 = vreinterpretq_s16_u16(vcltq_s16(q8s16, qzs16)); in ff_dct_unquantize_h263_neon()
61 q11s16 = vbslq_s16(vreinterpretq_u16_s16(q11s16), q13s16, q14s16); in ff_dct_unquantize_h263_neon()
64 q10s16 = vaddq_s16(q10s16, q11s16); in ff_dct_unquantize_h263_neon()