USRE41631E1 - Multi-stage function mapping for a range of input values - Google Patents

Multi-stage function mapping for a range of input values Download PDF

Info

Publication number
USRE41631E1
USRE41631E1 US11/521,619 US52161906A USRE41631E US RE41631 E1 USRE41631 E1 US RE41631E1 US 52161906 A US52161906 A US 52161906A US RE41631 E USRE41631 E US RE41631E
Authority
US
United States
Prior art keywords
input value
segment
level
mapping
segments
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.)
Expired - Fee Related
Application number
US11/521,619
Inventor
Tao Lin
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xylon LLC
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US11/521,619 priority Critical patent/USRE41631E1/en
Assigned to FAUST COMMUNICATIONS, LLC reassignment FAUST COMMUNICATIONS, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NEOMAGIC CORPORATION
Assigned to NEOMAGIC CORP. reassignment NEOMAGIC CORP. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LIN, TAO
Application granted granted Critical
Publication of USRE41631E1 publication Critical patent/USRE41631E1/en
Assigned to XYLON LLC reassignment XYLON LLC MERGER (SEE DOCUMENT FOR DETAILS). Assignors: FAUST COMMUNICATIONS LLC
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • G06T5/90
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/14Picture signal circuitry for video frequency region
    • H04N5/20Circuitry for controlling amplitude response
    • H04N5/202Gamma control

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Picture Signal Circuits (AREA)

Abstract

Gamma correction or other powerPower functions and other self-similar functions are generated for correcting the light intensity for digital pixelsimplemented in hardware. Two levels of mapping of segments are preformed to reduce the total number of segments for a given precision. TheA range of inputs is divided into successively smaller segments. Two levels of mapping of segments are performed. Each segment is smaller than the next by a factor of 1/a for a first or primary level, or 1/b for a second level of segments. All inputs are mapped of scaled up to the input range of the largest segment in the primary level. Then the largest primary segment is further divided into several second-level segments, and the input is again mapped or scaled into the largest of the second-level segments. Gamma correctionThe function is performed on the input scaled into the largest second-level segment. A linear approximation within the largest second-level segment is used. The result is de-mapped or scaled down from the largest second-level segment to the actual second-level segment, then it is scaled downand again from the largest primary-level segment to the actual primary-level segment for the original input. Smaller priority encoders and shifters and simplified de-mapping circuits can be used, saving logic .

Description

FIELD OF THE INVENTION
This invention relates to graphics systems, and more particularly to gamma correction of pixels.
BACKGROUND OF THE INVENTION
Video displays using cathode-ray tubes (CRTs) are widely used. A voltage applied to the CRT determines the intensity or brightness of a pixel. As the applied voltage is increased, the pixel appears brighter as the CRT's light output increases. However, the relationship of the applied voltage to the light output is not a simple linear function. Instead, the light output is proportional to the applied voltage raised to a power of a constant gamma (γ):
L=vγ
where v is the applied or driving voltage normalized between 0 and 1 and L is the light output. For television monitors, gamma γ is typically between 2.2 to 2.8, while gamma is somewhat lower, between 1.4 and 2.2, for most computer monitors. Thus the light output is roughly the square of the normalized voltage.
A captured image, such as one captured by a sensors in a digital camera, may be corrected for this non-linear relationship of light and voltage. The red, green, and blue (R, G, B) components of a pixel may each be separately corrected. This correction uses a gamma-correction function that is complementary to the distortion function (above). The uncorrected captured pixel w is gamma-corrected to generate corrected pixel w′ using the following equation:
w″=wα
where α is the reciprocal of gamma, 1/γ.
Many methods for gamma correction are known, both using analog and using digital techniques. For computer and digital camera systems, digital techniques are preferred since they are easier to integrate with the other digital functions.
Power functions such as the gamma-correction function have a special kind of symmetry that can be used to simplify implementation of the function. This symmetry depends on ratios. FIG. 1 shows a graph of a gamma-correction function that is divided into segments that are ratios of each other.
The gamma function graph has an input shown on the x axis that is normalized to be between 0 and 1. The output of the function is the y value of the curve at any desired x value. The y value can be read from the y axis. The curve for a power function such as a gamma correction function has the general curved shape shown.
The function curve is divided into several segments X0, X1, X2 . . . X5. The largest segment X0 is on the right and covers input x values from 0.5 to 1. The next segment X1 is half the width of segment X0, having inputs from 0.25 to 0.5. The third segment X2 is even smaller in width, having inputs from 0.125 to 0.25. Each successive segment has one-half the width of the segment to its right. The last (leftmost) segment X5 spans the range of 0 to 1/64.
The segments are thus related to each other by a ratio relationship. The segments are ratio-metrically related. The gamma function is a self-similar function because the function curve is similar in each of the segments. The function curve within each segment can be approximated as a straight line so that the gamma correction function is approximated as a piece-wise-linear (PWL) function. A non-linear correction can also be added to the PWL function. See U.S. Pat. No. 5,408,267 Main and assigned to The 3DO Company of Redwood City, Calif.
Mapping to Largest (Standard) Segment
Rather than store the function curve for each of the segments, only the curve in the first (largest) segment X0 can be stored. This first segment X0 is known as the standard segment. When the input value is in one of the other segments, the input value is mapped (scaled up) to the range of the largest (standard) segment. Then the function curve of the standard segment is used to determine the y value. The y value is then de-mapped (scaled down) to the final output y that corresponds to the original (smaller) segment. This way only function values within the largest (standard) segment need to be stored or generated. The results from the largest segment are then scaled by the ratio of the segments raised to the power of α.
FIG. 2 shows segments being mapped to the standard segment. In this example, the input value is encoded by 12 binary bits, so that the input can represent any value from 0 to 1 with a resolution of 1/4096. The largest segment X0 spans the range of inputs from 1/2 to 1. This is the standard segment. The next segment X2 spans inputs from 1/4 to 1/2, while the next segment X2 spans 1/8 to 1/4. Each successive segment spans half the width of inputs as the previous, until the smallest segment, X12, spans values from 0 to 1/4096, having only 2 values in the smallest segment.
When an input is in one the smaller segments X12 to X1, the input is scaled up to the input range of the standard segment X0 by a bit-shift. For example, to scale from segment X1 to X0, the input x is left-shifted by one bit-position, effectively multiplying by 2. To scale from segment X3 to X0, the input x is left-shifted by three bit-positions, effectively multiplying by 23 or 8. Inputs in segment X3 are thus shifted from the range of 1/16 to 1/8 to the range of 1/2 to 1. Inputs in the last segment X12 are shifted by 12 bits, or multiplied by 212 or 4096.
FIG. 3 is a table of segments in a prior-art gamma-correction function having 12 input bits. The 13 segments X0 to X12 have input ranges that double for each larger segment. For example, segment X5 has inputs in the range 1/64 to 1/32, which is double the width of the prior segment X6, which has inputs from 1/128 to 1/64.
The segment for any input x can be determined by a priority encoder. The priority encoder finds the bit-position of the leading one in the 12-bit input x. When the leading bit is a one, the priority encoder outputs a 0, indicating that the input is in the range of segment X0. When the priority encoder finds the leading one in the 6th bit position from the left, it outputs a 5 to indicate that the input is in the input range for segment X5, 1/64 to 1/32.
Gamma Correction Using Segment Mapping—FIG. 4
FIG. 4 is a diagram of gamma correction using segment mapping. The input pixel component, either the R, G, or B value, is applied to priority encoder 12. The leading one is detected and encoded by priority encoder 12 as a shift value N. Signal N indicates the number of bit positions from the left that the first (leading) one is located at within input x.
Mapper 10 also receives the input x, and shifts x by the number N of bit positions from priority encoder 12. The value of N indicates which segment the input x is in, as shown in the table of FIG. 3. Shifting input x by this number of bits maps the input x to the range of the standard segment, producing shifted input y.
The shifted input y from mapper 10 is sent to gamma corrector 14. Gamma corrector 14 accepts inputs only in the range of the standard segment. Gamma corrector 14 performs a linear interpolation within the standard segment to produce a corrected value y′. The corrected value y′ is a linear approximation of the gamma-correction curve within the standard segment. A non-linear correction may also be applied by gamma corrector 14.
Since the corrected value y′ from gamma corrector 14 is for the function curve within the standard segment, it needs to be scaled down to the function value for the actual segment of input x. De-mapper 16 multiplies the corrected value y′ from gamma corrector 14 by a pre-determined constant. This multiply scales the corrected value y′ to the corrected value x′ that corresponds to the input x.
While such segment-mapping gamma correction is useful, a large number of segments may be required for higher-precision graphics that use multi-bit pixels. For example, a 12-bit input x requires 13 segments to properly cover the entire input range with high precision. This requires the use of a 13-bit priority encoder and storage of 13 predefined constants for de-mapping. Such large priority encoders consume chip area and power. A smaller priority encoder is more desirable.
What is desired is a gamma corrector that uses segment mapping. It is desired to reduce the cost of the gamma correction system by reducing the amount of logic required for a large multi-bit priority encoder. The precision from a large number of segments is still desired, but with a lower logic burden. High precision while using a small priority encoder is desired. Multiplication by a reduced set of constants is desired to reduce constant storage. An efficient structure for a gamma correction apparatus using segment mapping is desired.
SUMMARY OF THE INVENTION
A multi-level segment-mapping function generator has an input with an input value within an input range. The input range is divided into a plurality of first-level segments of varying width including a standard first-level segment.
A first-level mapper receives the input value. It scales the input value to an intermediate input value within a range of the standard first-level segment. The first-level mapper outputs the intermediate input value to an intermediate input. The intermediate input value output by the first-level mapper is within a second input range equal to the range of the standard first-level segment. The range of the standard first-level segment is divided into a plurality of second-level segments of varying width. The plurality of second-level segments include a standard second-level segment.
a second-level mapper receives the intermediate input from the first-level mapper. It scales the intermediate input value to generate a final input value. The final input value is within a range of the standard second-level segment.
A function generator receives the final input from the second-level mapper. It generates a result of a predetermined function from the final input value.
A second-level de-mapper receives the result from the function generator. It adjusts the result from the function generator to an intermediate result. The intermediate result is a result of the pre-determined function for the intermediate input value.
A first-level de-mapper receives the intermediate result from the second-level de-mapper. It adjusts the intermediate result from the second-level de-mapper to a final result. The final result is a result of the pre-determined function for the input value. Thus the final result can be generated for any input value within the input range using the function generator that generates results only within the standard second-level segment.
In further aspects the plurality of first-level segments are non-overlapping and ratio-metrically related where each smaller first-level segment is 1/a the input width of a next larger first-level segment. The constant a is a positive integer representing a first ratio. The standard first-level segment is a largest of the plurality of first-level segments.
The plurality of second-level segments are non-overlapping and ratio-metrically related where each smaller second-level segment is 1/b the input width of a next larger second-level segment, where b is a positive integer representing a second ratio. The standard second-level mapper is a largest of the plurality of second-level segments. Thus segments are ratios of larger segments in a level.
In still further aspects the constant a is not equal to b. Each level has segments with different ratios of segment widths.
In further aspects of the invention the function generator is a linear interpolator generating the result by multiplying the final input by a slope of a line and adding a constant. Thus the function is approximated by a line within the standard second-level segment.
In further aspects the first-level mapper has a first priority encoder that receives the input. It detects a leading significant bit in multiple bits in the input that represent the input value. The first priority encoder generates a first shift signal determined by a location of the leading significant bit within the input value. A first shifter receives the input. It shifts the input value by a shift signal determined by the first shift signal to generate the intermediate input value. Thus the first-level mapper shifts the input value.
In other aspects the second-level mapper has a second priority encoder that receives the intermediate input. It detects a leading significant bit in multiple bits in the intermediate input that represent the intermediate input value. The second priority encoder generates a second shift signal determined by a location of the leading significant bit within the intermediate input value. A second shifter receives the intermediate input. It shifts the intermediate input value by a second shift signal determined by the second shift signal to generate the final input value. Thus the second-level mapper shifts the intermediate input value.
In still further aspects of the invention the first-level de-mapper has a reverse shifter that receives the intermediate result from the second-level de-mapper. If shifts the intermediate result by a number of bit-positions to generate the final result. The number of bit-positions is determined by the first shift signal from the first-level priority encoder. A full multiplier for multiplying the intermediate result by an arbitrary constant is not required. The reverse shifter shifts the intermediate result in an opposite direction to a direction that the first shifter shifts the input value.
In other aspects the second-level de-mapper has a constant multiplier that receives the result from the function generator. It multiplies the result by a constant to generate the intermediate result. The constant is a function of the second shift signal from the second priority encoder.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 shows a graph of a gamma-correction function that is divided into segments that are ratios of each other.
FIG. 2 shows segments being mapped to the standard segment.
FIG. 3 is a table of segments in a prior-art gamma-correction function having 12 input bits.
FIG. 4 is a diagram of gamma correction using segment mapping.
FIG. 5 is a diagram of a gamma correction system using dual levels of mapping.
FIGS. 6A, 6B highlight two levels of segment mappings for a gamma-correction function.
FIGS. 7A, 7B are tables of the primary-level and second-level segments.
FIG. 8 is a block diagram of an implementation of primary mapping for a gamma corrector with 7 primary segments and 2 second-level segments.
FIG. 9 is a block diagram for the gamma correction system with 7 primary segments and 2 second-level segments.
FIGS. 10A, 10B highlight another embodiment with 4 segments in each of two levels of segment mappings for a gamma-correction function.
FIGS. 11A, 11B are tables of the primary-level and second-level segments for the 4:4 segment embodiment.
DETAILED DESCRIPTION
The present invention relates to an improvement in gamma correction circuits. The following description is presented to enable one of ordinary skill in the art to make and use the invention as provided in the context of a particular application and its requirements. Various modifications to the preferred embodiment will be apparent to those with skill in the art, and the general principles defined herein may be applied to other embodiments. Therefore, the present invention is not intended to be limited to the particular embodiments shown and described, but is to be accorded the widest scope consistent with the principles and novel features herein disclosed.
The inventor has realized that the amount of logic can be reduced for a segment-mapped gamma corrector by using two levels of mapping. Although it would seem that using 2 levels of mapping and de-mapping would increase hardware requirements, some choices for these levels can actually reduce hardware requirements.
Proper choices for nesting of segment mapping can reduced the priority encoding necessary while maintaining high precision. For example, precision of 13 segments can be achieved using two levels of mapping each with 4 segments per level. Two 4-bit priority encoders are needed rather than one larger 13-bit priority encoder. The amount of logic is reduced by at least 50%.
Dual-Level Mapping—FIG. 5
FIG. 5 is a diagram of a gamma correction system using dual levels of mapping. Input W is a multi-bit value that is normalized between 0 and 1. In a preferred embodiment, W is a pixel value such as a Y luminance value of a YUV pixel. Primary-level priority encoder 24 finds the leading one in W and encodes its position as primary-level shift signal M. Primary-level mapper 22 receives the input W and shifts it a number of bit-positions determined by shift signal M. The encoding of shift signal M may be more complex than simply a binary number of bit positions.
Primary-level mapper 22 shifts the input W by an amount indicated by primary-level priority encoder 24 to produce intermediate input X. Second priority encoder 26 and second mapper 28 each receive intermediate input X. Second priority encoder 26 determines the location of the leading one in intermediate input X and generates second-level shift signal N. Second-level shift signal N is applied to second mapper 28 to determine the number of bit positions that second mapper 28 shifts intermediate input X to generate final input Y.
Final input Y is in the range of a standard segment that is operated on by gamma corrector 20. The gamma-correction function within this standard segment is approximately by a line segment by gamma corrector 20. Gamma corrector 20 approximates the gamma-corrected function for final input Y to generate corrected output Y′. A non-linear correction may also be applied by gamma corrector 20.
Two levels of de-mapping are needed to convert corrected output Y′ to the final output W′ that is the gamma-corrected value for input W. Second-level de-mapper 30 converts corrected output Y′ to intermediate output X′. The second-level shift signal N determines a constant that is multiplied by Y′ to generate X′. Intermediate output X′ is the gamma-corrected value for intermediate input X.
Primary-level de-mapper 32 receives intermediate output X′ from second-level de-mapper and performs another de-mapping or scaling of the output. The primary-level shift signal M determines the amount of scaling that needs to be applied to intermediate output X′ to generate final output W′. Final output W′ is the gamma-corrected value for input W.
Two levels of segment mapping are performed. Input W and final output W′ correspond to the x and y value of the gamma function in a smallest segment. Intermediate input X and intermediate output X′ correspond to x and y values of the gamma function in an intermediate segment that is larger (wider) than the smallest segment, but smaller than the standard segment. Final input Y and corrected output Y′ correspond to the x and y value of the gamma function within the standard segment.
2 Levels of Segments—FIGS. 6A, B
FIGS. 6A, 6B highlight two levels of segment mappings for a gamma-correction function. In FIG. 6A, the primary mapping divides the full normalized input range of 0 to 1.0 into 7 primary segments. These primary segments are ratio-metrically related. The primary standard segment X0 is the largest segment, while successive segments X1 to X6 are each one-quarter the width of the prior segment. For example, primary standard segment X0 includes input value from 1/4 to 1, a width of 3/4, while next segment X1 includes inputs from 1/16 to 1/4, a width of 3/16. The following segment X2 ranges from 1/64 to 1/16, a width of only 3/64. The smallest segment X6 is from 0 to 1/4096.
Any input in the lower primary segments X1 to X6 are mapped to primary standard segment X0 by the primary-level of mapping. The intermediate input X is within the range of primary standard segment X0, from 1/4 to 1. These values are sent to the second-level mapper.
FIG. 6B shows the secondary-level segments. The intermediate input X values are within the input range of the primary standard segment, from 1/4 to 1. This primary standard segment is further divided into 2 segments by the second-level mapping. In the second-level of mapping, each successive segment is one-half the width of the previous segment. Standard segment Y0 has intermediate inputs from 1/2 to 1, while smaller segment Y1 has inputs from 1/4 to 1/2. Since primary standard segment X0 ends at 1/4, additional second-level segments are not needed as the intermediate input value X cannot be less than 1/4.
Any input in smaller segment Y1 is mapped into standard segment Y0 by the second mapper. Standard segment Y0 is the segment that is gamma corrected to produce corrected output Y′.
FIG. 7A is a table of the primary-level segments. A total of 7 primary segments X0 to X6 are mapper for a 12-bit input W. The primary-level encoder encodes these segments by finding the leading one in input W. The ranges of each primary segment as shown in the table.
FIG. 7B is a table of the second-level segments. Only two segments are in the second level, segments Y0 and Y1. The second-level priority encoder can be quite simple as only 2 possible segments are mapped.
Seven segments are mapped by the primary level and two more segments for the second level. This is a total of 7+2 or 9 segments. A 7-level priority encoder is used in the primary level while a 2-level priority encoder is used in the second level. Note that the precision of the primary level is 1/4096, the range of the smallest segment. This same precision required a 13-level priority encoder in the prior art of FIGS. 2, 3. A reduction in logic from 13 levels to 7 levels is achieved.
Implementation of Mapping/De-Mapping
Each of the segments in a level are ratio-metrically related to other segments in that level. In this example, for the primary level, each successive segment is one-quarter the width of the next segment. The length in x of segment i is related to the next segment i−1 by the equation:
(L(i)=a*L(i−1)
where a is a ratio constant (4 in this example).
Likewise the segment lengths for the second level of segments are related to each other by the equation:
L(f)=b*L(j−1)
where b is a ratio constant (2 in this example). The primary and second level segment-ratio constants are always different. The ratios a, b are selected so that primary de-mapping can be accomplished by a shift rather than a full multiply.
In the above example, the value of gamma did not determine the segmentation. If the value of gamma is assumed to be 2.0, then alpha a is 0.5. The primary mapping follows the equation:
X=4m*W
where m is a non-negative integer that identifies the primary segment. This value m can be the shift signal M from the primary priority encoder. This equation for the primary mapping can be implemented by a shifter that shifts by 0, 2, 4, 6, etc. bit positions.
The secondary mapping is:
Y=2n*X
where n is a non-negative integer that identifies the secondary segment. This value n can be the second shift signal N from the second priority encoder. Since there are only 2 secondary segments in this example, n can be only 0 or 1. A simple shifter can implement the second mapper. The value X is either shifted by one bit or not shifted at all to generate Y.
The second de-mapper passes Y′ through X′ when n=0. When n=1, the complement of the secondary mapping equation is used for de-mapping.
X′=0.50.5*Y′=0.7071*Y′
The second de-mapping can be implemented with multiplier that receives the corrected output Y′ and a constant (either 1 or 0.7071).
The primary de-mapper performs the complement of the primary mapper. W and W′ are related by alpha:
W′=Wα=W0.5
substituting for W using the primary mapping equations:
W=(4−m*X)0.5=2m*X0.5
since X′=Xα=X0.5
W=2−m*X′
Thus the primary de-mapper can be implemented as a shifter that shifts the intermediate output X′ by m bits to the right.
Block Diagram for 7:2 Segment Example—FIG. 8
FIG. 8 is a block diagram of an implementation of primary mapping for a gamma corrector with 7 primary segments and 2 second-level segments. The input W is mapped to intermediate input W by the primary mapper (22 of FIG. 5). The primary priority encoder is implemented by OR gates 44 that feed their outputs to priority encoder 42. Priority encoder 42 is a 6-bit priority encoder that generates the primary shift signal M.
OR gates 44 each receive 2 of the 12 bits of input W. When the leading one in W is in either of the two leading bit positions W[11,10], then a[5] is high and priority encoder 42 outputs M as 0. This indicates that input W is in the largest primary segment X0. When the leading one in W is in either of the next two leading bit positions W[9,8], then a[4] is high and priority encoder 42 outputs M as 1. This indicates that input W is in the second largest primary segment X1. Likewise when the leading one of input W is in either of bit positions W[3,2] then a[1] is high and M is 4 indicating segment X4. When all 12 bits of W are zero, M is 6 for smallest segment X6.
Even-bit shifter 40 receives input W and left-shifts W by a number of bit-positions determined by shift signal M, producing intermediate input X. The number of bit-positions that W is shifted by is double the value of M. For example, when M is 1, W is shifted by 2 bit positions. When M is 4, W is shifted by 8 bit positions (multiply by 28 or 256). The double-bit shifting causes the input to be shifted among the primary segments that have lengths that are four times larger than the prior segment.
For example, when W is in primary segment X4, M is 4. Even-bit shifter 40 shifts W by 8 bits. This scales X into the primary standard segment X0. Since segment X4 ranges from 1/1024 to 1/256, (See FIG. 7A) the shift multiplies inputs in this range by 256 to produce intermediate inputs X in the range of 1/4 to 1, which is the range of the primary standard segment X0.
The primary mapper can be implemented by K/2 OR gates, where K is the number of bits in input W. The number of primary segments is K/2+1, and the primary priority encoder is a K/2-bit encoder with K/2+1 states for shift signal M. In the example above with a 12-bit input W. K is 12. There are 12/2 or 6 OR gates, a 6-bit priority encoder, and 7 primary segments. The primary priority encoder and shifter are much simpler than in the prior art since the number of bit-positions is cut in half (K/2 rather than K). In this example, a 6-bit primary priority encoder is used rather than a 12-bit priority encoder as in the prior art of FIGS. 2-4.
The second-level mapper (not shown) is much simpler, since there are only 2 second-level segments. N can be either 0 or 1. The second priority encoder can be a few simple gates, and the second-level shifter either shifts by 0 or 1 bit positions. Even when the simple second-level shift and encoder are included, the amount of logic required is much less than for the prior art.
FIG. 9 is a block diagram for the gamma correction system with 7 primary segments and 2 second-level segments. The 12-bit input W is mapped to intermediate input X by primary mapper 50, using the priority encoder and shifter shown in FIG. 8. Second-level mapper 52 is a simple shifter that left-shifts X by one bit position or zero bit positions. The second shift signal N can be simply the leading bit of X, so no actual second priority encoder is needed.
The final output Y from second-level mapper 52 is applied to gamma corrector 54. A linear interpolator is used to generate the corrected output Y′ from the final input Y. Linear interpolation can be performed in convention ways, such as with a dedicated multiplier and adder, or a programmable digital-signal processor (DSP).
The second-level de-mapper is also quite simple since there are only 2 second-level segments. Multiplier 56 performs the function of the second-level de-mapper. Multiplier 56 either passes the final output Y′ through to intermediate output X′, or multiplies Y′ by the constant 0.7071 to generate X′. The multiplier can either multiply Y′ by 1.00 or bypass Y′ around the multiplier when the second segment is the standard second segment and no multiply is needed for de-mapping.
The intermediate output X′ from multiplier 56 is then de-mapped by primary de-mapper 58 to generate the final output W′. Primary de-mapper 58 performs a right-shift by M bits to re-map the intermediate output from the primary standard segment to the actual primary-level segment. Note that while the primary mapper shifts by 2M bits, the primary de-mapper shifts by M bits. This occurs because a is 0.5.
4:4 Segment Example—FIGS. 10A, B
FIGS. 10A, 10B highlight another embodiment with 4 segments in each of two levels of segment mappings for a gamma-correction function. In this embodiment, the primary level has 4 segments X0-X3 and the second level has 4 segments Y0-Y3.
In FIG. 10A, the primary mapping divides the full normalized input range of 0 to 1.0 into 4 primary segments. These primary segments are ratio-metrically related by the constant a=16. The primary standard segment X0 is the largest segment, while successive segments X1 to X3 are each one-sixteenth (1/16) the width of the prior segment. Primary standard segment X0 includes input value from 1/16 to 1, a width of 15/16, while next segment X1 includes inputs from 1/256 to 1/16, a width of 15/256. The following segment X2 ranges from 1/4096 to 1/256 a width of only 15/4094. The smallest segment X3 is from 0 to 1/4096. See also the table of FIG. 11A.
Any input in the lower primary segments X1 to X3 are mapped to primary standard segment X0 by the primary-level of mapping. The intermediate input X is within the range of primary standard segment X0, from 1/16 to 1. These values are sent to the second-level mapper.
FIG. 10B shows the secondary-level segments. The intermediate input X values are within the input range of the primary standard segment, from 1/16 to 1. This primary standard segment is further divided into 4 segments by the second-level mapping. In the second-level of mapping, each successive segment is one-half the width of the previous segment (b=2). Standard segment Y0 has intermediate inputs from 1/2 to 1, while smaller segment Y1 has inputs from 1/4 to 1/2. Segment Y2 has inputs from 1/8 to 1/4, while segment Y3 has inputs from 1/16 to 1/8. Since primary standard segment X0 ends at 1/16, additional second-level segments are not needed as the intermediate input value X cannot be less than 1/16.
Any input in smaller segments Y1, Y2, Y3 is mapped into standard segment Y0 by the second mapper. Standard segment Y0 is the segment that is gamma corrected to produce corrected output Y′.
FIG. 11A is a table of the primary-level segments. A total of 4 primary segments X0 to X3 are mapped for a 12-bit input W. The primary-level encoder encodes these segments by finding the leading one in input W. The ranges of each primary segment as shown in the table.
FIG. 11B is a table of the second-level segments. Four segments are in the second level, segments Y0 to Y3.
Four segments are mapped by the primary level and four more segments for the second level. This is a total of 4+4 or 8 segments. A 4-level priority encoder is used in each of the primary and secondary levels. Note that the precision of the primary level is still 1/4096, the range of the smallest segment. This same precision required a 13-level priority encoder in the prior art of FIGS. 2, 3. A reduction in logic from 13 levels to 8 levels is achieved.
Mapping/De-Mapping for 4:4 Example
If the value of gamma is assumed to be 4/3 or 1.33, then alpha a is 0.75. The designer selected ratio constants a=16 and b=2. The primary mapping follows the equation:
X=am*W=16m*W
This equation for the primary mapping can be implemented by a shifter that shifts by a multiple of four bit-positions (0, 4, 8, 12).
The secondary mapping is:
Y=bn*X=2n*X
Since there are 4 secondary segments in this example, n can be 0, 1, 2, or 3. A 3-bit priority encoder and a shifter that shifts by 0, 1, 2, or 3 bit positions can implement the second-level mapper.
The second de-mapper passes Y′ through to X′ when n=0. When n=1, the complement of the secondary mapping equation is used for de-mapping:
X′=(1/b)0.75*Y′=0.5 0.75*Y′=0.5946*Y′
When n=2, the complement equation is:
X′=(1/b)0.75·n*Y′=0.5 1.5*Y′=0.3536*Y′
When n=3, the complement equation is:
X′=(1/b)0.75·n*Y′=0.5 2.25*Y′=0.2102*Y′
In general, the second-level de-mapper implements the equation:
X′=(1/b)a·n*Y′
The second de-mapping can be implemented with multiplier that receives the corrected output Y′ and selects one of four constants (either 1, 0.5946, 0.3536, or 0.2102) depending on second shift signal N.
The primary de-mapper performs the complement of the primary mapper. W and W′ are related by alpha:
W′=Wa=W0.75
substituting for W using the primary mapping equation:
W=(a−m*X)0.75=(16−m*X)0.75=2−3m*X0.75
since X′=Xα=X0.75
W=2−3m*X′
Thus the primary de-mapper can be implemented as a shifter that shifts the intermediate output X′ by 3 m bits to the right.
In general, the primary-level de-mapper implements the equation:
W′=(1/a)n*m*X′=a−ma*X′
For this embodiment, K=12 bits, and a K/4-bit (3-bit) encoder can be used for implementing the primary encoder with K/4 (3) OR gates. The primary shifter shifts by 4M bits. The second-level encoder is also a K/4-bit priority encoder with a second shifter implemented by a 3-bit shifter. The primary de-mapper shifts by 3M bits while the second-level de-mapper is implemented by a multiplier that selects from among 4 constants.
ADVANTAGES OF THE INVENTION
The gamma corrector system uses multiple levels of segment mapping. The cost of the gamma correction system can be reduced by reducing the amount of logic required for a large multi-bit priority encoder. The number of constants that must be stored is reduced. The precision from a large number of segments is still achieved, but with a lower logic burden. High precision while using a small priority encoder is possible. An efficient structure for a gamma correction apparatus uses multiple levels of segment mapping.
The amount of logic can be reduced for a segment-mapped gamma corrector by using two levels of mapping. Although it would seem that using 2 levels of mapping and de-mapping would increase hardware requirements, since 5 stages or blocks rather than 3 blocks are needed, some choices for these levels can actually reduce hardware requirements.
Proper choices for nesting of segment mapping reduces the priority encoding necessary while maintaining high precision. The precision of 13 segments is achieved using two levels of mapping each with 4 segments per level. Two 4-bit priority encoders are needed rather than one larger 13-bit priority encoder. The amount of logic is reduced by more than 50%. The number of pre-defined constants that must be stored is also reduced by more than 80%.
ALTERNATE EMBODIMENTS
Several other embodiments are contemplated by the inventor. For example the logic may be implemented in a wide variety of ways. Standard components such as macro or library cells may be used, or a logic-synthesis tool that generates the actual logic gates may be used with the functional logic equations as inputs.
Programmable devices or blocks may be used. The invention may be integrated as part of a much larger system, such as a digital camera controller integrated circuit.
The multi-level scheme may be applied to a wide variety of functions other than the gamma function, such as power functions. The invention may also be used to calculate root-mean-square (RMS) and square root functions, which can be thought of as power functions with a negative exponent. The segment lengths do not have to be the same in a level, but could be varied multiples of each other. The gamma correction function can be applied to the Y component of a YUV pixel, or to each of the R, G, B components of a RGB pixel.
The various values can be encoded into signals in a variety of ways other than simple binary encoding. Encryption may also be used. Pipelining can be added by inserting staging registers at various points in the system. For example, the mapping and de-mapping can be pipelined. The priority encoder outputs can be latched and used in a later pipeline stage by the de-mappers.
The foregoing description of the embodiments of the invention has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed. Many modifications and variations are possible in light of the above teaching. It is intended that the scope of the invention be limited not by this detailed description, but rather by the claims appended hereto.

Claims (64)

1. A multi-level segment-mapping function generator comprising:
an input having an input value within an input range, the input range being divided into a plurality of first-level segments of varying width including a standard first-level segment;
a first-level mapper, receiving the input value, for scaling the input value to an intermediate input value within a range of the standard first-level segment, the first-level mapper outputting the intermediate input value to an intermediate input;
wherein the intermediate input value output by the first-level mapper is within a second input range equal to the range of the standard first-level segment, the range of the standard first-level segment being divided into a plurality of second-level segments of varying width, the plurality of second-level segments including a standard second-level segment;
a second-level mapper, receiving the intermediate input from the first-level mapper, for scaling the intermediate input value to generate a final input having a final input value, the final input value being within a range of the standard second-level segment;
a function generator, receiving the final input from the second-level mapper, for generating a result of a pre-determined function from the final input value;
a second-level de-mapper, receiving the result from the function generator, for adjusting the result from the function generator to an intermediate result, the intermediate result being a result of the pre-determined function for the intermediate input value; and
a first-level de-mapper, receiving the intermediate result from the second-level de-mapper, for adjusting the intermediate result from the second-level de-mapper to a final result, the final result being a result of the pre-determined function for the input value, whereby the final result can be generated for any input value within the input range using the function generator that generates results only within the standard second-level segment.
2. The multi-level segment-mapping function generator of claim 1 wherein the plurality of first-level segments are non-overlapping and ratio-metrically related wherein each smaller first-level segment is 1/a the input width of a next larger first-level segment, wherein a is a positive integer representing a first ratio;
wherein the standard first-level segment is a largest of the plurality of first-level segments;
wherein the plurality of second-level segments are non-overlapping and ratio-metrically related wherein each smaller second-level segment is 1/b the input width of a next larger second-level segment, wherein b is a positive integer representing a second ratio;
wherein the standard second-level segment is a largest of the plurality of second-level segments,
whereby segments are ratios of larger segments in a level.
3. The multi-level segment-mapping function generator of claim 2 wherein a is not equal to b,
whereby each level has segments with different ratios of segment widths.
4. The multi-level segment-mapping function generator of claim 3 wherein the function generator is a linear interpolator generating the result by multiplying the final input by a slope of a line and adding a constant,
whereby the pre-determined function is approximated by a line within the standard second-level segment.
5. The multi-level segment-mapping function generator of claim 4 wherein the first-level mapper comprises:
a first priority encoder, receiving the input, for detecting a leading significant bit in multiple bits in the input that represent the input value, the first priority encoder generating a first shift signal determined by a location of the leading significant bit within the input value;
a first shifter, receiving the input, for shifting the input value by a shift signal determined by the first shift signal to generate the intermediate input value,
whereby the first-level mapper shifts the input value.
6. The multi-level segment-mapping function generator of claim 5 wherein the second-level mapper comprises:
a second priority encoder, receiving the intermediate input, for detecting a leading significant bit in multiple bits in the intermediate input that represent the intermediate input value, the second priority encoder generating a second shift signal determined by a location of the leading significant bit within the intermediate input value;
a second shifter, receiving the intermediate input, for shifting the intermediate input value by a second shift signal determined by the second shift signal to generate the final input value,
whereby the second-level mapper shifts the intermediate input value.
7. The multi-level segment-mapping function generator of claim 6 wherein the input value has K binary bits,
wherein a smallest of the plurality of first-level segments has a range of 1/2K of the input range;
wherein a total number of segments in the plurality of first-level segments is N1;
wherein a total number of segments in the plurality of second-level segments is N2;
wherein N1+N2 is less than K;
whereby a precision of the function generator is 1/2K of the input range but a total number of segments is less than K.
8. The multi-level segment-mapping function generator of claim 6 wherein the first-level de-mapper comprises:
a reverse shifter, receiving the intermediate result from the second-level de-mapper, for shifting the intermediate result by a number of bit-positions to generate the final result;
wherein the number of bit-positions is determined by the first shift signal from the first priority encoder;
wherein a full multiplier for multiplying the intermediate result by an arbitrary constant is not required;
wherein the reverse shifter shifts the intermediate result in an opposite direction to a direction that the first shifter shifts the input value.
9. The multi-level segment-mapping function generator of claim 8 wherein the second-level de-mapper comprises:
a constant multiplier, receiving the result from the function generator, for multiplying the result by a constant to generate the intermediate result;
wherein the constant is a function of the second shift signal from the second priority encoder.
10. The multi-level segment-mapping function generator of claim 9 wherein the predetermined function is a power function wherein the final result W′ is related to the input value W by an equation:

W′=Wα
where α is a positive constant.
11. The multi-level segment-mapping function generator of claim 10 wherein α is a reciprocal of a gamma-correction constant for correcting a light output of a pixel to a driving voltage of a display.
12. The multi-level segment-mapping function generator of claim 11 wherein the first-level de-mapper implements an equation:

W′=(1/a)α*m*X′
wherein W′ is the final result, X′ is the intermediate result, m is the first shift signal, and a is the first ratio.
13. The multi-level segment-mapping function generator of claim 12 wherein the second-level de-mapper implements an equation:

X′=(1/b)α*n*Y′
wherein X′ is the intermediate result, Y′ is the result from the function generator, n is the second shift signal, and b is the second ratio.
14. A method for gamma correcting a pixel comprising:
receiving an input value representing a brightness of a pixel, the input value being within an input range divided into primary segments that include a standard primary segment;
determining an original segment that contains the input value, the original segment being one of the primary segments identified by a first encoded signal;
shifting the input value to an intermediate input value, the intermediate input value being within the standard primary segment;
determining an intermediate second segment that contains the intermediate input value, the intermediate second segment being one of a plurality of second segments, wherein the standard primary segment is divided into the plurality of second segments;
shifting the intermediate input value to a final input value, the final input value being within a standard segment in the plurality of second segments;
generating a function result from the final input value, the function result being a gamma correction of the final input value;
adjusting the function result to generate an intermediate result, the intermediate result being the gamma correction of the intermediate input value; and
adjusting the intermediate result to generate a final result, the final result being the gamma correction of the input value,
whereby two levels of segment mapping are performed before gamma correction.
15. The method of claim 14 wherein adjusting the intermediate result to generate a final result comprises:
right-shifting the intermediate result to generate the final result,
whereby a multiply by an arbitrary constant that is not a power of 2 is avoided when adjusting the intermediate result to generate a final result.
16. The method of claim 15 wherein shifting the input value to an intermediate input value comprises:
left-shifting by a multiple of M bits, where M is a location of a most-significant bit in the input value,
whereby the input value is first shifted by a multiple of M bits.
17. The method of claim 16 wherein the input value represents a Y luminosity value of a pixel in a YUV format.
18. The method of claim 16 wherein shifting the intermediate input value to a final input value comprises left-shifting the intermediate input value by a multiple of N bits, where N is a second shift amount determined by a location of a most-significant bit in the intermediate input value;
wherein adjusting the intermediate result to generate a final result comprises:
multiplying the intermediate result by a constant, the constant selected from among a plurality of constants by the second shift amount N.
19. A power-function system comprising:
input means for receiving an input value, the input value being within an input range divided into primary segments that include a standard primary segment;
first priority means for determining an original segment that contains the input value, the original segment being one of the primary segments identified by a first encoded signal,
first shift means, responsive to the first priority means, for shifting the input value to an intermediate input value, the intermediate input value being within the standard primary segment;
second priority means, receiving the intermediate input value from the first shift means, for determining an intermediate second segment that contains the intermediate input value, the intermediate second segment being one of a plurality of second segments, wherein the standard primary segment is divided into the plurality of second segments;
second shift means, responsive to the second priority means, for shifting the intermediate input value to a final input value, the final input value being within a standard segment in the plurality of second segments;
function means, receiving the final input value, for generating a function result from the final input value, the function result being a pre-defined function of the final input value;
second de-map means, responsive to the second plurality means, for adjusting the function result to generate an intermediate result, the intermediate result being the pre-defined function of the intermediate input value; and
first de-map means, responsive to the first priority means, for adjusting the intermediate result to generate a final result, the final result being the pre-defined function of the input value,
whereby two levels of segment mapping are performed before the pre-defined function.
20. The power-function system of claim 19 wherein the first de-map means comprises:
shift means for right-shifting the intermediate result to generate the final result, whereby a multiply by an arbitrary constant that is not a power of 2 is avoided when adjusting the intermediate result to generate a final result.
21. An apparatus configured to perform a first mathematical function on an original input value to produce a final result value, said apparatus comprising:
a mapping circuit configured to receive said original input value for said first mathematical function, wherein said original input value is within a predetermined range of values, and wherein said mapping circuit is configured to map said original input value to a final input value, wherein said final input value is within a predetermined segment of said predetermined range of values, and wherein said mapping circuit is configured to perform at least two mapping operations in order to generate said final input value from said original input value;
a function generation circuit configured to receive said final input value and generate an intermediate result corresponding to a value of said first mathematical function at said final input value;
a de-mapping circuit configured to receive said intermediate result and to generate said final result value therefrom by performing at least two de-mapping operations, wherein said final result value corresponds to a value of said first mathematical function at said original input value.
22. The apparatus of claim 21, wherein said predetermined segment is one of a plurality of segments of said predetermined range of values, and wherein said plurality of segments are ratiometrically related.
23. The apparatus of claim 22, wherein said original input value is within an original segment of said plurality of segments.
24. The apparatus of claim 23, wherein said mapping circuit is configured to perform a first mapping operation that maps said original input value from said original segment to an intermediate input value within an intermediate segment of said plurality of segments.
25. The apparatus of claim 24, wherein said mapping circuit is configured to perform a second mapping operation that maps said intermediate input value to said final input value.
26. The apparatus of claim 21, wherein said predetermined range of values includes a plurality of segments, including a first subset of two or more segments that includes said predetermined segment.
27. Then apparatus of claim 26, wherein said at least two mapping operations include a first mapping operation that includes mapping said original input value to an intermediate input value within one of said first subset of segments.
28. The apparatus of claim 27, wherein said at least two mapping operations include a second mapping operation that includes mapping said intermediate input value to said final input value within said predetermined segment.
29. The apparatus of claim 21, wherein said function generation circuit is configured to perform a linear approximation of said first mathematical function within said predetermined segment of said predetermined range of values.
30. The apparatus of claim 21, wherein said function generation circuit is configured to perform a non-linear approximation of said first function within said predetermined segment of said predetermined range.
31. The apparatus of claim 21, wherein said mapping circuit includes at least two priority encoders.
32. The apparatus of claim 21, wherein said at least two de-mapping operations performed by said de-mapping circuit are complementary to said at least two mapping operations performed by said mapping circuit.
33. The apparatus of claim 21, wherein said first mathematical function is a power function.
34. The apparatus of claim 33, wherein said first mathematical function is gamma correction.
35. The apparatus of claim 21, wherein said apparatus is configured to perform gamma correction of color components of a pixel value.
36. The apparatus of claim 21, wherein said apparatus is a digital camera.
37. The apparatus of claim 21, wherein said predetermined range of values is between 0 and 1.
38. The apparatus of claim 21, wherein said first mathematical function is a self-similar function, and wherein said function generation circuit is configured to perform a linear approximation of said first mathematical function within said predetermined segment of said predetermined range of values.
39. The apparatus of claim 25, wherein said de-mapping circuit is configured to perform de-mapping operations complementary to said first and second mapping operations.
40. The apparatus of claim 28, wherein said de-mapping circuit is configured to perform de-mapping operations complementary to said first and second mapping operations.
41. The apparatus of claim 21, wherein said predetermined segment is one of a plurality of segments of said predetermined range of values, wherein said plurality of segments includes a first subset of said plurality of segments and a second subset of said plurality of segments, wherein said first subset of segments are ratiometrically related according to a first constant, and wherein said second subset of segments are ratiometrically related according to a second constant that is different from said first constant.
42. The apparatus of claim 41, wherein said predetermined segment is one of said second subset of segments, and wherein said original input value is within one of said first subset of segments.
43. The apparatus of claim 21, wherein said de-mapping circuit includes a reverse shifter.
44. The apparatus of claim 21, wherein said de-mapping circuit includes a multiplier.
45. The apparatus of claim 37, wherein said mapping circuit includes first means for detecting a leading one in said original input value.
46. The apparatus of claim 33, wherein said power function is a square root function.
47. The apparatus of claim 33, wherein said power function is a root-mean-square function.
48. An apparatus for generating a value for a first mathematical function from an original input value, said apparatus comprising:
first means for mapping said original input value to a final input value using at least two mapping operations, wherein said final input value is within a predetermined segment of a range of input values;
second means for receiving said final input value and determining a value of said first mathematical function at said final input value;
third means for de-mapping said value of said first mathematical function produced by said second means in order to generate an output value of said first mathematical function at said original input value, wherein said de-mapping uses at least two de-mapping operations.
49. The apparatus of claim 48, wherein said apparatus is a digital camera.
50. An apparatus, comprising:
a primary mapping circuit configured to receive an original input value for a first mathematical function, wherein said original input value is located within one of a plurality of segments of a range of input values, and wherein said primary mapping circuit is configured to map said original input value to an intermediate input value located within a first segment of said plurality of segments;
a secondary mapping circuit configured to receive said intermediate input value, wherein said intermediate input value is located within one of a plurality of sub-segments of said first segment, wherein said secondary mapping circuit is configured to map said intermediate input value to a final input value located within a first sub-segment of said first segment;
a function generation circuit configured to receive said final input value and to generate a preliminary output value therefrom, wherein said preliminary output value corresponds to an output value of said first mathematical function at said final input value;
a secondary de-mapping circuit configured to receive said preliminary output value and adjust said original output value to produce an intermediate output value; and
a primary de-mapping circuit configured to receive said intermediate output value and adjust said intermediate output value to produce a final output value, wherein said final output value corresponds to an output value of said first mathematical function for said original input value.
51. The apparatus of claim 50, wherein said apparatus is a digital camera.
52. The apparatus of claim 50, wherein said first mathematical function is a power function.
53. The apparatus of claim 50, wherein said primary mapping circuit is configured to receive a first input value from a first priority encoder, and wherein said primary mapping circuit is configured to perform a first mapping operation upon said original input value in response to receiving said first input value.
54. The apparatus of claim 53, wherein said secondary mapping circuit is configured to receive a second input value from a second priority encoder, and wherein said secondary mapping circuit is configured to perform a second mapping operation upon said intermediate input value in response to receiving said second input value.
55. The apparatus of claim 54, wherein said secondary de-mapping circuit is configured to perform a second de-mapping operation that is complementary to said second mapping operation.
56. The apparatus of claim 55, wherein said primary de-mapping circuit is configured to perform a first de-mapping operation that is complementary to said first mapping operation.
57. The apparatus of claim 53, wherein said first mapping operation is a binary shift operation.
58. The apparatus of claim 54, wherein said second mapping operation is a binary shift operation.
59. The apparatus of claim 55, wherein said second de-mapping operation is a reverse binary shift operation.
60. The apparatus of claim 55, wherein said second de-mapping operation is a multiplication operation.
61. The apparatus of claim 56, wherein said first de-mapping operation is a reverse binary shift operation.
62. The apparatus of claim 56, wherein said first de-mapping operation is a multiplication operation.
63. The apparatus of claim 50, wherein said plurality of segments are ratiometrically related.
64. A method for generating, from an original input value, a final output value for a first function, said method comprising:
receiving, at a mapping circuit of an apparatus, said original input value, wherein said original input value is within a predetermined range of input values;
the mapping circuit performing at least two mapping operations to map said original input value to a final input value, wherein said final input value is located within a first segment of said predetermined range of input values;
a function generation circuit of the apparatus generating a preliminary output value that corresponds to a value of said first function at said final input value;
a de-mapping circuit of the apparatus performing at least two de-mapping operations to adjust said preliminary output value to a final output value, wherein said final output value corresponds to an output value of said first function at said original input value.
US11/521,619 2000-02-23 2006-09-14 Multi-stage function mapping for a range of input values Expired - Fee Related USRE41631E1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/521,619 USRE41631E1 (en) 2000-02-23 2006-09-14 Multi-stage function mapping for a range of input values

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/511,013 US6791576B1 (en) 2000-02-23 2000-02-23 Gamma correction using double mapping with ratiometrically-related segments of two different ratios
US11/521,619 USRE41631E1 (en) 2000-02-23 2006-09-14 Multi-stage function mapping for a range of input values

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/511,013 Reissue US6791576B1 (en) 2000-02-23 2000-02-23 Gamma correction using double mapping with ratiometrically-related segments of two different ratios

Publications (1)

Publication Number Publication Date
USRE41631E1 true USRE41631E1 (en) 2010-09-07

Family

ID=32927776

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/511,013 Ceased US6791576B1 (en) 2000-02-23 2000-02-23 Gamma correction using double mapping with ratiometrically-related segments of two different ratios
US11/521,619 Expired - Fee Related USRE41631E1 (en) 2000-02-23 2006-09-14 Multi-stage function mapping for a range of input values

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/511,013 Ceased US6791576B1 (en) 2000-02-23 2000-02-23 Gamma correction using double mapping with ratiometrically-related segments of two different ratios

Country Status (1)

Country Link
US (2) US6791576B1 (en)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW508560B (en) * 2001-04-03 2002-11-01 Chunghwa Picture Tubes Ltd Method for performing different anti-compensation processes by segments on image gray levels inputted to plasma flat display
US7209151B2 (en) * 2003-12-16 2007-04-24 Aimtron Technology Corp. Display controller for producing multi-gradation images
TW200636674A (en) * 2005-04-13 2006-10-16 Sunplus Technology Co Ltd Gamma correction system and method thereof
US7525978B1 (en) * 2005-04-15 2009-04-28 Altera Corporation Method and apparatus for scheduling in a packet buffering network
US20070001954A1 (en) * 2005-07-04 2007-01-04 Semiconductor Energy Laboratory Co., Ltd. Display device and driving method of display device
US7702169B2 (en) * 2005-08-18 2010-04-20 Qualcomm Incorporated Systems, methods, and apparatus for table construction and use in image processing
KR101287481B1 (en) * 2006-06-02 2013-07-19 톰슨 라이센싱 Converting a colorimetric transform from an input color space to an output color space
US20080055618A1 (en) * 2006-08-31 2008-03-06 Evans & Sutherland Computer Corporation Interpolation table with logarithmically distributed entries
US20080068404A1 (en) * 2006-09-19 2008-03-20 Tvia, Inc. Frame Rate Controller Method and System
US20080068293A1 (en) * 2006-09-19 2008-03-20 Tvia, Inc. Display Uniformity Correction Method and System
US20080068396A1 (en) * 2006-09-19 2008-03-20 Tvia, Inc. Gamma Uniformity Correction Method and System
JP2008148055A (en) * 2006-12-11 2008-06-26 Sony Corp Apparatus and method for image processing, display device, and projection display device
JP4922091B2 (en) * 2007-07-23 2012-04-25 ルネサスエレクトロニクス株式会社 Video signal processing device, video signal processing method, and display device
US8807022B2 (en) 2009-10-12 2014-08-19 Alan Backus Devices and methods to disintegrate foods
EP3298581A1 (en) * 2015-05-18 2018-03-28 Koninklijke Philips N.V. Self-aware image segmentation methods and systems

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4438495A (en) 1981-11-13 1984-03-20 General Electric Company Tomography window-level gamma functions
US4473849A (en) 1981-12-21 1984-09-25 Image Resource Corporation System and apparatus for conversion of video signals to film images
US4786968A (en) 1987-07-16 1988-11-22 Sony Corporation Gamma correction of digital video data by calculating linearly interpolated gamma correction values
US5196924A (en) 1991-07-22 1993-03-23 International Business Machines, Corporation Look-up table based gamma and inverse gamma correction for high-resolution frame buffers
US5243426A (en) 1990-05-14 1993-09-07 Sony Corporation Circuit for gamma correction of a digital video signal and having a memory for storing data defining a desired gamma correction characteristic
US5282036A (en) 1992-01-06 1994-01-25 Hewlett-Packard Company High resolution gamma correction method and apparatus for pixel intensity values in a computer graphics system using minimal memory
US5408267A (en) 1993-07-06 1995-04-18 The 3Do Company Method and apparatus for gamma correction by mapping, transforming and demapping
US5473373A (en) 1994-06-07 1995-12-05 Industrial Technology Research Institute Digital gamma correction system for low, medium and high intensity video signals, with linear and non-linear correction
US5473372A (en) 1991-03-18 1995-12-05 Canon Kabushiki Kaisha Gamma correction circuit approximating non-linear digital conversion
US5481317A (en) 1992-01-14 1996-01-02 Canon Kabushiki Kaisha Gamma correction circuit which selects one of a plurality of gamma corrected signals as an output signal based on the level of an input signal
US5537071A (en) 1993-11-23 1996-07-16 U.S. Philips Corporation Method and circuit for dividing an input signal into amplitude segment signals and for non-linearly processing the amplitude segment signals on the basis of the value of each amplitude segment signal
US5706058A (en) 1995-09-05 1998-01-06 Sanyo Electric Co., Ltd. Gamma correction circuit for correcting video data obtained by photoelectric transfer and having a non-linear characteristic
US5764216A (en) 1993-06-30 1998-06-09 Fujitsu Limited Gamma correction circuit, a liquid crystal driver, a method of displaying image, and a liquid crystal display
US5821913A (en) 1994-12-14 1998-10-13 International Business Machines Corporation Method of color image enlargement in which each RGB subpixel is given a specific brightness weight on the liquid crystal display
US6020921A (en) 1997-05-05 2000-02-01 Ati Technologies Inc. Simple gamma correction circuit for multimedia

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4438495A (en) 1981-11-13 1984-03-20 General Electric Company Tomography window-level gamma functions
US4473849A (en) 1981-12-21 1984-09-25 Image Resource Corporation System and apparatus for conversion of video signals to film images
US4786968A (en) 1987-07-16 1988-11-22 Sony Corporation Gamma correction of digital video data by calculating linearly interpolated gamma correction values
US5243426A (en) 1990-05-14 1993-09-07 Sony Corporation Circuit for gamma correction of a digital video signal and having a memory for storing data defining a desired gamma correction characteristic
US5473372A (en) 1991-03-18 1995-12-05 Canon Kabushiki Kaisha Gamma correction circuit approximating non-linear digital conversion
US5196924A (en) 1991-07-22 1993-03-23 International Business Machines, Corporation Look-up table based gamma and inverse gamma correction for high-resolution frame buffers
US5282036A (en) 1992-01-06 1994-01-25 Hewlett-Packard Company High resolution gamma correction method and apparatus for pixel intensity values in a computer graphics system using minimal memory
US5481317A (en) 1992-01-14 1996-01-02 Canon Kabushiki Kaisha Gamma correction circuit which selects one of a plurality of gamma corrected signals as an output signal based on the level of an input signal
US5764216A (en) 1993-06-30 1998-06-09 Fujitsu Limited Gamma correction circuit, a liquid crystal driver, a method of displaying image, and a liquid crystal display
US5408267A (en) 1993-07-06 1995-04-18 The 3Do Company Method and apparatus for gamma correction by mapping, transforming and demapping
US5537071A (en) 1993-11-23 1996-07-16 U.S. Philips Corporation Method and circuit for dividing an input signal into amplitude segment signals and for non-linearly processing the amplitude segment signals on the basis of the value of each amplitude segment signal
US5473373A (en) 1994-06-07 1995-12-05 Industrial Technology Research Institute Digital gamma correction system for low, medium and high intensity video signals, with linear and non-linear correction
US5821913A (en) 1994-12-14 1998-10-13 International Business Machines Corporation Method of color image enlargement in which each RGB subpixel is given a specific brightness weight on the liquid crystal display
US5706058A (en) 1995-09-05 1998-01-06 Sanyo Electric Co., Ltd. Gamma correction circuit for correcting video data obtained by photoelectric transfer and having a non-linear characteristic
US6020921A (en) 1997-05-05 2000-02-01 Ati Technologies Inc. Simple gamma correction circuit for multimedia

Also Published As

Publication number Publication date
US6791576B1 (en) 2004-09-14

Similar Documents

Publication Publication Date Title
USRE41631E1 (en) Multi-stage function mapping for a range of input values
US7663678B2 (en) Gamma correction, image processing method and program, gamma correction circuit, image processing apparatus, and display apparatus
JP5235670B2 (en) Improved gamut mapping and subpixel rendering system and method
US7432897B2 (en) Liquid crystal display device for displaying video data
US5258747A (en) Color image displaying system and method thereof
US7612831B2 (en) Gamma correction device, image conversion apparatus using the same, and display device
US7554557B2 (en) Device and method for image compression and decompression
WO2006108083A2 (en) Systems and methods for implementing low cost gamut mapping algorithms
WO2006115784A2 (en) Method and system for automatic color hue and color saturation adjustment of a pixel from a video source
JP2009518660A5 (en)
JPH06309146A (en) Apparatus for conversion of floating-point representation of number into integer representation and method for generation of value of pixel
JP4130366B2 (en) Image signal contrast control method
US20010014175A1 (en) Method for rapid color keying of color video images using individual color component look-up-tables
JP2015154459A (en) Image processing apparatus and image processing method
US6020921A (en) Simple gamma correction circuit for multimedia
JP2002328647A (en) Error spread arithmetic method
JP5550483B2 (en) Image processing device
KR102539536B1 (en) Display device and method for driving the same
JP2005260405A (en) Image processor and image processing method
US7518581B2 (en) Color adjustment of display screens
JP3912079B2 (en) Error diffusion processing circuit and method for display device
US20180102108A1 (en) Image processing apparatus and image processing method
CN115050306B (en) Image correction method, preprocessing method thereof and image correction circuit
KR101118181B1 (en) Compression Method of Look-up table and Method of Enhancing Hue, Saturation and Value Image Quality
JP6203315B1 (en) Video conversion processing device

Legal Events

Date Code Title Description
AS Assignment

Owner name: FAUST COMMUNICATIONS, LLC, NEVADA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NEOMAGIC CORPORATION;REEL/FRAME:018639/0471

Effective date: 20050406

AS Assignment

Owner name: NEOMAGIC CORP., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LIN, TAO;REEL/FRAME:023648/0248

Effective date: 20000302

FPAY Fee payment

Year of fee payment: 8

AS Assignment

Owner name: XYLON LLC, NEVADA

Free format text: MERGER;ASSIGNOR:FAUST COMMUNICATIONS LLC;REEL/FRAME:036641/0051

Effective date: 20150813

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees