HomeSort by relevance Sort by last modified time
    Searched refs:grpSize (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
armSP_FFT_CToC_FC32_Radix2_fs_s.S 64 #define grpSize x8
87 LSR grpSize,subFFTNum,#1
88 MOV subFFTNum,grpSize
92 // pT0+pointStep = increment of 8*pointStep bytes = 4*grpSize bytes
94 // Note: setCount = grpSize/2 (reuse the updated grpSize for setCount)
96 lsl pointStep, grpSize, #3
armSP_FFT_CToC_FC32_Radix4_fs_s.S 60 #define grpSize x7
61 // Reuse grpSize as setCount
106 // pT0+pointStep = increment of 8*pointStep bytes = 2*grpSize bytes
117 // Note: setCount = subFFTNum/4 (reuse the grpSize reg for setCount)
118 LSR grpSize,subFFTNum,#2
120 MOV subFFTNum,grpSize
125 lsl setStep, grpSize, #4
armSP_FFT_CToC_FC32_Radix8_fs_s.S 58 #define grpSize x7
59 // Reuse grpSize as setCount
192 // Note: setCount = subFFTNum/8 (reuse the grpSize reg for setCount)
193 LSR grpSize,subFFTNum,#3
194 MOV subFFTNum,grpSize
198 // pT0+pointStep = increment of 8*pointStep bytes = grpSize bytes
201 lsl pointStep,grpSize, #3
207 lsl step1,grpSize, #4
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
armSP_FFT_CToC_FC32_Radix2_fs_unsafe_s.S 63 #define grpSize r4
85 LSR grpSize,subFFTNum,#1
86 MOV subFFTNum,grpSize
90 @// pT0+pointStep = increment of 8*pointStep bytes = 4*grpSize bytes
92 @// Note: setCount = grpSize/2 (reuse the updated grpSize for setCount)
94 MOV pointStep,grpSize,LSL #3
117 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSize
armSP_FFT_CToC_SC16_Radix2_fs_unsafe_s.S 71 #define grpSize r4
97 LSR grpSize,subFFTNum,#1
98 MOV subFFTNum,grpSize
102 @// pT0+pointStep = increment of 4*pointStep bytes = 2*grpSize bytes
104 @// Note: setCount = grpSize/2 (reuse the updated grpSize for setCount)
106 MOV pointStep,grpSize,LSL #2
138 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSize
armSP_FFT_CToC_SC32_Radix2_fs_unsafe_s.S 71 #define grpSize r4
93 LSR grpSize,subFFTNum,#1
94 MOV subFFTNum,grpSize
98 @// pT0+pointStep = increment of 8*pointStep bytes = 4*grpSize bytes
100 @// Note: setCount = grpSize/2 (reuse the updated grpSize for setCount)
102 MOV pointStep,grpSize,LSL #3
134 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSize
armSP_FFT_CToC_FC32_Radix4_fs_unsafe_s.S 60 #define grpSize r3
61 @// Reuse grpSize as setCount
114 @// pT0+pointStep = increment of 8*pointStep bytes = 2*grpSize bytes
125 @// Note: setCount = subFFTNum/4 (reuse the grpSize reg for setCount)
126 LSR grpSize,subFFTNum,#2
128 MOV subFFTNum,grpSize
133 MOV setStep,grpSize,LSL #4
232 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSize
armSP_FFT_CToC_SC16_Radix4_fs_unsafe_s.S 68 #define grpSize r3
69 @// Reuse grpSize as setCount
125 @// Note: setCount = subFFTNum/4 (reuse the grpSize reg for setCount)
126 LSR grpSize,subFFTNum,#2
127 MOV subFFTNum,grpSize
131 @// pT0+pointStep = increment of 4*pointStep bytes = grpSize bytes
138 MOV setStep,grpSize,LSL #3
276 SUB pSrc,pDst,pointStep @// pDst -= grpSize
armSP_FFT_CToC_SC32_Radix4_fs_unsafe_s.S 68 #define grpSize r3
69 @// Reuse grpSize as setCount
122 @// pT0+pointStep = increment of 8*pointStep bytes = 2*grpSize bytes
132 @// Note: setCount = subFFTNum/4 (reuse the grpSize reg for setCount)
133 LSR grpSize,subFFTNum,#2
135 MOV subFFTNum,grpSize
140 MOV setStep,grpSize,LSL #4
292 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSize
armSP_FFT_CToC_FC32_Radix8_fs_unsafe_s.S 58 #define grpSize r3
59 @// Reuse grpSize as setCount
186 @// Note: setCount = subFFTNum/8 (reuse the grpSize reg for setCount)
187 LSR grpSize,subFFTNum,#3
188 MOV subFFTNum,grpSize
192 @// pT0+pointStep = increment of 8*pointStep bytes = grpSize bytes
195 MOV pointStep,grpSize,LSL #3
201 MOV step1,grpSize,LSL #4
400 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSize
armSP_FFT_CToC_SC16_Radix8_fs_unsafe_s.S 69 #define grpSize r3
70 @// Reuse grpSize as setCount
207 @// Note: setCount = subFFTNum/8 (reuse the grpSize reg for setCount)
208 LSR grpSize,subFFTNum,#3
209 MOV subFFTNum,grpSize
213 @// pT0+pointStep = increment of 4*pointStep bytes = grpSize/2 bytes
216 MOV pointStep,grpSize,LSL #2
222 MOV step1,grpSize,LSL #3
577 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSize
armSP_FFT_CToC_SC32_Radix8_fs_unsafe_s.S 68 #define grpSize r3
69 @// Reuse grpSize as setCount
200 @// Note: setCount = subFFTNum/8 (reuse the grpSize reg for setCount)
201 LSR grpSize,subFFTNum,#3
202 MOV subFFTNum,grpSize
206 @// pT0+pointStep = increment of 8*pointStep bytes = grpSize bytes
209 MOV pointStep,grpSize,LSL #3
215 MOV step1,grpSize,LSL #4
562 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSize
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
armSP_FFT_CToC_FC32_Radix2_fs_unsafe_s.S 59 #define grpSize r14
78 @// Update grpCount and grpSize rightaway inorder to reuse pGrpCount
82 lsr grpSize, subFFTNum, #1
83 mov subFFTNum, grpSize
86 @// pT0+pointStep = increment of 8*pointStep bytes = 4*grpSize bytes
88 @// Note: setCount = grpSize/2 (reuse the updated grpSize for setCount)
89 MOV pointStep,grpSize,LSL #3
123 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSize
armSP_FFT_CToC_FC32_Radix4_fs_unsafe_s.S 58 #define grpSize r14
61 #define setCount r14 /*@// Reuse grpSize as setCount*/
85 @// Update grpCount and grpSize rightaway inorder to reuse
88 lsr grpSize, subFFTNum, #2
89 mov subFFTNum, grpSize
93 @// pT0+pointStep = increment of 8*pointStep bytes = 2*grpSize bytes
95 @// Note: setCount = grpSize/4 (reuse the updated grpSize for setCount)
96 MOV pointStep,grpSize,LSL #3
101 MOV setStep,grpSize,LSL #
    [all...]
armSP_FFT_CToC_FC32_Radix8_fs_unsafe_s.S 56 #define grpSize r14
59 #define setCount r14 /*@// Reuse grpSize as setCount*/
101 @// Update grpCount and grpSize rightaway inorder to reuse
105 lsr grpSize, subFFTNum, #3
106 mov subFFTNum, grpSize
110 @// pT0+pointStep = increment of 8*pointStep bytes = grpSize bytes
111 @// Note: setCount = grpSize/8 (reuse the updated grpSize for
113 MOV pointStep,grpSize,LSL #3
117 MOV step1,grpSize,LSL #
    [all...]

Completed in 1332 milliseconds