Searched refs:alignedEnd (Results 1 – 8 of 8) sorted by relevance
130 const uint8_t* alignedEnd = alignToMachineWord(end); in decode() local137 while (source < alignedEnd) { in decode()188 while (source < alignedEnd) { in decode()
277 const uint8_t* alignedEnd = alignToMachineWord(end); in decode() local301 while (source < alignedEnd) { in decode()378 while (source < alignedEnd) { in decode()
124 int alignedEnd = starti; in triassign() local126 alignedEnd = alignedStart + ((size-alignedStart)/(2*PacketSize))*(PacketSize*2); in triassign()138 for (int index = alignedStart; index<alignedEnd; index+=PacketSize) in triassign()147 for (int index = alignedEnd; index<size; ++index) in triassign()
404 const Index alignedEnd = alignedStart + ((size-alignedStart)/packetSize)*packetSize;408 for(Index index = alignedStart; index < alignedEnd; index += packetSize)413 unaligned_assign_impl<>::run(src,dst,alignedEnd,size);458 const Index alignedEnd = alignedStart + ((innerSize-alignedStart) & ~packetAlignedMask);464 for(Index inner = alignedStart; inner<alignedEnd; inner+=packetSize)468 for(Index inner = alignedEnd; inner<innerSize ; ++inner)
212 const Index alignedEnd = alignedStart + alignedSize;227 if(alignedEnd>alignedEnd2)235 for(Index index = alignedEnd; index < size; ++index)
90 size_t alignedEnd = alignedStart + ((endi-alignedStart)/(PacketSize))*(PacketSize); in run() local118 for (size_t i=alignedStart; i<alignedEnd; i+=PacketSize) in run()130 for (size_t i=alignedEnd; i<endi; i++) in run()
317 Index alignedEnd = alignedStart + ((size-alignedStart)/PacketSize)*PacketSize; in apply_rotation_in_the_plane() local336 for(Index i=alignedStart; i<alignedEnd; i+=PacketSize) in apply_rotation_in_the_plane()362 if(alignedEnd!=peelingEnd) in apply_rotation_in_the_plane()371 for(Index i=alignedEnd; i<size; ++i) in apply_rotation_in_the_plane()
347 const int alignedEnd = alignedStart + ((size-alignedStart)/packetSize)*packetSize;352 for(int index = alignedStart; index < alignedEnd; index += packetSize)357 for(int index = alignedEnd; index < size; index++)369 …o we'll have to copy the last 2 coefficients one by one, not by packets. Here, \a alignedEnd is 48.375 for(int index = alignedStart; index < alignedEnd; index += packetSize)482 for(int index = alignedStart; index < alignedEnd; index += packetSize)491 for(int index = alignedEnd; index < size; index++)