WO2005031644A1 - Method and system for scaling images - Google Patents
Method and system for scaling images Download PDFInfo
- Publication number
- WO2005031644A1 WO2005031644A1 PCT/CA2004/001766 CA2004001766W WO2005031644A1 WO 2005031644 A1 WO2005031644 A1 WO 2005031644A1 CA 2004001766 W CA2004001766 W CA 2004001766W WO 2005031644 A1 WO2005031644 A1 WO 2005031644A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- variable
- scaling
- adjusted value
- value
- determining
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims description 28
- 238000012545 processing Methods 0.000 description 6
- 238000010586 diagram Methods 0.000 description 4
- 238000004891 communication Methods 0.000 description 3
- 208000011200 Kawasaki disease Diseases 0.000 description 1
- 101100237801 Phaeosphaeria nodorum (strain SN15 / ATCC MYA-4574 / FGSC 10173) MLNS gene Proteins 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 208000001725 mucocutaneous lymph node syndrome Diseases 0.000 description 1
- 230000006855 networking Effects 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/40—Scaling of whole images or parts thereof, e.g. expanding or contracting
- G06T3/4084—Scaling of whole images or parts thereof, e.g. expanding or contracting in the transform domain, e.g. fast Fourier transform [FFT] domain scaling
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09G—ARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
- G09G2340/00—Aspects of display data processing
- G09G2340/04—Changes in size, position or resolution of an image
- G09G2340/0407—Resolution change, inclusive of the use of different resolutions for different screen areas
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09G—ARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
- G09G5/00—Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
- G09G5/36—Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
- G09G5/363—Graphics controllers
Definitions
- Scaling images is known to accommodate display of an image at .an output resolution that is different than the images input resolution.
- a large number of filter taps for a single phase filter or a large number of phases for a polyphase filter are needed to accommodate scaling over a wide range of resolutions.
- Single phase filters usually require much more processing power and memory than polyphase filters. But the large number of phases required for a polyphase filter may still be too expensive for practical implementations. For example, to accommodate downscaling from 720 to lower resolution that is a multiple of 16, without any phase distortion, requires storing coefficients of up to 44 phases, and each of these phases contains a number of filter taps.
- a method and/or system capable of providing high quality scaling of any scaling ratio with constrained resources would be useful.
- the present disclosure relates generally to image/video processing and more specifically to scaling of image/video.
- FIG. 1 illustrates in flow diagram form a method in accordance with the present disclosure
- FIG. 2 illustrates a data structure in accordance with the present disclosure
- FIG. 3. illustrates a flow diagram for a method in accordance with the present disclosure.
- FIG. 4 illustrates a specific embodiment of a method in accordance with the present disclosure.
- FIG. 5 illustrates a specific embodiment of a system in accordance with the present disclosure.
- a method of scaling images is disclosed in accordance with a specific embodiment of the disclosure.
- the method provides lossless scaling or scaling having low-level phase distortion for all resolutions.
- FIG. 1 illustrates, in flow diagram form, a method in accordance with a specific embodiment of the present disclosure.
- a number of phases to be made available for scaling is determined.
- the number of available phases will be selected deterministically based upon a desired level of quality needed. For example, for purposes of illustration herein, it has been determined that there are to be seventeen (17) available phases. These seventeen phases, or a subset of the seventeen phases, will be used to scale images of any resolution. Because of the symmetric nature of the phases, nine sets of coefficients (Filter Phases) can be provided to support the 17 available phases.
- FIG. 2 illustrates a data structure 60 that includes control word (CW) 60 .and coefficients for a plurality of filter phases 64.
- the control word 60 includes a plurality of variables, including: a number of input pixels in a scaling cycle (M), a number of output pixels in a scaling cycle ( ), a number of used phases (N), and a shift variable S.
- M control word
- N number of used phases
- S shift variable S
- an input resolution .and .an output resolution is determined and a greatest common denominator (GCD) of the input and output resolution is determined.
- GCD common denominator
- the input resolution is determined by accessing a register location or receiving the resolution as part of a video stream, or video file.
- the output resolution is typically determined by accessing a register, or receiving the value from a display driver. Assuming an input resolution of 720 pixels, and an output resolution of 704 pixels, there is a GCD of 16. For purposes of discussion, the horizontal dimension of an image is discussed herein.
- the value 45 represents the number of input pixels that are scaled during a scaling cycle.
- the value 44 represents the number of pixels generated during a scaling cycle.
- a scaling cycle represents a scaling operation that is repeated, such that each cycle accesses a common set of filter phases to scale M input pixels to generate L output pixels. In the illustrated example, each scaling cycle will result in 45 input pixels being scaled to 44 output pixels. In order to scale an entire line of 720 pixels, 16 scaling cycles are implements.
- Steps 208, 210, and 212 determine a value of the shift variable S.
- S is initialized to zero.
- a determination is made whether a result of rightshifting the binary representation of the number of output pixels (L) by the value of S results in a value that is less than the number of available phases, or seventeen (17) in the present example. For example, when S is equal to zero, the binary value of the number of input pixels is, in effect, not right-shifted, resulting in a decimal value of 44. Since 44 is not less than the number of available phases, seventeen, the flow proceeds to step 212, where the shift value S is incremented by one.
- step 210 a determination is made whether the binary representation of L right-shifted by the current value of S, now one, is less than the number of available phases. For example, during the current loop, when S is equal to one, the binary value of the number of output pixels in one scaling cycle (0010 1100) is shifted by one, resulting in a value of '0001 0110' or decimal 22. Since 22 is not less than the number of available phases, seventeen, the flow proceeds again to step 212, where the shift value S is incremented by one. This next loop, with S equal to two, results in a shifted binary value of '0000 1011 ', or decimal 11. Since 11 is less than the number of available phases, decimal seventeen, the value of S is determined and flow proceeds to step 214.
- the number of used phases (N) is determined by right-shifting the binary representation of L by the value of S.
- each of the values of M, L, N, and S are provided as part of the control word 60.
- the variables L, N and S need to be provided as part of the control word N.
- Possible control word variables therefore, include providing any one of the variable sets MLNS, MLN, MLS, and MNS.
- the method described in FIG. 4 can be used to scale an image.
- the method of FIG. 4 is discussed with references to scaling in a horizontal dimension by implementing one or more scaling cycles. For example, sixteen scaling cycles are used to scale 720 pixels to 704 pixels, each scaling cycle generating 44 output pixels. Each scaling cycle accesses the FILTER PHASES 64 in a common sequence.
- a current phase variable labeled CURRENT_PHASE
- a phase index variable labeled PHASE_INDEX
- PHASE_L DEX The value of PHASE_L DEX is less than or equal to the number of available phases, and is used to access a specific set of phase coefficients from the data structure 60 to be used during the current phase scaling.
- step 314 a determination is made whether the PHASE_INDEX is greater than the number of used phases (N) divided by two (N / 2). If so, the flow proceeds to step 332, otherwise the flow proceeds to step 316.
- the set of coefficients to be used for the current phase scaling needs to be accessed from a mirrored location.
- step 314 the coefficients accessed from the mirrored location are reversed prior to use.
- the PHASE_LNDEX is not greater than N / 2
- the set of coefficients to be used for scaling is accessed from a direct location at step 316. For example, given a used number of phases equal to 11, a PHASE_INDEX of 4 would result in a direct access of the coefficients of FILTER PHASE 4, as opposed to an access from a mirror location.
- a filter with the selected phase is used to filter one pixel, resulting in a scaled pixel.
- the specific implementation illustrated in FIG. 2 provides eight coefficients with each FILTER PHASE 64 for use by an eight-tap filter that performs the scaling.
- the eight coefficients illustrated in FIG.2 include two eight-bit signed coefficients, two nine-bit signed coefficients, two ten-bit signed coefficients, one tenbit unsigned coefficient, and one eleven- bit unsigned coefficient.
- the left center is an eleven-bit unsigned coefficient to handle the no scaling case. More specifically, the normalized value of all the coefficients (the sum of all the coefficients) is eleven-bit in this specific design. When there is no scaling, normalized value is placed into the left center.
- step 120 a determination is made whether an end of line has been reached. If so, the flow proceeds to step 310 and scaling of a new line begins.
- Steps 322, 324, and 326 determine a next value for the CURRENT_PHASE variable.
- the CTJRRENT_PHASE is incremented by the number of input pixels M.
- FIG. 4 illustrates, in block diagram form, a data processing system that may represent a general purpose processing system, such as a personal computer or a personal digital assistant, or an application specific system such as a media server, internet appliance, home networking hubs, and the like.
- a general purpose processing system such as a personal computer or a personal digital assistant
- an application specific system such as a media server, internet appliance, home networking hubs, and the like.
- the system 500 is illustrated to include a central processing unit 510, which may be a conventional or proprietary data processor, memory including random access memory 512, read only memory 514, input output adapter 522, a user interface adapter 520, a communications interface adapter 524, and a multimedia controller 526.
- a central processing unit 510 which may be a conventional or proprietary data processor, memory including random access memory 512, read only memory 514, input output adapter 522, a user interface adapter 520, a communications interface adapter 524, and a multimedia controller 526.
- the input output (I/O) adapter 526 can be further connected to various peripherals such as disk drives 547, printer 545, removable storage devices 546, as well as other standard and proprietary I/O devices.
- the user interface adapter 520 can be considered to be a specialized I/O adapter.
- the adapter 520 is illustrated to be connected to a mouse 540, and a keyboard 541.
- the user interface adapter 520 may be connected to other devices capable of providing various types of user control, such as touch screen devices.
- the communications interface adapter 524 is connected to a bridge 550 such as is associated with a local or a wide area network, .and a modem 551. By connecting the system bus 502 to various communication devices, external access to information can be obtained.
- the multimedia controller 526 will generally include a video graphics controller capable of generating scaled images that can be displayed, saved, or transmitted.
- the specific embodiment illustrated illustrates the multimedia controller including a sealer 570 that can be used to implement the methods described herein. It will be appreciated the methods described can be implemented, by the sealer in hardware and/or software. Software implementations can be stored in any on of various memory locations, including RAM 512 and ROM 514, in addition software implementation software can be stored in the multimedia controller 526.
- the sealer may be a data processor within the controller 526 for executing instruction, or it maybe a shared processor, such as CPU 510.
- the elements associated with data structure 60 can be provided via a storage media, such as floppy 546, Disk Drives 547, or from remote storage devices.
- the output pixels generated by sealer 570 can be provided to Monitor 560, stored for later display or subsequent processing, or transmitted to a different system.
- the sealer 570 can be part of an encoder that generates scaled images for transmission.
- the input video can be received at a receiver that is part of Multimedia Controller 526, through the Bridge 550 or modem 551, or accessed from a stored memory location. Control words, and coefficients .and input pixels can be accessed from system memory locations.
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Image Processing (AREA)
- Editing Of Facsimile Originals (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/673,693 | 2003-09-29 | ||
US10/673,693 US7277101B2 (en) | 2003-09-29 | 2003-09-29 | Method and system for scaling images |
Publications (2)
Publication Number | Publication Date |
---|---|
WO2005031644A1 true WO2005031644A1 (en) | 2005-04-07 |
WO2005031644A8 WO2005031644A8 (en) | 2005-06-16 |
Family
ID=34376667
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CA2004/001766 WO2005031644A1 (en) | 2003-09-29 | 2004-09-29 | Method and system for scaling images |
Country Status (2)
Country | Link |
---|---|
US (1) | US7277101B2 (en) |
WO (1) | WO2005031644A1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103458307A (en) * | 2013-09-02 | 2013-12-18 | Tcl光电科技(惠州)有限公司 | Picture processing method and device |
Families Citing this family (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9330060B1 (en) | 2003-04-15 | 2016-05-03 | Nvidia Corporation | Method and device for encoding and decoding video image data |
US8660182B2 (en) | 2003-06-09 | 2014-02-25 | Nvidia Corporation | MPEG motion estimation based on dual start points |
US7720311B1 (en) * | 2005-03-03 | 2010-05-18 | Nvidia Corporation | Memory and compute efficient block-based two-dimensional sample-rate converter for image/video applications |
US8731071B1 (en) | 2005-12-15 | 2014-05-20 | Nvidia Corporation | System for performing finite input response (FIR) filtering in motion estimation |
US8724702B1 (en) | 2006-03-29 | 2014-05-13 | Nvidia Corporation | Methods and systems for motion estimation used in video coding |
US8111268B2 (en) * | 2006-04-20 | 2012-02-07 | Qualcomm Incorporated | Image scaling method and apparatus |
US7414550B1 (en) | 2006-06-30 | 2008-08-19 | Nvidia Corporation | Methods and systems for sample rate conversion and sample clock synchronization |
US8660380B2 (en) | 2006-08-25 | 2014-02-25 | Nvidia Corporation | Method and system for performing two-dimensional transform on data value array with reduced power consumption |
US7848597B2 (en) | 2006-09-08 | 2010-12-07 | Telefonaktiebolaget Lm Ericsson (Publ) | Data processing |
US8756482B2 (en) | 2007-05-25 | 2014-06-17 | Nvidia Corporation | Efficient encoding/decoding of a sequence of data frames |
US9118927B2 (en) | 2007-06-13 | 2015-08-25 | Nvidia Corporation | Sub-pixel interpolation and its application in motion compensated encoding of a video signal |
US8873625B2 (en) | 2007-07-18 | 2014-10-28 | Nvidia Corporation | Enhanced compression in representing non-frame-edge blocks of image frames |
US9209792B1 (en) | 2007-08-15 | 2015-12-08 | Nvidia Corporation | Clock selection system and method |
US8762759B2 (en) | 2008-04-10 | 2014-06-24 | Nvidia Corporation | Responding to interrupts while in a reduced power state |
US8666181B2 (en) | 2008-12-10 | 2014-03-04 | Nvidia Corporation | Adaptive multiple engine image motion detection system and method |
US20130321675A1 (en) | 2012-05-31 | 2013-12-05 | Apple Inc. | Raw scaler with chromatic aberration correction |
CN104636091B (en) * | 2013-11-07 | 2018-06-15 | 精工爱普生株式会社 | Print control system |
US10636120B2 (en) * | 2018-02-01 | 2020-04-28 | Ricoh Company, Ltd. | Image scaling with quality control |
CN110794352B (en) * | 2018-08-02 | 2023-05-26 | 上海康达卡勒幅医疗科技有限公司 | Method for inhibiting magnetic resonance image artifact |
US11328387B1 (en) * | 2020-12-17 | 2022-05-10 | Wipro Limited | System and method for image scaling while maintaining aspect ratio of objects within image |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0721060A (en) * | 1993-07-02 | 1995-01-24 | Mitsubishi Electric Corp | Abnormality detecting system for central processing unit |
US5844545A (en) * | 1991-02-05 | 1998-12-01 | Minolta Co., Ltd. | Image display apparatus capable of combining image displayed with high resolution and image displayed with low resolution |
Family Cites Families (69)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4866395A (en) | 1988-11-14 | 1989-09-12 | Gte Government Systems Corporation | Universal carrier recovery and data detection for digital communication systems |
US5115812A (en) | 1988-11-30 | 1992-05-26 | Hitachi, Ltd. | Magnetic resonance imaging method for moving object |
GB2231227B (en) | 1989-04-27 | 1993-09-29 | Sony Corp | Motion dependent video signal processing |
US5093847A (en) | 1990-12-21 | 1992-03-03 | Silicon Systems, Inc. | Adaptive phase lock loop |
FR2680619B1 (en) | 1991-08-21 | 1993-12-24 | Sgs Thomson Microelectronics Sa | IMAGE PREDICTOR. |
US5363213A (en) * | 1992-06-08 | 1994-11-08 | Xerox Corporation | Unquantized resolution conversion of bitmap images using error diffusion |
US5253056A (en) | 1992-07-02 | 1993-10-12 | At&T Bell Laboratories | Spatial/frequency hybrid video coding facilitating the derivatives of variable-resolution images |
US5614952A (en) | 1994-10-11 | 1997-03-25 | Hitachi America, Ltd. | Digital video decoder for decoding digital high definition and/or digital standard definition television signals |
JP3486427B2 (en) | 1993-01-18 | 2004-01-13 | キヤノン株式会社 | Control device and control method |
JP3332443B2 (en) | 1993-01-18 | 2002-10-07 | キヤノン株式会社 | Information processing apparatus and information processing method |
PT2375753E (en) | 1993-03-24 | 2013-10-21 | Sony Corp | Method of decoding picture signal and apparatus thereof |
KR970009302B1 (en) | 1993-08-17 | 1997-06-10 | Lg Electronics Inc | Block effect reducing apparatus for hdtv |
US5528704A (en) * | 1993-11-15 | 1996-06-18 | Xerox Corporation | Image resolution conversion using a plurality of image registrations |
US5764698A (en) | 1993-12-30 | 1998-06-09 | International Business Machines Corporation | Method and apparatus for efficient compression of high quality digital audio |
JPH07210670A (en) | 1994-01-21 | 1995-08-11 | Fuji Xerox Co Ltd | Image processor |
US5732391A (en) | 1994-03-09 | 1998-03-24 | Motorola, Inc. | Method and apparatus of reducing processing steps in an audio compression system using psychoacoustic parameters |
US5940130A (en) | 1994-04-21 | 1999-08-17 | British Telecommunications Public Limited Company | Video transcoder with by-pass transfer of extracted motion compensation data |
DE4416967A1 (en) | 1994-05-13 | 1995-11-16 | Thomson Brandt Gmbh | Method and device for transcoding bit streams with video data |
DE69535800D1 (en) | 1994-06-08 | 2008-09-11 | Matsushita Electric Ind Co Ltd | Image conversion device |
US5602589A (en) | 1994-08-19 | 1997-02-11 | Xerox Corporation | Video image compression using weighted wavelet hierarchical vector quantization |
US5644361A (en) | 1994-11-30 | 1997-07-01 | National Semiconductor Corporation | Subsampled frame storage technique for reduced memory size |
US5594676A (en) * | 1994-12-22 | 1997-01-14 | Genesis Microchip Inc. | Digital image warping system |
US5652749A (en) | 1995-02-03 | 1997-07-29 | International Business Machines Corporation | Apparatus and method for segmentation and time synchronization of the transmission of a multiple program multimedia data stream |
JPH08275160A (en) | 1995-03-27 | 1996-10-18 | Internatl Business Mach Corp <Ibm> | Discrete cosine conversion method |
US5559889A (en) | 1995-03-31 | 1996-09-24 | International Business Machines Corporation | System and methods for data encryption using public key cryptography |
EP0739138A3 (en) | 1995-04-19 | 1997-11-05 | AT&T IPM Corp. | Method and apparatus for matching compressed video signals to a communications channel |
GB9608271D0 (en) | 1996-04-22 | 1996-06-26 | Electrocraft Lab | Video compession |
JP3423835B2 (en) | 1996-05-01 | 2003-07-07 | 沖電気工業株式会社 | Compression encoding device with scramble and decompression reproduction device thereof |
US6141693A (en) | 1996-06-03 | 2000-10-31 | Webtv Networks, Inc. | Method and apparatus for extracting digital data from a video stream and using the digital data to configure the video stream for display on a television set |
US6222886B1 (en) | 1996-06-24 | 2001-04-24 | Kabushiki Kaisha Toshiba | Compression based reduced memory video decoder |
US6215821B1 (en) | 1996-08-07 | 2001-04-10 | Lucent Technologies, Inc. | Communication system using an intersource coding technique |
US5850443A (en) | 1996-08-15 | 1998-12-15 | Entrust Technologies, Ltd. | Key management system for mixed-trust environments |
FR2752655B1 (en) | 1996-08-20 | 1998-09-18 | France Telecom | METHOD AND EQUIPMENT FOR ALLOCATING A COMPLEMENTARY CONDITIONAL ACCESS TO A TELEVISION PROGRAM ALREADY WITH CONDITIONAL ACCESS |
US6366614B1 (en) | 1996-10-11 | 2002-04-02 | Qualcomm Inc. | Adaptive rate control for digital video compression |
SE515535C2 (en) | 1996-10-25 | 2001-08-27 | Ericsson Telefon Ab L M | A transcoder |
US6480541B1 (en) | 1996-11-27 | 2002-11-12 | Realnetworks, Inc. | Method and apparatus for providing scalable pre-compressed digital video with reduced quantization based artifacts |
US6005624A (en) | 1996-12-20 | 1999-12-21 | Lsi Logic Corporation | System and method for performing motion compensation using a skewed tile storage format for improved efficiency |
JP3328532B2 (en) | 1997-01-22 | 2002-09-24 | シャープ株式会社 | Digital data encoding method |
US6182203B1 (en) | 1997-01-24 | 2001-01-30 | Texas Instruments Incorporated | Microprocessor |
WO1998038798A1 (en) | 1997-02-26 | 1998-09-03 | Mitsubishi Denki Kabushiki Kaisha | Device, system, and method for distributing video data |
US6014694A (en) | 1997-06-26 | 2000-01-11 | Citrix Systems, Inc. | System for adaptive video/audio transport over a network |
US6144402A (en) | 1997-07-08 | 2000-11-07 | Microtune, Inc. | Internet transaction acceleration |
JP2001501072A (en) | 1997-07-22 | 2001-01-23 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | Switching method between video sequences and corresponding device |
DE69803639T2 (en) | 1997-08-07 | 2002-08-08 | Matsushita Electric Industrial Co., Ltd. | Device and method for detecting a motion vector |
US6310919B1 (en) | 1998-05-07 | 2001-10-30 | Sarnoff Corporation | Method and apparatus for adaptively scaling motion vector information in an information stream decoder |
US6385248B1 (en) | 1998-05-12 | 2002-05-07 | Hitachi America Ltd. | Methods and apparatus for processing luminance and chrominance image data |
DE69924922T2 (en) | 1998-06-15 | 2006-12-21 | Matsushita Electric Industrial Co., Ltd., Kadoma | Audio encoding method and audio encoding device |
US6584509B2 (en) | 1998-06-23 | 2003-06-24 | Intel Corporation | Recognizing audio and video streams over PPP links in the absence of an announcement protocol |
IL141104A0 (en) | 1998-07-27 | 2002-02-10 | Webtv Networks Inc | Remote computer access |
US6167084A (en) | 1998-08-27 | 2000-12-26 | Motorola, Inc. | Dynamic bit allocation for statistical multiplexing of compressed and uncompressed digital video signals |
US6219358B1 (en) | 1998-09-11 | 2001-04-17 | Scientific-Atlanta, Inc. | Adaptive rate control for insertion of data into arbitrary bit rate data streams |
US6259741B1 (en) | 1999-02-18 | 2001-07-10 | General Instrument Corporation | Method of architecture for converting MPEG-2 4:2:2-profile bitstreams into main-profile bitstreams |
US6625211B1 (en) | 1999-02-25 | 2003-09-23 | Matsushita Electric Industrial Co., Ltd. | Method and apparatus for transforming moving picture coding system |
US6263022B1 (en) | 1999-07-06 | 2001-07-17 | Philips Electronics North America Corp. | System and method for fine granular scalable video with selective quality enhancement |
DE19946267C2 (en) | 1999-09-27 | 2002-09-26 | Harman Becker Automotive Sys | Digital transcoding system |
FR2800222B1 (en) | 1999-10-26 | 2001-11-23 | Mitsubishi Electric Inf Tech | METHOD FOR COMPLIANCE WITH A TRAFFIC CONTRACT OF A PACKET STREAM OF A PACKET TRANSPORT NETWORK WITH VARIABLE LENGTH |
US6714202B2 (en) | 1999-12-02 | 2004-03-30 | Canon Kabushiki Kaisha | Method for encoding animation in an image file |
US6300973B1 (en) | 2000-01-13 | 2001-10-09 | Meir Feder | Method and system for multimedia communication control |
US6647061B1 (en) | 2000-06-09 | 2003-11-11 | General Instrument Corporation | Video size conversion and transcoding from MPEG-2 to MPEG-4 |
US6438168B2 (en) | 2000-06-27 | 2002-08-20 | Bamboo Media Casting, Inc. | Bandwidth scaling of a compressed video stream |
FR2813742A1 (en) | 2000-09-05 | 2002-03-08 | Koninkl Philips Electronics Nv | BINARY FLOW CONVERSION METHOD |
US6748020B1 (en) | 2000-10-25 | 2004-06-08 | General Instrument Corporation | Transcoder-multiplexer (transmux) software architecture |
US6608792B2 (en) | 2000-11-09 | 2003-08-19 | Texas Instruments Incorporated | Method and apparatus for storing data in an integrated circuit |
JP4517495B2 (en) | 2000-11-10 | 2010-08-04 | ソニー株式会社 | Image information conversion apparatus, image information conversion method, encoding apparatus, and encoding method |
KR100433516B1 (en) | 2000-12-08 | 2004-05-31 | 삼성전자주식회사 | Transcoding method |
US6549561B2 (en) | 2001-02-21 | 2003-04-15 | Magis Networks, Inc. | OFDM pilot tone tracking for wireless LAN |
US8107524B2 (en) | 2001-03-30 | 2012-01-31 | Vixs Systems, Inc. | Adaptive bandwidth footprint matching for multiple compressed video streams in a fixed bandwidth network |
US6993647B2 (en) | 2001-08-10 | 2006-01-31 | Hewlett-Packard Development Company, L.P. | Method and apparatus for booting an electronic device using a plurality of agent records and agent codes |
US7403564B2 (en) | 2001-11-21 | 2008-07-22 | Vixs Systems, Inc. | System and method for multiple channel video transcoding |
-
2003
- 2003-09-29 US US10/673,693 patent/US7277101B2/en not_active Expired - Fee Related
-
2004
- 2004-09-29 WO PCT/CA2004/001766 patent/WO2005031644A1/en active Application Filing
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5844545A (en) * | 1991-02-05 | 1998-12-01 | Minolta Co., Ltd. | Image display apparatus capable of combining image displayed with high resolution and image displayed with low resolution |
JPH0721060A (en) * | 1993-07-02 | 1995-01-24 | Mitsubishi Electric Corp | Abnormality detecting system for central processing unit |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103458307A (en) * | 2013-09-02 | 2013-12-18 | Tcl光电科技(惠州)有限公司 | Picture processing method and device |
CN103458307B (en) * | 2013-09-02 | 2017-12-12 | Tcl光电科技(惠州)有限公司 | Image processing method and device |
Also Published As
Publication number | Publication date |
---|---|
US7277101B2 (en) | 2007-10-02 |
US20050068338A1 (en) | 2005-03-31 |
WO2005031644A8 (en) | 2005-06-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7277101B2 (en) | Method and system for scaling images | |
US8194098B2 (en) | Apparatus, method, and product for downscaling an image | |
US4988984A (en) | Image interpolator for an image display system | |
US7199837B2 (en) | System for improved ratiometric expansion and method thereof | |
US20030085912A1 (en) | System and method for image scaling interpolation | |
JP4742051B2 (en) | Spatial and temporal motion blur effect generation method | |
JP2012501594A (en) | Dual Lookup Table Design for Edge Oriented Image Scaling | |
JP6190386B2 (en) | Video ringer ringing reduction | |
US6078335A (en) | Method and apparatus for determining level of detail for texture filtering | |
US8499019B2 (en) | Electronic hardware resource management in video processing | |
US5844567A (en) | Computer graphics system and method for texture mapping using triangular interpolation | |
JPH1049665A (en) | Device and method for image processing | |
US7209144B2 (en) | Image-display apparatus, image-display method, and image-display program | |
KR100294676B1 (en) | Apparatus for universal image format converting | |
US20090087119A1 (en) | Method and apparatus for arbitrary ratio image reduction | |
US7480071B2 (en) | Maximizing performance in a hardware image scaling module | |
US6714210B1 (en) | Continuous kernel image interpolation | |
JP2003316331A (en) | Display device | |
JP5106483B2 (en) | Method and apparatus for vertically scaling pixel data | |
US7405768B2 (en) | Apparatus and method for determining image region | |
US20030187613A1 (en) | Method of data interpolation using midpoint slope control scaling | |
EP1091321A2 (en) | Apparatus and method for drawing lines on a digital display | |
EP0404397B1 (en) | Image processing system | |
AU730522B1 (en) | Continuous kernel image interpolation | |
US20060274977A1 (en) | Device and method for image scaling interpolation |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WR | Later publication of a revised version of an international search report | ||
122 | Ep: pct application non-entry in european phase |