• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/

Lines Matching refs:rshift

66 @   vshr.s16  q0, q0, #\rshift
72 @ vshr.s16 q0, q0, #(\rshift -1)
86 .macro vc1_inv_trans_4x8_helper add rshift
114 vshr.s16 q0, q0, #(\rshift - 1) @ dst[0] >>= (rshift - 1)
115 vshr.s16 q3, q3, #(\rshift - 1) @ dst[3] >>= (rshift - 1)
116 vshr.s16 q1, q1, #(\rshift - 1) @ dst[1] >>= (rshift - 1)
117 vshr.s16 q2, q2, #(\rshift - 1) @ dst[2] >>= (rshift - 1)
125 .macro vc1_inv_trans_8x4_helper add add1beforeshift rshift
218 vshr.s16 q9, q1, #(\rshift - 1) @ one shift is already done by vhadd/vhsub above
219 vshr.s16 q8, q0, #(\rshift - 1)
220 vshr.s16 q10, q2, #(\rshift - 1)
221 vshr.s16 q11, q3, #(\rshift - 1)
238 .macro vc1_inv_trans_8x8_helper add add1beforeshift rshift
339 @ lineA >>= rshift - 1
340 @ lineB >>= rshift - 1
384 vshr.s16 q8, q8, #(\rshift - 1) @ q8 = line[0]
386 vshr.s16 q9, q0, #(\rshift - 1) @ q9 = line[1]
387 vshr.s16 q10, q15, #(\rshift - 1) @ q10 = line[2]
388 vshr.s16 q11, q11, #(\rshift - 1) @ q11 = line[3]
389 vshr.s16 q12, q12, #(\rshift - 1) @ q12 = line[4]
390 vshr.s16 q13, q13, #(\rshift - 1) @ q13 = line[5]
391 vshr.s16 q14, q14, #(\rshift - 1) @ q14 = line[6]
392 vshr.s16 q15, q3, #(\rshift - 1) @ q15 = line[7]
413 vc1_inv_trans_8x8_helper add=4 add1beforeshift=0 rshift=3
419 vc1_inv_trans_8x8_helper add=64 add1beforeshift=1 rshift=7
446 vc1_inv_trans_8x4_helper add=4 add1beforeshift=0 rshift=3
476 vc1_inv_trans_4x8_helper add=64 rshift=7
526 vc1_inv_trans_4x8_helper add=4 rshift=3
536 vc1_inv_trans_8x4_helper add=64 add1beforeshift=1 rshift=7
580 .macro vc1_inv_trans_4x4_helper add rshift
592 vshr.s16 q0, q0, #\rshift @ dst[0,2] >>= rshift
593 vshr.s16 q1, q1, #\rshift @ dst[3,1] >>= rshift
614 vc1_inv_trans_4x4_helper add=4 rshift=3 @ compute t1, t2, t3, t4 and combine them into dst[0-3]
638 vc1_inv_trans_4x4_helper add=64 rshift=7 @ compute t1, t2, t3, t4 and combine them into dst[0-3]