US20060093225A1 - System, method, and apparatus for providing massively scaled down video using iconification - Google Patents
System, method, and apparatus for providing massively scaled down video using iconification Download PDFInfo
- Publication number
- US20060093225A1 US20060093225A1 US10/977,864 US97786404A US2006093225A1 US 20060093225 A1 US20060093225 A1 US 20060093225A1 US 97786404 A US97786404 A US 97786404A US 2006093225 A1 US2006093225 A1 US 2006093225A1
- Authority
- US
- United States
- Prior art keywords
- picture
- reduced
- synthetic
- frame
- resulting
- Prior art date
- Legal status (The legal status 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 status listed.)
- Granted
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/50—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
- H04N19/59—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial sub-sampling or interpolation, e.g. alteration of picture size or resolution
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/42—Methods 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/423—Methods 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 characterised by memory arrangements
- H04N19/426—Methods 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 characterised by memory arrangements using memory downsizing methods
- H04N19/428—Recompression, e.g. by spatial or temporal decimation
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/44—Decoders specially adapted therefor, e.g. video decoders which are asymmetric with respect to the encoder
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/60—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
- H04N19/61—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding in combination with predictive coding
Definitions
- An iconized frame also known as a thumb nail scale, is a video frame that is massively scaled down. Iconized frames are useful for previewing video data. Several iconized frames can be viewed simultaneously allowing a user to quickly ascertain the contents of a video.
- a method for providing a video output comprises decoding an encoded picture, thereby resulting in a decoded picture; reducing the decoded picture, thereby resulting in a reduced picture; storing the reduced picture; and encoding the reduced picture, thereby resulting in a synthetic picture.
- a decoder system for providing a video output.
- the decoder system comprises a video decoder, a memory, and a synthetic picture generator.
- the video decoder decodes an encoded picture, thereby resulting in a decoded picture and reducing the decoded picture, thereby resulting in a reduced picture.
- the memory stores the reduced picture.
- the synthetic picture generator encodes the reduced picture, thereby resulting in a synthetic picture.
- FIG. 1 is a block diagram of an exemplary frame, massively scaled down in accordance with an embodiment of the present invention
- FIG. 2 is a block diagram of an exemplary video decoder in accordance with an embodiment of the present invention
- FIG. 3 is a block diagram describing the memory management of the decoder in accordance with an embodiment of the present invention.
- FIG. 4 is a flow diagram for simultaneously providing massively scaled down video according to an embodiment of the present invention.
- FIG. 1 there is illustrated a block diagram of an exemplary frame 100 , massively scaled down in accordance with an embodiment of the present invention.
- a video comprises a series of frames representing still images associated with a particular time interval.
- a frame 100 can comprise any number of rows 100 ( 0 ) . . . 100 (Y) of pixels 100 (N, 0) . . . 100 (N, X).
- the frame 100 can be reduced in the horizontal direction by selecting horizontally adjacent pixels 100 (N, 2*I) and 100 (N, 2*I+1), where I is an integer, and averaging the values of the horizontally adjacent pixels.
- a reduced frame 100 ′ of Y ⁇ X/2 pixels can be generated from the average values of the horizontally adjacent pixels.
- the frame 100 can be iteratively reduced by repeating the foregoing with the reduced frame 100 1 , resulting in a further reduced frame 100 2 of Y ⁇ X/4 pixels. This process can be continued any number, m, times, resulting in a reduced frame 100 m , of Y ⁇ X/2 m .
- the reduced frame 100 m can be reduced by a factor n by discarding in the vertical direction by selecting each nth row 100 m (n*I), and generating a data structure 100 nm comprising the nth rows 100 m (n*I). Accordingly, the resulting structure 100 mn represents the frame 100 , scaled down by a factor of 2 m n.
- FIG. 2 there is illustrated a block diagram of an exemplary decoder in accordance with an embodiment of the present invention.
- Data is output from buffer 32 within SDRAM 30 .
- the data output from the buffer 32 is then passed to a data transport processor 35 .
- the data transport processor 35 demultiplexes the transport stream into packetized elementary stream constituents, and passes the audio transport stream to an audio decoder 60 and the video transport stream to a video transport decoder 40 .
- the video transport decoder 40 provides a video elementary stream to a video decoder 45 .
- the video decoder 45 in regular mode decompresses the video elementary stream and reconstructs the video frames.
- the video frames are stored in frame buffers 48 .
- the display engine 50 scales the video picture, renders the graphics, and constructs the complete display.
- a host processor 90 manages the foregoing operation of the decoder system.
- the decoder system can operate in either a regular mode or a scaling mode, wherein the particular mode can be controlled by user inputs provide to the host processor 90 via a user interface.
- the host processor 90 passes buffer identifiers, prediction buffers chosen by a buffer manager, and other data to the video decoder 45 in a pre-defined data structure after the picture or frame level parsing is completed, one time per frame or field.
- the video decoder 45 first encounters a slice start code, the video decoder 45 is fed with the slice data and below until the next non-slice occurs.
- the host processor 90 sends a picture end code to the video decoder 45 and awaits a marker interrupt from the video decoder 45 , indicating that the video decoder 45 is done with decoding of the frame or field.
- the video decoder 45 is responsible for filling the frame buffer 48 that is assigned for decode with the decoded frame 100 .
- the MPEG video decoder 45 When the host 90 turns on the scaling mode, the MPEG video decoder 45 is configured to switch to a reduced memory mode (RMM).
- the host processor 90 passes on the buffer identifiers and prediction buffer identifiers provided by the buffer manager after enabling an RMM flag that is an element in the predefined data structure between the host 90 and the video decoder 45 .
- the video decoder 45 As the video decoder 45 encounters pictures, the video decoder 45 generates a reduced frame 100 1 that is horizontally half in size during the first pass.
- the reduced frame 100 1 is written to a particular one of a set of frame buffers 48 .
- the video decoder 45 may post process every decoded frame after decoding during the first pass.
- a challenge occurs when the video frames 100 comprise MPEG B-frames. MPEG B-frames are decoded and displayed almost simultaneously, to reduce the frame buffer 48 requirements to three frame buffers.
- four frame buffers 48 can be used and the video decoder 45 can be configured to operate with four frame buffers 48 .
- a synthetic picture generator 70 generates a compressed picture describing the reduced frame 100 .
- the synthetic picture 72 represents the reduced frame 100 1 , encoded according the predetermined standard of the original video data provided to the video decoder 45 .
- the synthetic stream represents the reduced frame 100 1 encoded in accordance with the MPEG standard.
- the synthetic picture 72 is predicted from reduced frame 1001 . Accordingly, the synthetic picture 72 has motion vectors and prediction error equal to zero.
- the video decoder 45 decodes the synthetic picture 72 in the next pass, and divides and averages neighboring pixels to generate a reduced frame 100 that is horizontally reduced in size from reduced frame 100 1 .
- the desired scale factor can be provided to the host processor 90 via user inputs.
- the host 90 can have an application program interface call to the video decoder 45 where the host processor 90 specifies the number of passes that are required.
- the video decoder 45 is fed with the compressed data from the slice layer and below, and starts decoding, making predictions as applicable.
- the video decoder 45 halves the horizontal size of the frame 100 , resulting in a reduced frame 100 1 and writes to a from buffer 48 .
- the host processor 90 after getting a buffer identifier and prediction buffer identifiers from a buffer manager enables an RMM flag, and passes on a predefined data structure to the video decoder 45 .
- the video decoder 45 receives the compressed data from the slice layer and below till a non-slice code appears in a start code table.
- the video decoder 45 decodes the frame 100 to the frame buffer 48 , composes a pixel from two horizontal pixels and writes the reduced frame 100 1 to a frame buffer 48 .
- the video decoder 45 then sends a marker interrupt to the host processor 90 .
- the host processor 90 Upon reception of the marker interrupts, the host processor 90 prepares a data structure for a synthetic stream comprising the reduced frame 100 1 depending on the structure of the actual stream being decoded and also the buffer bases for decoding it. The host processor 90 enables a half-icon flag after disabling an RMM flag. The portion of the 48frame buffer 48 storing the reduced frame 100 1 and another portion of the 48frame buffer 48 are selected.
- the host processor 90 then issues a direct memory access command to initiate generation of a synthetic stream by the video encoder 70 and transfer of the synthetic stream to the video decoder 45 .
- the video decoder 45 decodes the synthetic stream, resulting in a decoded synthetic stream.
- the decoded synthetic stream overwrites the reduced frame 100 1 .
- the video decoder 45 also generates a reduced decoded synthetic stream comprising reduced frame 100 2 .
- the decoded synthetic stream is written to the another portion of the 48 frame buffer 48 .
- the foregoing decoded synthetic stream comprising reduced frame 100 2 effectively achieves 1 ⁇ 4 horizontal scale down.
- the video decoder 45 sends a marker interrupt to the host processor 90 , after writing reduced frame 100 2 .
- the host processor 90 prepares the data structure for a second synthetic stream comprising a frame/field (where the horizontal size is 1 ⁇ 4 th the size of the full size frame 100 ). Accordingly, the portion of the 48frame buffer 48 storing the frame 100 2 is selected, as well as another portion of the 48frame buffer 48 .
- the host processor 90 issues a direct memory access command to generate a synthetic stream encoding frame 100 2 by the video encoder 70 , and provides the synthetic stream encoding frame 100 2 to the video decoder 45 .
- the video decoder 45 decodes the synthetic stream, resulting in a decoded synthetic stream comprising reduced frame 100 2 .
- the decode synthetic stream comprising reduced frame 100 2 overwrites the frame 100 2 in the 48frame buffer 48 .
- the video decoder 45 generates reduced frame 100 3 from frame 100 2 that is reduced 1 ⁇ 2 in the horizontal direction, and reduced 1 ⁇ 8 in the horizontal direction from frame 100 .
- the video decoder 45 transmits a marker interrupt to the host processor 90 .
- the host processor 90 clears an icon-enable flag in the predefined data structure.
- the display engine 50 is configured to scan out both the frame 100 and the reduced frame 100 m . Additionally, the display engine 50 can reduce the size of the reduced frame 100 m in the vertical direction by a factor of n, by selectively scanning out every nth line 100 ( n I) of the reduced frame 100 m .
- FIG. 3 there is illustrated a block diagram describing a frame buffer 48 .
- the video decoder 45 writes the frame 100 in a particular one of the frame buffers 48 .
- the video decoder 45 during pass 0 writes the reduced frame 100 1 .
- the reduced frame 100 1 is retrieved from the 48 frame buffer 48 , encoded by the video encoder 70 , thereby generating a synthetic stream that is provided to the video decoder 45 .
- the video decoder 45 decodes the synthetic stream, resulting in a decoded synthetic frame comprising reduced frame 100 1 .
- the decoded synthetic stream comprising reduced frame 100 1 overwrites the reduced frame 100 1 .
- the video decoder 45 also generates a reduced decoded synthetic stream comprising reduced frame 100 2 .
- the video decoder 45 writes the reduced frame 100 2 into another portion of the 48frame buffer 48 ( 1 ) comprising one-fourth of the 48frame buffer 48 .
- the video encoder 70 encodes the reduced frame 100 2 , resulting in a synthetic stream comprising reduced frame 100 2 .
- the synthetic stream is provided to the video decoder 45 .
- the video decoder 45 overwrites reduced frame 100 2 with the decoded synthetic stream, and writes reduced frame 100 3 in another portion of the 48frame buffer 48 ( 2 ).
- the portion of the 48frame buffer 48 ( 2 ) comprises one-eighth of the icon frame buffer 48 .
- a flow diagram for simultaneously providing full size video and massively scaled down video according to an embodiment of the present invention.
- a video elementary stream is received.
- a frame of the video elementary stream is decoded.
- a reduced frame is generated from the frame, and stored.
- a determination is made whether to further reduce the video. If at 515 , the determination is made to further reduce the video, at 520 the reduced frame generated either during 510 or during 530 is encoded as a synthetic picture.
- the synthetic stream is decoded.
- a reduced synthetic picture is generated, reduced, and stored. After 530 a determination is made at 515 whether to further reduce or not. If a determination is made to further reduce, 520 - 530 are repeated.
- the display engine 50 sans out every nth line of the reduced frame.
- the inventions described herein may be implemented as a board level product, as a single chip, application specific integrated circuit (ASIC), or with varying levels of the system integrated on a single chip with other portions of the system as separate components.
- the degree of integration of the monitoring system may primarily be determined by speed and cost considerations. Because of the sophisticated nature of modern processors, it is possible to utilize a commercially available processor, which may be implemented external to an ASIC implementation of the present system. Alternatively, if the processor is available as an ASIC core or logic block, then the commercially available processor can be implemented as part of an ASIC device wherein the memory storing instructions is implemented as firmware.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
- [Not Applicable]
- [Not Applicable]
- [Not Applicable]
- An iconized frame, also known as a thumb nail scale, is a video frame that is massively scaled down. Iconized frames are useful for previewing video data. Several iconized frames can be viewed simultaneously allowing a user to quickly ascertain the contents of a video.
- Due to the usefulness of iconized frames, many standards bodies have adopted a requirement to provide iconized frames of arbitrary scaled down factors for video decoders. Conventionally, the foregoing scale down occurs in the scalar of the display engine. However, the scalar in the display engine is primarily designed for lower scale down factors that are usually not more than ½.
- Further limitations and disadvantages of conventional and traditional approaches will become apparent to one of skill in the art, through comparison of such systems with the present invention as set forth in the remainder of the present application with reference to the drawings.
- Presented herein are systems, methods, and apparatus for simultaneously providing full size video and massively scaled down video using inconification.
- In one embodiment, there is presented a method for providing a video output. The method comprises decoding an encoded picture, thereby resulting in a decoded picture; reducing the decoded picture, thereby resulting in a reduced picture; storing the reduced picture; and encoding the reduced picture, thereby resulting in a synthetic picture.
- In another embodiment, there is presented a decoder system for providing a video output. The decoder system comprises a video decoder, a memory, and a synthetic picture generator. The video decoder decodes an encoded picture, thereby resulting in a decoded picture and reducing the decoded picture, thereby resulting in a reduced picture. The memory stores the reduced picture. The synthetic picture generator encodes the reduced picture, thereby resulting in a synthetic picture.
- These and other advantages and novel features of the present invention, as well as details illustrated embodiments thereof, will be more fully understood from the following description and drawings.
-
FIG. 1 is a block diagram of an exemplary frame, massively scaled down in accordance with an embodiment of the present invention; -
FIG. 2 is a block diagram of an exemplary video decoder in accordance with an embodiment of the present invention; -
FIG. 3 is a block diagram describing the memory management of the decoder in accordance with an embodiment of the present invention; and -
FIG. 4 is a flow diagram for simultaneously providing massively scaled down video according to an embodiment of the present invention. - Referring now to
FIG. 1 , there is illustrated a block diagram of anexemplary frame 100, massively scaled down in accordance with an embodiment of the present invention. A video comprises a series of frames representing still images associated with a particular time interval. - A
frame 100 can comprise any number of rows 100(0) . . . 100(Y) of pixels 100(N, 0) . . . 100(N, X). Theframe 100 can be reduced in the horizontal direction by selecting horizontally adjacent pixels 100(N, 2*I) and 100(N, 2*I+1), where I is an integer, and averaging the values of the horizontally adjacent pixels. A reducedframe 100′ of Y×X/2 pixels can be generated from the average values of the horizontally adjacent pixels. - The
frame 100 can be iteratively reduced by repeating the foregoing with the reducedframe 100 1, resulting in a further reducedframe 100 2 of Y×X/4 pixels. This process can be continued any number, m, times, resulting in a reducedframe 100 m, of Y×X/2m. - The reduced
frame 100 m can be reduced by a factor n by discarding in the vertical direction by selecting each nth row 100 m(n*I), and generating adata structure 100 nm comprising the nth rows 100 m(n*I). Accordingly, theresulting structure 100 mn represents theframe 100, scaled down by a factor of 2mn. - Referring now to
FIG. 2 , there is illustrated a block diagram of an exemplary decoder in accordance with an embodiment of the present invention. Data is output frombuffer 32 withinSDRAM 30. The data output from thebuffer 32 is then passed to adata transport processor 35. Thedata transport processor 35 demultiplexes the transport stream into packetized elementary stream constituents, and passes the audio transport stream to anaudio decoder 60 and the video transport stream to avideo transport decoder 40. Thevideo transport decoder 40 provides a video elementary stream to a video decoder 45. The video decoder 45 in regular mode decompresses the video elementary stream and reconstructs the video frames. The video frames are stored inframe buffers 48. Thedisplay engine 50 scales the video picture, renders the graphics, and constructs the complete display. - A
host processor 90 manages the foregoing operation of the decoder system. The decoder system can operate in either a regular mode or a scaling mode, wherein the particular mode can be controlled by user inputs provide to thehost processor 90 via a user interface. - When the decoder system operates in the regular mode, the
host processor 90 passes buffer identifiers, prediction buffers chosen by a buffer manager, and other data to the video decoder 45 in a pre-defined data structure after the picture or frame level parsing is completed, one time per frame or field. When the video decoder 45 first encounters a slice start code, the video decoder 45 is fed with the slice data and below until the next non-slice occurs. When the next non-slice occurs, thehost processor 90 sends a picture end code to the video decoder 45 and awaits a marker interrupt from the video decoder 45, indicating that the video decoder 45 is done with decoding of the frame or field. The video decoder 45 is responsible for filling theframe buffer 48 that is assigned for decode with the decodedframe 100. - When the
host 90 turns on the scaling mode, the MPEG video decoder 45 is configured to switch to a reduced memory mode (RMM). Thehost processor 90 passes on the buffer identifiers and prediction buffer identifiers provided by the buffer manager after enabling an RMM flag that is an element in the predefined data structure between thehost 90 and the video decoder 45. - As the video decoder 45 encounters pictures, the video decoder 45 generates a reduced
frame 100 1 that is horizontally half in size during the first pass. The reducedframe 100 1 is written to a particular one of a set offrame buffers 48. - As can be seen, the video decoder 45 may post process every decoded frame after decoding during the first pass. A challenge occurs when the
video frames 100 comprise MPEG B-frames. MPEG B-frames are decoded and displayed almost simultaneously, to reduce theframe buffer 48 requirements to three frame buffers. However, fourframe buffers 48 can be used and the video decoder 45 can be configured to operate with fourframe buffers 48. - Repeated iterations from the
frame buffers 48 can be used to provide reducedframes 100 m with a variety of scale factors. During a second pass, theframe 100 can be reduced by a factor of ¼ in the horizontal direction, resulting in reducedframe 100 2. Where repeated predictions are used to provide a reducedframe 100 m with a desired scale factor, asynthetic picture generator 70 generates a compressed picture describing the reducedframe 100. - The
synthetic picture 72 represents the reducedframe 100 1, encoded according the predetermined standard of the original video data provided to the video decoder 45. For example, wherein the video data provided to the video decoder 45 is encoded in accordance with the MPEG standard, the synthetic stream represents the reducedframe 100 1 encoded in accordance with the MPEG standard. Additionally, thesynthetic picture 72 is predicted from reducedframe 1001. Accordingly, thesynthetic picture 72 has motion vectors and prediction error equal to zero. - The video decoder 45 decodes the
synthetic picture 72 in the next pass, and divides and averages neighboring pixels to generate a reducedframe 100 that is horizontally reduced in size from reducedframe 100 1. The desired scale factor can be provided to thehost processor 90 via user inputs. Thehost 90 can have an application program interface call to the video decoder 45 where thehost processor 90 specifies the number of passes that are required. - Scaling by ½ (Pass 0)
-
-
- (1) The
host processor 90 passes on the frame buffer identifiers for decoding, and the prediction buffer identifiers from a buffer manager, after enabling a reduced memory mode flag, in a pre-defined data structure.
- (1) The
- (2) The video decoder 45 is fed with the compressed data from the slice layer and below, and starts decoding, making predictions as applicable. The video decoder 45 halves the horizontal size of the
frame 100, resulting in a reducedframe 100 1 and writes to a frombuffer 48. - Scaling by ¼ (Pass 1)
- (1) The
host processor 90, after getting a buffer identifier and prediction buffer identifiers from a buffer manager enables an RMM flag, and passes on a predefined data structure to the video decoder 45. - (2) The video decoder 45 receives the compressed data from the slice layer and below till a non-slice code appears in a start code table.
- (3) The video decoder 45 decodes the
frame 100 to theframe buffer 48, composes a pixel from two horizontal pixels and writes the reducedframe 100 1 to aframe buffer 48. The video decoder 45 then sends a marker interrupt to thehost processor 90. - (4) Upon reception of the marker interrupts, the
host processor 90 prepares a data structure for a synthetic stream comprising the reducedframe 100 1 depending on the structure of the actual stream being decoded and also the buffer bases for decoding it. Thehost processor 90 enables a half-icon flag after disabling an RMM flag. The portion of the48frame buffer 48 storing the reducedframe 100 1 and another portion of the48frame buffer 48 are selected. - (5) The
host processor 90 then issues a direct memory access command to initiate generation of a synthetic stream by thevideo encoder 70 and transfer of the synthetic stream to the video decoder 45. The video decoder 45 decodes the synthetic stream, resulting in a decoded synthetic stream. The decoded synthetic stream overwrites the reducedframe 100 1. The video decoder 45 also generates a reduced decoded synthetic stream comprising reducedframe 100 2. The decoded synthetic stream is written to the another portion of the 48frame buffer 48. The foregoing decoded synthetic stream comprising reducedframe 100 2 effectively achieves ¼ horizontal scale down. - (6) The video decoder 45 sends a marker interrupt to the
host processor 90, after writing reducedframe 100 2. - Scaling by ⅛ (PASS 2)
- (1) After the marker interrupt for
pass 1, thehost processor 90 prepares the data structure for a second synthetic stream comprising a frame/field (where the horizontal size is ¼th the size of the full size frame 100). Accordingly, the portion of the48frame buffer 48 storing theframe 100 2 is selected, as well as another portion of the48frame buffer 48. - (2) The
host processor 90 issues a direct memory access command to generate a syntheticstream encoding frame 100 2 by thevideo encoder 70, and provides the syntheticstream encoding frame 100 2 to the video decoder 45. The video decoder 45 decodes the synthetic stream, resulting in a decoded synthetic stream comprising reducedframe 100 2. The decode synthetic stream comprising reducedframe 100 2 overwrites theframe 100 2 in the48frame buffer 48. Additionally, the video decoder 45 generates reducedframe 100 3 fromframe 100 2 that is reduced ½ in the horizontal direction, and reduced ⅛ in the horizontal direction fromframe 100. - (3) Once the video decoder 45 completes the foregoing, the video decoder 45 transmits a marker interrupt to the
host processor 90. Upon receiving the marker interrupt, thehost processor 90 clears an icon-enable flag in the predefined data structure. - The
display engine 50 is configured to scan out both theframe 100 and the reducedframe 100 m. Additionally, thedisplay engine 50 can reduce the size of the reducedframe 100 m in the vertical direction by a factor of n, by selectively scanning out every nth line 100(nI) of the reducedframe 100 m. - Referring now to
FIG. 3 , there is illustrated a block diagram describing aframe buffer 48. During the regular mode of operation, the video decoder 45 writes theframe 100 in a particular one of the frame buffers 48. During the scaling mode of operation, the video decoder 45 duringpass 0 writes the reducedframe 100 1. - In a portion 48(0) of the
frame buffer 48 comprising half of the 48frame buffer 48. Duringpass 1, the reducedframe 100 1 is retrieved from the 48frame buffer 48, encoded by thevideo encoder 70, thereby generating a synthetic stream that is provided to the video decoder 45. The video decoder 45 decodes the synthetic stream, resulting in a decoded synthetic frame comprising reducedframe 100 1. The decoded synthetic stream comprising reducedframe 100 1 overwrites the reducedframe 100 1. The video decoder 45 also generates a reduced decoded synthetic stream comprising reducedframe 100 2. The video decoder 45 writes the reducedframe 100 2 into another portion of the 48frame buffer 48(1) comprising one-fourth of the48frame buffer 48. During the pass2, thevideo encoder 70 encodes the reducedframe 100 2, resulting in a synthetic stream comprising reducedframe 100 2. The synthetic stream is provided to the video decoder 45. The video decoder 45 overwrites reducedframe 100 2 with the decoded synthetic stream, and writes reducedframe 100 3 in another portion of the 48frame buffer 48(2). The portion of the 48frame buffer 48(2) comprises one-eighth of theicon frame buffer 48. - The foregoing can be repeated iteratively, any number m times, wherein the reduced
frame 100 m is written to a portion 48(m−1) comprising ½m of the 48frame buffer 48. - Referring now to
FIG. 4 , there is illustrated a flow diagram for simultaneously providing full size video and massively scaled down video according to an embodiment of the present invention. At 500, a video elementary stream is received. At 505, a frame of the video elementary stream is decoded. At 510, a reduced frame is generated from the frame, and stored. At 515, a determination is made whether to further reduce the video. If at 515, the determination is made to further reduce the video, at 520 the reduced frame generated either during 510 or during 530 is encoded as a synthetic picture. At 525, the synthetic stream is decoded. At 530, a reduced synthetic picture is generated, reduced, and stored. After 530 a determination is made at 515 whether to further reduce or not. If a determination is made to further reduce, 520-530 are repeated. - If the determination is made not to further reduce the frame, at 540, the
display engine 50 sans out every nth line of the reduced frame. - The inventions described herein may be implemented as a board level product, as a single chip, application specific integrated circuit (ASIC), or with varying levels of the system integrated on a single chip with other portions of the system as separate components. The degree of integration of the monitoring system may primarily be determined by speed and cost considerations. Because of the sophisticated nature of modern processors, it is possible to utilize a commercially available processor, which may be implemented external to an ASIC implementation of the present system. Alternatively, if the processor is available as an ASIC core or logic block, then the commercially available processor can be implemented as part of an ASIC device wherein the memory storing instructions is implemented as firmware.
- While the invention has been described with reference to certain embodiments, it will be understood by those skilled in the art that various changes may be made and equivalents may be substituted without departing from the scope of the invention. In addition, many modifications may be made to adapt a particular situation or material to the teachings of the invention without departing from its scope. Therefore, it is intended that the invention not be limited to the particular embodiment disclosed, but that the invention will include all embodiments falling within the scope of the appended claims.
Claims (12)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/977,864 US7574059B2 (en) | 2004-10-29 | 2004-10-29 | System, method, and apparatus for providing massively scaled down video using iconification |
US12/501,121 US20100007786A1 (en) | 2004-10-29 | 2009-07-10 | System, method, and apparatus for providing massively scaled down video using iconification |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/977,864 US7574059B2 (en) | 2004-10-29 | 2004-10-29 | System, method, and apparatus for providing massively scaled down video using iconification |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/501,121 Continuation US20100007786A1 (en) | 2004-10-29 | 2009-07-10 | System, method, and apparatus for providing massively scaled down video using iconification |
Publications (2)
Publication Number | Publication Date |
---|---|
US20060093225A1 true US20060093225A1 (en) | 2006-05-04 |
US7574059B2 US7574059B2 (en) | 2009-08-11 |
Family
ID=36261964
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/977,864 Active 2026-10-06 US7574059B2 (en) | 2004-10-29 | 2004-10-29 | System, method, and apparatus for providing massively scaled down video using iconification |
US12/501,121 Abandoned US20100007786A1 (en) | 2004-10-29 | 2009-07-10 | System, method, and apparatus for providing massively scaled down video using iconification |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/501,121 Abandoned US20100007786A1 (en) | 2004-10-29 | 2009-07-10 | System, method, and apparatus for providing massively scaled down video using iconification |
Country Status (1)
Country | Link |
---|---|
US (2) | US7574059B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7574059B2 (en) * | 2004-10-29 | 2009-08-11 | Broadcom Corporation | System, method, and apparatus for providing massively scaled down video using iconification |
US10681386B1 (en) * | 2017-04-03 | 2020-06-09 | L3 Technologies, Inc. | Insertion of end of frame indicators in streaming video protocols |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080204468A1 (en) * | 2007-02-28 | 2008-08-28 | Wenlong Li | Graphics processor pipelined reduction operations |
US8373721B2 (en) * | 2009-12-14 | 2013-02-12 | National Taiwan University | Method of realism assessment of an image composite |
Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5377014A (en) * | 1992-01-06 | 1994-12-27 | At&T Corp. | Apparatus and method for displaying recorded compressed digital high definition video information |
US5446491A (en) * | 1993-12-21 | 1995-08-29 | Hitachi, Ltd. | Multi-point video conference system wherein each terminal comprises a shared frame memory to store information from other terminals |
US5524071A (en) * | 1981-04-20 | 1996-06-04 | Canon Kabushiki Kaisha | Image synthesis apparatus with designation of common areas in two images |
US5761341A (en) * | 1994-10-28 | 1998-06-02 | Oki Electric Industry Co., Ltd. | Image encoding and decoding method and apparatus using edge synthesis and inverse wavelet transform |
US5923665A (en) * | 1994-09-30 | 1999-07-13 | Cirrus Logic, Inc. | Memory controller for decoding a compressed/encoded video data frame |
US5973740A (en) * | 1997-10-27 | 1999-10-26 | International Business Machines Corporation | Multi-format reduced memory video decoder with adjustable polyphase expansion filter |
US5986708A (en) * | 1995-07-14 | 1999-11-16 | Sharp Kabushiki Kaisha | Video coding device and video decoding device |
US6240210B1 (en) * | 1996-12-24 | 2001-05-29 | Kabushiki Kaisha Toshiba | Image decompression system capable of reducing memory capacity |
US20060062388A1 (en) * | 2004-09-17 | 2006-03-23 | Gaurav Aggarwal | System and method for command for fast I-picture rewind |
US7133452B1 (en) * | 2003-02-24 | 2006-11-07 | Vixs Systems, Inc. | Method and system for transcoding video data |
US20070019743A1 (en) * | 2002-10-01 | 2007-01-25 | Avocent Corporation | Video compression encoder |
US7333545B2 (en) * | 1999-03-30 | 2008-02-19 | Sony Corporation | Digital video decoding, buffering and frame-rate converting method and apparatus |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB1344312A (en) * | 1971-08-27 | 1974-01-23 | Post Office | Digital encoding system |
US5365604A (en) * | 1993-01-14 | 1994-11-15 | Rca Thomson Licensing Corporation | Error concealment apparatus for video signal processors |
GB9316153D0 (en) * | 1993-08-04 | 1993-09-22 | Avt Communications Ltd | Image processing |
KR0137699B1 (en) * | 1994-12-24 | 1998-05-15 | 김광호 | A circuit and method for processing self screen video telephone |
EP0912047B1 (en) * | 1997-10-23 | 2004-04-07 | Olympus Optical Co., Ltd. | Imaging apparatus comprising means for expanding the dynamic range |
US6195394B1 (en) * | 1998-11-30 | 2001-02-27 | North Shore Laboratories, Inc. | Processing apparatus for use in reducing visible artifacts in the display of statistically compressed and then decompressed digital motion pictures |
US6377713B1 (en) * | 1999-01-27 | 2002-04-23 | General Instrument Corporation | Synchronous DRAM bandwidth optimization for display downsizing of an MPEG-2 image |
US6330281B1 (en) * | 1999-08-06 | 2001-12-11 | Richfx Ltd. | Model-based view extrapolation for interactive virtual reality systems |
JP2002100291A (en) * | 2000-09-21 | 2002-04-05 | Hitachi Ltd | Measurement method and instrument of electron beam intensity distribution, and manufacturing method of cathode-ray tube |
WO2002037844A1 (en) * | 2000-10-30 | 2002-05-10 | Sony Corporation | Contents reproducing method and device for reproducing contents on recording medium |
WO2003021969A2 (en) * | 2001-08-30 | 2003-03-13 | Faroudja Cognition Systems, Inc. | Multi-layer video compression system with synthetic high frequencies |
EP1445958A1 (en) * | 2003-02-05 | 2004-08-11 | STMicroelectronics S.r.l. | Quantization method and system, for instance for video MPEG applications, and computer program product therefor |
US7574059B2 (en) * | 2004-10-29 | 2009-08-11 | Broadcom Corporation | System, method, and apparatus for providing massively scaled down video using iconification |
-
2004
- 2004-10-29 US US10/977,864 patent/US7574059B2/en active Active
-
2009
- 2009-07-10 US US12/501,121 patent/US20100007786A1/en not_active Abandoned
Patent Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5524071A (en) * | 1981-04-20 | 1996-06-04 | Canon Kabushiki Kaisha | Image synthesis apparatus with designation of common areas in two images |
US5377014A (en) * | 1992-01-06 | 1994-12-27 | At&T Corp. | Apparatus and method for displaying recorded compressed digital high definition video information |
US5446491A (en) * | 1993-12-21 | 1995-08-29 | Hitachi, Ltd. | Multi-point video conference system wherein each terminal comprises a shared frame memory to store information from other terminals |
US5923665A (en) * | 1994-09-30 | 1999-07-13 | Cirrus Logic, Inc. | Memory controller for decoding a compressed/encoded video data frame |
US5761341A (en) * | 1994-10-28 | 1998-06-02 | Oki Electric Industry Co., Ltd. | Image encoding and decoding method and apparatus using edge synthesis and inverse wavelet transform |
US5986708A (en) * | 1995-07-14 | 1999-11-16 | Sharp Kabushiki Kaisha | Video coding device and video decoding device |
US6240210B1 (en) * | 1996-12-24 | 2001-05-29 | Kabushiki Kaisha Toshiba | Image decompression system capable of reducing memory capacity |
US5973740A (en) * | 1997-10-27 | 1999-10-26 | International Business Machines Corporation | Multi-format reduced memory video decoder with adjustable polyphase expansion filter |
US7333545B2 (en) * | 1999-03-30 | 2008-02-19 | Sony Corporation | Digital video decoding, buffering and frame-rate converting method and apparatus |
US20070019743A1 (en) * | 2002-10-01 | 2007-01-25 | Avocent Corporation | Video compression encoder |
US7133452B1 (en) * | 2003-02-24 | 2006-11-07 | Vixs Systems, Inc. | Method and system for transcoding video data |
US20060062388A1 (en) * | 2004-09-17 | 2006-03-23 | Gaurav Aggarwal | System and method for command for fast I-picture rewind |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7574059B2 (en) * | 2004-10-29 | 2009-08-11 | Broadcom Corporation | System, method, and apparatus for providing massively scaled down video using iconification |
US10681386B1 (en) * | 2017-04-03 | 2020-06-09 | L3 Technologies, Inc. | Insertion of end of frame indicators in streaming video protocols |
Also Published As
Publication number | Publication date |
---|---|
US20100007786A1 (en) | 2010-01-14 |
US7574059B2 (en) | 2009-08-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7528889B2 (en) | System, method, and apparatus for displaying streams with dynamically changing formats | |
US6263396B1 (en) | Programmable interrupt controller with interrupt set/reset register and dynamically alterable interrupt mask for a single interrupt processor | |
US9020047B2 (en) | Image decoding device | |
US8995536B2 (en) | System and method for audio/video synchronization | |
JP2005510981A (en) | Multi-channel video transcoding system and method | |
CN106233730B (en) | Method and system for generating encoded output video frames and data arrays | |
KR100334364B1 (en) | On screen display processor | |
US20040257472A1 (en) | System, method, and apparatus for simultaneously displaying multiple video streams | |
US20100007786A1 (en) | System, method, and apparatus for providing massively scaled down video using iconification | |
US20100111166A1 (en) | Device for decoding a video stream and method thereof | |
US7447366B2 (en) | Apparatus and related method for image processing | |
US8085853B2 (en) | Video decoding and transcoding method and system | |
US20190141352A1 (en) | Tile-based 360 vr video encoding method and tile-based 360 vr video decoding method | |
US7920630B2 (en) | Buffer descriptor data structure for communication link between decode and display processes in MPEG decoders | |
US8165196B2 (en) | System, method, and apparatus for display manager | |
US6804449B1 (en) | DVD reverse playback methods and apparatus | |
US7133046B2 (en) | System, method, and apparatus for display manager | |
US20100021128A1 (en) | Fast forward mechanism for digital video | |
US20040258160A1 (en) | System, method, and apparatus for decoupling video decoder and display engine | |
US7103100B1 (en) | Digital signal processing apparatus and method and providing medium | |
US7284072B2 (en) | DMA engine for fetching words in reverse order | |
US20060239359A1 (en) | System, method, and apparatus for pause and picture advance | |
US8179978B2 (en) | MPEG field data-driven display | |
US6414722B1 (en) | Process and system for formulating digital images resulting from auxiliary graphical elements inlaid into main images | |
US20050163222A1 (en) | Decoding of digital video standard material during variable length decoding |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: BROADCOM CORPORATION, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BHATIA, SANDEEP;MPR, SRINIVASA;MAHADEVAN, SIVAGURURAMAN;REEL/FRAME:016291/0584;SIGNING DATES FROM 20041029 TO 20050301 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH CAROLINA Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:BROADCOM CORPORATION;REEL/FRAME:037806/0001 Effective date: 20160201 Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:BROADCOM CORPORATION;REEL/FRAME:037806/0001 Effective date: 20160201 |
|
AS | Assignment |
Owner name: AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD., SINGAPORE Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BROADCOM CORPORATION;REEL/FRAME:041706/0001 Effective date: 20170120 Owner name: AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BROADCOM CORPORATION;REEL/FRAME:041706/0001 Effective date: 20170120 |
|
AS | Assignment |
Owner name: BROADCOM CORPORATION, CALIFORNIA Free format text: TERMINATION AND RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:041712/0001 Effective date: 20170119 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITE Free format text: MERGER;ASSIGNOR:AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD.;REEL/FRAME:047195/0827 Effective date: 20180509 |
|
AS | Assignment |
Owner name: AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE. LIMITE Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE EFFECTIVE DATE OF MERGER PREVIOUSLY RECORDED AT REEL: 047195 FRAME: 0827. ASSIGNOR(S) HEREBY CONFIRMS THE MERGER;ASSIGNOR:AVAGO TECHNOLOGIES GENERAL IP (SINGAPORE) PTE. LTD.;REEL/FRAME:047924/0571 Effective date: 20180905 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 12 |