Home
last modified time | relevance | path

Searched refs:q10s16 (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
59 q10s16 = vmulq_s16(q8s16, q15s16); in ff_dct_unquantize_h263_neon()
64 q10s16 = vaddq_s16(q10s16, q11s16); in ff_dct_unquantize_h263_neon()
66 q8s16 = vbslq_s16(q9u16, q8s16, q10s16); in ff_dct_unquantize_h263_neon()