OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8kClip4Bits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
yuv.c
27
uint8_t
VP8kClip4Bits
[YUV_RANGE_MAX - YUV_RANGE_MIN];
44
VP8kClip4Bits
[i - YUV_RANGE_MIN] = clip((k + 8) >> 4, 15);
56
VP8kClip4Bits
[i - YUV_RANGE_MIN] = clip((k + 8) >> 4, 15);
yuv.h
160
extern uint8_t
VP8kClip4Bits
[YUV_RANGE_MAX - YUV_RANGE_MIN];
205
const int rg = ((
VP8kClip4Bits
[y + r_off - YUV_RANGE_MIN] << 4) |
206
VP8kClip4Bits
[y + g_off - YUV_RANGE_MIN]);
207
const int ba = (
VP8kClip4Bits
[y + b_off - YUV_RANGE_MIN] << 4) | 0x0f;
Completed in 42 milliseconds