OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8kClip4Bits
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
yuv.c
25
uint8_t
VP8kClip4Bits
[YUV_RANGE_MAX - YUV_RANGE_MIN];
48
VP8kClip4Bits
[i - YUV_RANGE_MIN] = clip((k + 8) >> 4, 15);
60
VP8kClip4Bits
[i - YUV_RANGE_MIN] = clip((k + 8) >> 4, 15);
yuv.h
71
extern uint8_t
VP8kClip4Bits
[YUV_RANGE_MAX - YUV_RANGE_MIN];
116
const uint8_t rg = ((
VP8kClip4Bits
[y + r_off - YUV_RANGE_MIN] << 4) |
117
VP8kClip4Bits
[y + g_off - YUV_RANGE_MIN]);
118
const uint8_t ba = (
VP8kClip4Bits
[y + b_off - YUV_RANGE_MIN] << 4) | 0x0f;
/external/webp/src/dsp/
yuv.c
25
uint8_t
VP8kClip4Bits
[YUV_RANGE_MAX - YUV_RANGE_MIN];
48
VP8kClip4Bits
[i - YUV_RANGE_MIN] = clip((k + 8) >> 4, 15);
60
VP8kClip4Bits
[i - YUV_RANGE_MIN] = clip((k + 8) >> 4, 15);
yuv.h
71
extern uint8_t
VP8kClip4Bits
[YUV_RANGE_MAX - YUV_RANGE_MIN];
116
const uint8_t rg = ((
VP8kClip4Bits
[y + r_off - YUV_RANGE_MIN] << 4) |
117
VP8kClip4Bits
[y + g_off - YUV_RANGE_MIN]);
118
const uint8_t ba = (
VP8kClip4Bits
[y + b_off - YUV_RANGE_MIN] << 4) | 0x0f;
Completed in 72 milliseconds