Searched refs:argb_dst (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_csp.c318 uint32_t* const argb_dst = picture->argb + y * picture->argb_stride; local
322 argb_dst[x] = (argb_dst[x] & 0x00ffffffu) | ((uint32_t)src[x] << 24);
/external/webp/src/enc/
H A Dpicture_csp.c318 uint32_t* const argb_dst = picture->argb + y * picture->argb_stride; local
322 argb_dst[x] = (argb_dst[x] & 0x00ffffffu) | ((uint32_t)src[x] << 24);

Completed in 197 milliseconds