Lines Matching refs:part
5 * This file is part of FFmpeg.
35 vshll.u16 q1, d0, #12 @ extend dither to 32-bit with left shift by 12 (part 1)
36 vshll.u16 q2, d1, #12 @ extend dither to 32-bit with left shift by 12 (part 2)
38 2: vmov.u8 q3, q1 @ initialize accumulator with dithering values (part 1)
39 vmov.u8 q4, q2 @ initialize accumulator with dithering values (part 2)
62 vadd.s32 q3, q5 @ update val accumulator (part 1)
63 vadd.s32 q4, q6 @ update val accumulator (part 2)
66 vshr.s32 q3, q3, #19 @ val>>19 (part 1)
67 vshr.s32 q4, q4, #19 @ val>>19 (part 2)
68 vqmovun.s32 d6, q3 @ clip16(val>>19) (part 1)
69 vqmovun.s32 d7, q4 @ clip16(val>>19) (part 2)
70 vqmovn.u16 d6, q3 @ merge part 1 and part 2