Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1444813
| From | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 9/9] [media] vivid: Local optimization |
| Date | 2016-07-16 13:00 +0200 |
| Message-ID | <rVvu9-2N9-7@gated-at.bofh.it> (permalink) |
| References | <rVvkt-2JU-5@gated-at.bofh.it> <rVvkt-2JU-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi On Sat, Jul 16, 2016 at 12:41 PM, Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> wrote: > - cr = clamp(cr, 16 << 4, 240 << 4); > + y = clamp(y >> 4, 16, 235); > + cb = clamp(cb >> 4, 16, 240); > + cr = clamp(cr > 4, 16, 240); This line is obviously wrong, sorry about that. I wait for some more comments and add it to v4. Regards!
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 9/9] [media] vivid: Local optimization Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> - 2016-07-16 12:50 +0200 Re: [PATCH v3 9/9] [media] vivid: Local optimization Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> - 2016-07-16 13:00 +0200
csiph-web