Searched refs:packetSize (Results 1 – 12 of 12) sorted by relevance
33 enum { packetSize = Eigen::internal::packet_traits<Real>::size }; // number of reals in a Packet in render() enumerator34 typedef Eigen::Array<Real, packetSize, 1> Packet; // wrap a Packet as a vector in render()38 const int alignedWidth = (img_width/packetSize)*packetSize; in render()57 for(int i = 0; i < packetSize; i++) pzi_start[i] = pci_start[i] = start.y() + y * step.y(); in render()59 for(int x = 0; x < alignedWidth; x += packetSize, pix += packetSize) in render()62 for(int i = 0; i < packetSize; i++) pzr[i] = pcr[i] = start.x() + (x+i) * step.x(); in render()67 typedef Eigen::Matrix<int, packetSize, 1> Packeti; in render()91 total_iter += iters_before_test * packetSize; in render()96 for(int i = 0; i < packetSize; i++) in render()150 int packetSize = threads[0]->single_precision in paintEvent() local[all …]
58 private int packetSize; field in AudioSampleEntry94 return packetSize; in getPacketSize()145 public void setPacketSize(int packetSize) { in setPacketSize() argument146 this.packetSize = packetSize; in setPacketSize()197 packetSize = IsoTypeReader.readUInt16(content); in _parseDetails()239 ", packetSize=" + packetSize + in toString()258 IsoTypeWriter.writeUInt16(byteBuffer, packetSize); in getContent()
203 const Index packetSize = packet_traits<Scalar>::size;209 const Index alignedSize2 = ((size-alignedStart)/(2*packetSize))*(2*packetSize);210 const Index alignedSize = ((size-alignedStart)/(packetSize))*(packetSize);217 if(alignedSize>packetSize) // we have at least two packets to partly unroll the loop219 PacketScalar packet_res1 = mat.template packet<alignment>(alignedStart+packetSize);220 for(Index index = alignedStart + 2*packetSize; index < alignedEnd2; index += 2*packetSize)223 … packet_res1 = func.packetOp(packet_res1, mat.template packet<alignment>(index+packetSize));263 packetSize = packet_traits<Scalar>::size265 const Index packetedInnerSize = ((innerSize)/packetSize)*packetSize;271 for(Index i=(j==0?packetSize:0); i<packetedInnerSize; i+=Index(packetSize))
330 const Index packetSize = packet_traits<typename Derived1::Scalar>::size;332 for(Index inner = 0; inner < innerSize; inner+=packetSize)398 packetSize = PacketTraits::size,404 const Index alignedEnd = alignedStart + ((size-alignedStart)/packetSize)*packetSize;408 for(Index index = alignedStart; index < alignedEnd; index += packetSize)424 packetSize = packet_traits<typename Derived1::Scalar>::size,425 alignedSize = (size/packetSize)*packetSize };445 packetSize = PacketTraits::size,457 const Index packetAlignedMask = packetSize - 1;460 …const Index alignedStep = alignable ? (packetSize - dst.outerStride() % packetSize) & packetAligne…[all …]
55 const size_t packetSize = sizeof(VertexPacket) + extraVaryings * sizeof(GenericVec4); in allocArray() local58 deInt8* ptr = new deInt8[packetSize * count]; // throws bad_alloc => ok in allocArray()65 retVal.push_back(new (ptr + i*packetSize) VertexPacket()); // throws bad_alloc in allocArray()
304 size_t packetSize = payloadSize + rtp_header_length; in SendVideo() local305 RtpUtility::RtpHeaderParser rtp_parser(dataBuffer, packetSize); in SendVideo()308 _rtpSender.UpdateVideoRotation(dataBuffer, packetSize, rtp_header, in SendVideo()
350 size_t packetSize = payloadSize + rtpHeaderLength; in SendAudio() local351 RtpUtility::RtpHeaderParser rtp_parser(dataBuffer, packetSize); in SendAudio()354 _rtpSender->UpdateAudioLevel(dataBuffer, packetSize, rtp_header, in SendAudio()
26 int packetSize; field in AudioQuality
163 qualityLevel.setAttribute("PacketSize", Integer.toString(aq.packetSize)); in getManifest()224 l.packetSize = 4; in getAacAudioQuality()365 l.packetSize = track.getSamples().get(0).limit(); //assuming all are same size in getEc3AudioQuality()423 l.packetSize = track.getSamples().get(0).limit(); //assuming all are same size in getDtsAudioQuality()
80 SslBuffers(int packetSize, int appSize) in SslBuffers() argument82 _in=new IndirectNIOBuffer(packetSize); in SslBuffers()83 _out=new IndirectNIOBuffer(packetSize); in SslBuffers()
339 const int packetSize = internal::packet_traits<typename Derived1::Scalar>::size;342 const int alignedEnd = alignedStart + ((size-alignedStart)/packetSize)*packetSize;347 for(int index = alignedStart; index < alignedEnd; index += packetSize)364 …o copy is not in general a multiple of \a packetSize. Here, there are 50 coefficients to copy and …370 for(int index = alignedStart; index < alignedEnd; index += packetSize)404 …SE-specific type. Notice that the enum \a size here is what was used to define \a packetSize above.477 for(int index = alignedStart; index < alignedEnd; index += packetSize)
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...