Searched defs:g_ptr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_csp.c165 const int g = SUM(g_ptr + src); \
172 const uint8_t* const g_ptr,
202 dst[x] = RGBToY(r_ptr[offset], g_ptr[offset], b_ptr[offset], &rg);
338 const uint8_t* const g_ptr = rgb + 1; local
345 return ImportYUVAFromRGBA(r_ptr, g_ptr, b_ptr, a_ptr, step, rgb_stride,
357 r_ptr[offset], g_ptr[offset], b_ptr[offset]);
171 ImportYUVAFromRGBA(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, const uint8_t* const a_ptr, int step, int rgb_stride, float dithering, WebPPicture* const picture) argument
/external/webp/src/enc/
H A Dpicture_csp.c165 const int g = SUM(g_ptr + src); \
172 const uint8_t* const g_ptr,
202 dst[x] = RGBToY(r_ptr[offset], g_ptr[offset], b_ptr[offset], &rg);
338 const uint8_t* const g_ptr = rgb + 1; local
345 return ImportYUVAFromRGBA(r_ptr, g_ptr, b_ptr, a_ptr, step, rgb_stride,
357 r_ptr[offset], g_ptr[offset], b_ptr[offset]);
171 ImportYUVAFromRGBA(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, const uint8_t* const a_ptr, int step, int rgb_stride, float dithering, WebPPicture* const picture) argument

Completed in 1030 milliseconds