WO2010115057A2 - Accélération de compression d'images au moyen d'une pluralité de processeurs - Google Patents

Accélération de compression d'images au moyen d'une pluralité de processeurs Download PDF

Info

Publication number
WO2010115057A2
WO2010115057A2 PCT/US2010/029710 US2010029710W WO2010115057A2 WO 2010115057 A2 WO2010115057 A2 WO 2010115057A2 US 2010029710 W US2010029710 W US 2010029710W WO 2010115057 A2 WO2010115057 A2 WO 2010115057A2
Authority
WO
WIPO (PCT)
Prior art keywords
image
slice
client
sending
compressed
Prior art date
Application number
PCT/US2010/029710
Other languages
English (en)
Other versions
WO2010115057A3 (fr
Inventor
Nadim Y. Abdo
Voicu Anton Albu
Original Assignee
Microsoft Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corporation filed Critical Microsoft Corporation
Priority to CN201080016209.7A priority Critical patent/CN102378976B/zh
Priority to JP2012503727A priority patent/JP5788865B2/ja
Priority to EP20100759444 priority patent/EP2414959A4/fr
Publication of WO2010115057A2 publication Critical patent/WO2010115057A2/fr
Publication of WO2010115057A3 publication Critical patent/WO2010115057A3/fr

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/452Remote windowing, e.g. X-Window System, desktop virtualisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/42Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation
    • H04N19/436Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation using parallelised computational arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5017Task decomposition
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/08Protocols specially adapted for terminal emulation, e.g. Telnet
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/169Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
    • H04N19/17Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object
    • H04N19/174Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object the region being a slice, e.g. a line of blocks or a group of blocks

Definitions

  • One increasing popular form of networking may generally be referred to as virtual computing systems, which can use protocols such as Remote Desktop Protocol (RDP), Independent Computing Architecture (ICA), and others to share a desktop and other applications with a remote client over a remote session.
  • RDP Remote Desktop Protocol
  • ICA Independent Computing Architecture
  • Such computing systems typically transmit the keyboard presses and mouse clicks or selections from the client to a server, relaying the screen updates back in the other direction over a network connection (e.g., the INTERNET).
  • a network connection e.g., the INTERNET
  • the user has the experience as if their machine is operating as part of a LAN, when in reality the client device is only sent screenshots of the applications as they appear on the server side.
  • Compression algorithms are important to reducing the bandwidth used by a remote session to levels that make transmission over LANs, wireless LANs (wLANs) and WANs. These compression algorithms trade processing time on a server in exchange for a lower bandwidth required for the session.
  • Too high an amount of processing time can inhibit scalability of the server as well as increase the time required to encode a frame, which reduces the overall framerate (FPS) of the remote session.
  • FPS overall framerate
  • the resources of multiple processors may be taken advantage of through use of a multi-processor (or core) work manager that allocates a physical central processing unit (CPU) thread per core.
  • An image that is to be encoded is divided into a series of slices - rectangular strips that are of the same width as the image.
  • the work manager dynamically balances and allocates work to available cores and collects completion notifications to allow the final compressed images slices to be re-assembled into a coherent compressed image.
  • the work manager dispatches slices to available processors, such as dispatching a slice to the first processor available.
  • the processor to which the slice is dispatched independently compresses the slice.
  • the work manager receives completion notifications for each slice from each respective core and assembles those compressed slices into the compressed image.
  • circuitry and/or programming for effecting the herein-referenced aspects of the present disclosure
  • the circuitry and/or programming can be virtually any combination of hardware, software, and/or firmware configured to effect the herein-referenced aspects depending upon the design choices of the system designer.
  • FIG. 1 illustrates an exemplary general purpose computing environment in which in which the multiple-processor image encoding described herein may be embodied.
  • FIG. 2 depicts an operational environment for practicing aspects of the present disclosure.
  • FIG. 3 illustrates a client and server communicating via a remote desktop protocol (RDP) that utilizes multiple-processor image encoding.
  • RDP remote desktop protocol
  • FIG. 4 illustrates exemplary operational procedures for multiple-processor image encoding.
  • FIG. 1 is a block diagram of a general purpose computing device in which the techniques described herein may be employed.
  • the computing system environment 120 is only one example of a suitable computing environment and is not intended to suggest any limitation as to the scope of use or functionality of the presently disclosed subject matter. Neither should the computing environment 120 be interpreted as having any dependency or requirement relating to any one or combination of components illustrated in the exemplary operating environment 120.
  • the various depicted computing elements may include circuitry configured to instantiate specific aspects of the present disclosure.
  • the term circuitry used in the disclosure can include specialized hardware components configured to perform function(s) by firmware or switches.
  • circuitry can include a general purpose processing unit, memory, etc., configured by software instructions that embody logic operable to perform function(s).
  • an implementer may write source code embodying logic and the source code can be compiled into machine readable code that can be processed by the general purpose processing unit. Since one skilled in the art can appreciate that the state of the art has evolved to a point where there is little difference between hardware, software, or a combination of hardware/software, the selection of hardware versus software to effectuate specific functions is a design choice left to an implementer. More specifically, one of skill in the art can appreciate that a software process can be transformed into an equivalent hardware structure, and a hardware structure can itself be transformed into an equivalent software process. Thus, the selection of a hardware implementation versus a software implementation is one of design choice and left to the implementer.
  • Computer 141 typically includes a variety of computer readable media.
  • Computer readable media can be any available media that can be accessed by computer 141 and includes both volatile and nonvolatile media, removable and non-removable media.
  • the system memory 122 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 123 and random access memory (RAM) 160.
  • ROM read only memory
  • RAM random access memory
  • BIOS basic input/output system 124
  • RAM 160 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 159.
  • FIG. 1 illustrates operating system 125, application programs 126, other program modules 127, and program data 128.
  • the computer 141 may also include other removable/non-removable, volatile/nonvolatile computer storage media.
  • FIG. 1 illustrates a hard disk drive 138 that reads from or writes to non-removable, nonvolatile magnetic media, a magnetic disk drive 139 that reads from or writes to a removable, nonvolatile magnetic disk 154, and an optical disk drive 140 that reads from or writes to a removable, nonvolatile optical disk 153 such as a CD ROM or other optical media.
  • removable/non-removable, volatile/nonvolatile computer storage media that can be used in the exemplary operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tape, solid state RAM, solid state ROM, and the like.
  • the hard disk drive 138 is typically connected to the system bus 121 through an non-removable memory interface such as interface 134, and magnetic disk drive 139 and optical disk drive 140 are typically connected to the system bus 121 by a removable memory interface, such as interface 135.
  • the drives and their associated computer storage media discussed above and illustrated in FIG. 1, provide storage of computer readable instructions, data structures, program modules and other data for the computer 141.
  • FIG. 1 The drives and their associated computer storage media discussed above and illustrated in FIG. 1, provide storage of computer readable instructions, data structures, program modules and other data for the computer 141.
  • hard disk drive 138 is illustrated as storing operating system 158, application programs 157, other program modules 156, and program data 155. Note that these components can either be the same as or different from operating system 125, application programs 126, other program modules 127, and program data 128. Operating system 158, application programs 157, other program modules 156, and program data 155 are given different numbers here to illustrate that, at a minimum, they are different copies.
  • a user may enter commands and information into the computer 141 through input devices such as a keyboard 151 and pointing device 152, commonly referred to as a mouse, trackball or touch pad. Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, scanner, or the like.
  • a user input interface 136 that is coupled to the system bus, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB).
  • a monitor 142 or other type of display device is also connected to the system bus 121 via an interface, such as a video interface 132.
  • computers may also include other peripheral output devices such as speakers 144 and printer 143, which may be connected through a output peripheral interface 133.
  • the computer 141 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 146.
  • the remote computer 146 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 141, although only a memory storage device 147 has been illustrated in FIG. 1.
  • the logical connections depicted in FIG. 1 include a local area network (LAN) 145 and a wide area network (WAN) 149, but may also include other networks.
  • LAN local area network
  • WAN wide area network
  • Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
  • the computer 141 When used in a LAN networking environment, the computer 141 is connected to the LAN 145 through a network interface or adapter 137. When used in a WAN networking environment, the computer 141 typically includes a modem 150 or other means for establishing communications over the WAN 149, such as the Internet.
  • the modem 150 which may be internal or external, may be connected to the system bus 121 via the user input interface 136, or other appropriate mechanism.
  • program modules depicted relative to the computer 141, or portions thereof, may be stored in the remote memory storage device.
  • FIG. 1 illustrates remote application programs 148 as residing on memory device 147.
  • FIG. 2 it generally illustrates an example environment wherein aspects of the present disclosure can be implemented.
  • FIG. 2 provides an operational framework for describing the present disclosure. Accordingly, in some embodiments the physical layout of the environment may be different depending on different implementation schemes.
  • the example operational framework is to be treated as illustrative only and in no way limit the scope of the claims.
  • FIG. 2 is described in more detail within the discussion of the operational procedures of FIG. 3 through FIG. 8.
  • a server 204 is depicted that can include circuitry configured to effectuate a terminal server and for example, three example clients 201, 202, and 203 (while three clients are depicted the server 204 in embodiments can service more or less clients).
  • the example clients 201-203 can include computer terminals effectuated by hardware configured to direct user input to the server 204 and display user interface information generated by the server 204.
  • clients 201-203 can be computers that include similar elements as those of computer 20 FIG. 1.
  • clients 201-203 can include circuitry configured to effect operating systems and circuitry configured to emulate the functionality of terminals.
  • the circuitry configured to effectuate the operating systems can also include the circuitry configured to emulate terminals.
  • a session in example embodiments of the present disclosure can generally include an operational environment that is effectuated by a plurality of subsystems, e.g., software code, that are configured to effectuate an execution environment and interact with a kernel 218 an operating system 214.
  • a session can include a shell and a user interface such as a desktop, the subsystems that track mouse movement within the desktop, the subsystems that translate a mouse click on an icon into commands that effectuate an instance of a program, etc.
  • the session can include an application.
  • a session can be generated by the server 204 on a user by user basis when, for example, the server 204 receives a connection request over a network connection from a client such as client 201.
  • a connection request can first be handled by the transport logic 210 that can, for example, be effectuated by circuitry of the server 204.
  • the transport logic 210 can in some embodiments include a network adaptor, firmware, and software that can be configured to listen for connection messages and forward them to the engine 212. As illustrated by FIG.
  • the transport logic 210 can include protocol stack instances for each session.
  • each protocol stack instance can be configured to route user interface output to an associated client and route user input received from the associated client to the appropriate session core 244.
  • the engine 212 can be configured to obtain a license for the session.
  • the engine 212 can receive a license from the client 201 during the session generation process.
  • the engine 212 can receive a copy of a license from a license database 222.
  • the license database 222 can include a relational database management program that can be executed on an operating system of a computer such as computer 20 of FIG. 1.
  • each license can itself be associated with an account identifier, e.g., a username/password combination, a smartcard identifier, etc., and each license can only be checked out if the correct account identifier is presented.
  • the number of connections that a server 204 can generate can be dependent upon the number of licensees the entity that controls the server 204 has purchased from a service provider. If for example, the entity has purchased one license, then the server 204 can be configured to only allow one session.
  • each license can be validated by a service provider 262 before they can be used.
  • the service provider 262 can in example embodiments act as a certificate authority that aphorizes and activates licenses and servers.
  • the service provider 262 can ensure that licenses are not stolen, copied, or pirated.
  • the service provider 262 can also ensure that the license are only used by the server 204 they are purchased for by storing a copy of the licenses in a database and associating the licenses with server 204.
  • a configuration manager 224 in an example embodiment of the present disclosure can include computer readable instructions that when executed instantiate a process that can receive a license during the session creation process and determine a service level for a newly spawned session by interfacing with various subsystems such as session manager 216.
  • the session manager 216 in an embodiment can be configured to initialize and manage each session by for example, generating a session identifier for a session space; adding the session identifier to a table; assigning memory to the session space; and generating system environment variables and instances of subsystem processes in memory assigned to the session space.
  • the session manager 216 can instantiate environment subsystems such as a runtime subsystem 240 that can include a kernel mode part such as the session core 244.
  • the environment subsystems in an embodiment can be configured to expose a subset of services to application programs and provide an access point to the kernel 218 of the operating system 214.
  • the kernel 218 can include a security subsystem 250 and a resource manager 256.
  • the security subsystem 250 can enforce security policies of the server 204 by, for example, performing run-time object protection.
  • the resource manager 256 in an embodiment can create and terminate processes and threads in response to requests from the runtime subsystem 240. More specifically, in an embodiment the runtime subsystem 240 can request the execution of threads and the session core 244 can send requests to the executive of the kernel 218 to allocate memory for the threads and schedule time for them to be executed.
  • the session core 244 can include a graphics display interface 246 (GDI) and an input subsystem 252.
  • the input subsystem 252 in an example embodiment can be configured to receive user input from a client 201 via the protocol stack instance associated with the session and transmit the input to the session core 244.
  • the user input can in some embodiments include signals indicative of absolute and/or relative mouse movement commands, mouse coordinates, mouse clicks, keyboard signals, joystick movement signals, etc.
  • User input for example, a mouse double-click on an icon, can be received by the session core 244 and the input subsystem 252 can be configured to determine that an icon is located at the coordinates associated with the double-click.
  • the input subsystem 252 can then be configured to send a notification to the runtime subsystem 240 that can execute a process for the application associated with the icon.
  • draw commands can be received from applications and/or a desktop and processed by the GDI 246.
  • the GDI 246 in general can include a process that can generate graphical object draw commands.
  • the GDI 246 in this example embodiment can be configured to pass the commands to the remote display subsystem 254 that can instantiate a display driver for the session.
  • the remote display subsystem 254 can be configured to include virtual display driver(s) that may not be associated with displays physically attacked to the server 204, e.g., the server 204 could be running headless.
  • the virtual display driver in this embodiment can be configured to receive the draw commands and transmit them to the client 201 via a stack instance associated with the session.
  • FIG. 3 illustrates a client 316 and server 302 communicating via a remote session, wherein the server uses multi-processor compression of images 310 that it sends to the client.
  • client 316 and server 302 communicate via a remote session that is effectuated by remote server 304 on server 302 communicating with remote client 318 on client 316 across communications network 314.
  • the remote client 318 sends input commands, such as mouse movement or key strokes to the remote server 304, which interprets them and sends the client 318 image data 310 corresponding to the result of that input.
  • client 316 may issue mouse movement and clicks to open a video.
  • the server 304 will receive this input information, determine that a video is to be played as a result, and send the resulting images 310, and possibly audio, that corresponds to that video being played to the client 318 for display on display device 320.
  • the server 302 will often compress the images 310 that it sends to the client 316, so as to conserve bandwidth.
  • the server 302 sends each image 310 to a work manager 306, which manages the compression of each image 310 across each of the multiple processors 308 or cores present on the server 302.
  • the work manager 306 will receive an image 310 and partition it into one or more slices 312.
  • a typical remote session compression algorithm may operate on tiles (e.g. 64x64 pixel squares) or strips (e.g. 1680x2 pixel rectangles)
  • a slice 312 is typically a much larger section of the image 310 (e.g. 1680x128 pixels).
  • the slices 312 may selected so as to avoid any cache thrashing issues for a processor 308. In the course of compression, a slice 312 may be further divided up into tiles or strips, but the slice 312 is the unit that is allocated to a processor 308, so all tiles or stripes within a slice 312 remain allocated to that core. [0032]
  • the work manager 306 maintains a thread associated with each processor 308 that it utilizes to compress the image 310. As the work manager 306 generates slices 312, it dispatches each one to one of the threads.
  • the work manager 306 may use a variety of techniques to maximize the efficiency of thread dispatch, such as by assigning a slice 312 to the first available thread, or queuing a plurality of slices 312 on a thread, so that the thread never lacks for a slice 312 to compress.
  • the slice 312 is then compressed.
  • the slice 312 is compressed via a run-length encoding (RLE) compression scheme.
  • RLE run-length encoding
  • the work manager 306 receives an indication of such.
  • the work manager 306 has received an indication that each slice 312 in a given image 310 is compressed, it provides the compressed image to the remote server 304, and the remote server 304 transfers it to the remote client 318 across the communications network 314.
  • the remote client 318 receives the compressed image, and directs the client 316 to display the received image on display device 320.
  • An indication that a slice 312 has been compressed may comprise a pointed to the memory location where the compressed slice 312 resides.
  • the work manager 306 may order these pointers, such that the first pointer points to the start of the image, the last pointer points to the end of the image, and any pointers in between are correspondingly ordered.
  • the slices 312 may be completed in any order. It is the work manager 306 that receives these slices 312 in whatever order and, in an embodiment, builds an ordered list of pointers to compressed output buffers of the compressed slices 312. Once all slices 312 for an image have been compressed, the image is considered to be completely compressed. [0036] In an embodiment, the work manager 306 may retrieve each compressed slice 312 and then store the compressed image (composed of those compressed slices 312) in a contiguous range of memory.
  • the assembly of the compressed image from the compressed slices 312 is performed by the client.
  • the server sends the client each compressed slice 312 along with some indication both of which image it belongs to and where it belongs within the image, and the client assembles the image from that information.
  • a server finishes sending one image before sending another, so the information may comprise the total number of slices 312 and which slice 312 the presently sent slice 312 is (such as the second of five total slices 312, or just the second slice 312 where the client has already been informed that there are five total slices 312).
  • the server may send the client slices 312 from multiple images interleaved, so the indication for each slice 312 may comprise both which image it belongs to and which part of the image it is (e.g. the second of five total slices 312 for image 15).
  • the remote server is synchronous. After it dispatches an image to the work manager 306, it blocks synchronously, waiting for the image to be compressed and to receive the output of the compressed image.
  • the remote server is asynchronous.
  • the remote server dispatches an image to the work manager 306 and then immediately does further processing, such as parsing received client input or generating a second image for the work manager 306 to compress. It later accepts an asynchronous completion notification from the work manager 306 comprising an indication that the image has been compressed or the compressed image itself.
  • FIG. 4 illustrates exemplary operational procedures for compressing an image on a multi-processor system for transmission via a remote session.
  • a multi-processor system may have a plurality of processing cores or a plurality of discrete processors.
  • the image comprises a remote session frame, such as an application window or an entire desktop, which may include application windows.
  • the image comprises a bitmap.
  • image has a width and a width of each tile is equal to the width of the image.
  • Operation 402 depicts dividing the image into a plurality of slices.
  • the image is rectangular and each slice is rectangular as well, and has the same horizontal dimension - or width - as the image.
  • Operation 404 depicts for each of at least two processors, associating a thread per processor.
  • a work manager may maintain a thread for each processor that it utilizes in compressing images.
  • Operation 406 depicts assigning each slice to an associated thread.
  • the work manager may use a variety of techniques to maximize the available processor resources.
  • assigning a slice to an associated thread comprises assigning a slice to an associated thread corresponding to a processor that has unused processing resources.
  • Operation 408 depicts for each slice, receiving an indication that the slice has been processed.
  • an indication that the slice has been processed comprises a pointer to a corresponding compressed output buffer.
  • Operation 410 depicts assembling the slices into a second image, the second image corresponding to the image being compressed.
  • Optional operation 412 depicts sending the second image to a client according to a remote session protocol.
  • the remote session protocol comprises
  • RDP Remote Desktop Protocol
  • the image is received from a remote session stack and the remote session stack blocks synchronously upon providing the image, and operation 412 includes sending the remote session stack an indication that the image has been compressed.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)

Abstract

La présente invention se rapporte à des systèmes, à des procédés et à des supports de stockage lisibles par un ordinateur qui permettent d'accélérer la compression d'images sur un ordinateur multiprocesseur. Dans un mode de réalisation de l'invention, une image est divisée en une pluralité de tranches, chaque tranche étant de la même largeur que l'image. Ces tranches sont transmises à un gestionnaire de tâches qui maintient un fil pour chaque processeur. Le gestionnaire de tâches attribue chaque tranche à un fil afin qu'elle soit traitée de manière efficace (comme le fil correspondant au premier processeur disponible) et, à réception d'une indication selon laquelle la tranche a été compressée, et ce pour chaque tranche, le gestionnaire de tâches assemble l'image compressée.
PCT/US2010/029710 2009-04-01 2010-04-01 Accélération de compression d'images au moyen d'une pluralité de processeurs WO2010115057A2 (fr)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201080016209.7A CN102378976B (zh) 2009-04-01 2010-04-01 使用多个处理器的图像压缩加速
JP2012503727A JP5788865B2 (ja) 2009-04-01 2010-04-01 複数のプロセッサを用いた画像圧縮の加速
EP20100759444 EP2414959A4 (fr) 2009-04-01 2010-04-01 Accélération de compression d'images au moyen d'une pluralité de processeurs

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/416,791 US8705879B2 (en) 2009-04-01 2009-04-01 Image compression acceleration using multiple processors
US12/416,791 2009-04-01

Publications (2)

Publication Number Publication Date
WO2010115057A2 true WO2010115057A2 (fr) 2010-10-07
WO2010115057A3 WO2010115057A3 (fr) 2011-01-20

Family

ID=42826231

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2010/029710 WO2010115057A2 (fr) 2009-04-01 2010-04-01 Accélération de compression d'images au moyen d'une pluralité de processeurs

Country Status (5)

Country Link
US (1) US8705879B2 (fr)
EP (1) EP2414959A4 (fr)
JP (1) JP5788865B2 (fr)
CN (1) CN102378976B (fr)
WO (1) WO2010115057A2 (fr)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SG11201501400QA (en) * 2012-09-26 2015-04-29 Panasonic Ip Corp America Image decoding method, image coding method, image decoding apparatus, image coding apparatus, and image coding and decoding apparatus
AU2013322008B2 (en) * 2012-09-26 2016-10-27 Sun Patent Trust Image coding method, image decoding method, image coding apparatus, image decoding apparatus, and image coding and decoding apparatus
US9319483B2 (en) * 2012-11-13 2016-04-19 Karl Storz Imaging, Inc. Asynchronous open task for operating room control system
US20140172452A1 (en) * 2012-12-14 2014-06-19 Advanced Medical Imaging Development S.R.L. System for processing medical data
US11228769B2 (en) 2013-06-03 2022-01-18 Texas Instruments Incorporated Multi-threading in a video hardware engine
US20150049105A1 (en) * 2013-08-13 2015-02-19 Mediatek Inc. Data processing apparatus for transmitting/receiving indication information of pixel data grouping setting via display interface and related data processing method
US10193934B2 (en) * 2015-12-03 2019-01-29 Microsoft Technology Licensing, Llc Data compression for communications signalling
US10073775B2 (en) * 2016-04-01 2018-09-11 Intel Corporation Apparatus and method for triggered prefetching to improve I/O and producer-consumer workload efficiency
WO2020105069A1 (fr) 2018-11-21 2020-05-28 Datalogic Ip Tech S.R.L. Procédé de multitraitement d'images pour systèmes de vision

Family Cites Families (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5138447A (en) 1991-02-11 1992-08-11 General Instrument Corporation Method and apparatus for communicating compressed digital video signals using multiple processors
JP2734465B2 (ja) * 1991-04-10 1998-03-30 三菱電機株式会社 ネットワーク用入出力装置
US6148111A (en) * 1998-04-27 2000-11-14 The United States Of America As Represented By The Secretary Of The Navy Parallel digital image compression system for exploiting zerotree redundancies in wavelet coefficients
JP2000295616A (ja) * 1999-04-08 2000-10-20 Matsushita Electric Ind Co Ltd 画像符号化装置、画像復号装置、画像符号化方法、画像復号方法及びプログラム記録媒体
US6651252B1 (en) * 1999-10-27 2003-11-18 Diva Systems Corporation Method and apparatus for transmitting video and graphics in a compressed form
US6625671B1 (en) * 1999-05-03 2003-09-23 Computer Network Technology Corporation Compression of buffered data
US20020101932A1 (en) * 2000-11-29 2002-08-01 Montgomery Dennis L. Method and apparatus for encoding information using multiple passes and decoding in a single pass
US7171444B2 (en) * 2001-11-14 2007-01-30 Sharp Laboratories Of America, Inc. Remote desktop protocol compression system
US6978466B2 (en) * 2002-01-02 2005-12-20 Intel Corporation Method and system to reduce thrashing in a multi-threaded programming environment
US7365743B1 (en) * 2002-10-08 2008-04-29 Adobe Systems Incorporated Assignments for parallel rasterization
US7636810B2 (en) * 2003-11-26 2009-12-22 Intel Corporation Method, system, and apparatus for memory compression with flexible in-memory cache
US20050235284A1 (en) * 2004-04-14 2005-10-20 International Business Machines Corporation Systems and methods for tracking processing unit usage
US7614075B2 (en) * 2004-08-13 2009-11-03 Microsoft Corporation Dynamically generating video streams for user interfaces
US8549149B2 (en) * 2004-12-30 2013-10-01 Citrix Systems, Inc. Systems and methods for providing client-side accelerated access to remote applications via TCP multiplexing
JP4384607B2 (ja) * 2005-01-25 2009-12-16 株式会社日立国際電気 画像処理装置
JP2006340183A (ja) * 2005-06-03 2006-12-14 Canon Inc 画像符号化装置及び画像符号化方法
KR100657331B1 (ko) * 2005-08-24 2006-12-14 삼성전자주식회사 멀티 프로세서를 채용한 화상형성장치 및 이를 이용한화상형성방법
US7653749B2 (en) * 2005-08-31 2010-01-26 Microsoft Corporation Remote protocol support for communication of large objects in arbitrary format
US7899864B2 (en) * 2005-11-01 2011-03-01 Microsoft Corporation Multi-user terminal services accelerator
US7870551B2 (en) * 2006-05-18 2011-01-11 International Business Machines Corporation Optimization of thread wake up for shared processor partitions
US8107669B2 (en) * 2006-06-14 2012-01-31 Samsung Electronics Co., Ltd. Video watermarking apparatus in compression domain and method using the same
US8000388B2 (en) * 2006-07-17 2011-08-16 Sony Corporation Parallel processing apparatus for video compression
JP5232854B2 (ja) * 2007-04-26 2013-07-10 ポリコム,インク. デブロッキング・フィルタ配列
KR100801630B1 (ko) * 2007-06-15 2008-02-05 디비코 주식회사 멀티코어 프로세서를 이용한 분산 디코딩 처리 장치 및방법
US8649615B2 (en) * 2007-06-18 2014-02-11 Canon Kabushiki Kaisha Moving picture compression coding apparatus
US8126262B2 (en) * 2007-06-18 2012-02-28 International Business Machines Corporation Annotating video segments using feature rhythm models
JP5084543B2 (ja) * 2008-02-12 2012-11-28 キヤノン株式会社 画像処理装置及び画像処理方法
CN101282478A (zh) * 2008-04-24 2008-10-08 上海华平信息技术股份有限公司 实现高清视频并行编码的方法及系统
EP2297965A1 (fr) * 2008-06-26 2011-03-23 Thomson Licensing Procédé, programme et appareil de traitement d images mouvantes

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of EP2414959A4 *

Also Published As

Publication number Publication date
CN102378976A (zh) 2012-03-14
CN102378976B (zh) 2015-08-26
JP5788865B2 (ja) 2015-10-07
EP2414959A2 (fr) 2012-02-08
US20100254616A1 (en) 2010-10-07
WO2010115057A3 (fr) 2011-01-20
EP2414959A4 (fr) 2013-10-16
US8705879B2 (en) 2014-04-22
JP2012523176A (ja) 2012-09-27

Similar Documents

Publication Publication Date Title
US8705879B2 (en) Image compression acceleration using multiple processors
US11029990B2 (en) Delivering a single end user experience to a client from multiple servers
US8189661B2 (en) Remote desktop protocol (RDP) tile image classification for improving compression efficiency and quality
US9146884B2 (en) Push pull adaptive capture
US8924507B2 (en) Cross-frame progressive spoiling support for reduced network bandwidth usage
US8307103B2 (en) Tear-free remote desktop protocol (RDP) display
US9225784B2 (en) Loss tolerant protocol for remoting desktop graphics
US20160371874A1 (en) Command remoting
US20120075346A1 (en) Low Complexity Method For Motion Compensation Of DWT Based Systems
US8837824B2 (en) Classification and encoder selection based on content
US9235452B2 (en) Graphics remoting using augmentation data
US8760453B2 (en) Adaptive grid generation for improved caching and image classification
WO2012050724A2 (fr) Mémoire partagée entre des partitionnements fils et père
US20120082395A1 (en) Entropy Coder for Image Compression
US9135154B2 (en) Algorithm execution output cache

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201080016209.7

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10759444

Country of ref document: EP

Kind code of ref document: A2

WWE Wipo information: entry into national phase

Ref document number: 2010759444

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2012503727

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE