Searched defs:a_ptr (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/libc-test/src/functionalext/ldso_cfi/ |
H A D | ldso_cfi_typeconversion.cpp | 41 std::shared_ptr<A> a_ptr = b_ptr; in main() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_tools_enc.c | 55 static int SmoothenBlock(const uint8_t* a_ptr, int a_stride, uint8_t* y_ptr, in SmoothenBlock() argument 132 const uint8_t* a_ptr = pic->a; in WebPCleanupTransparentArea() local 209 uint8_t* a_ptr = pic->a; WebPBlendAlpha() local [all...] |
H A D | picture_csp_enc.c | 738 LinearToGammaWeighted(const uint8_t* src, const uint8_t* a_ptr, uint32_t total_a, int step, int rgb_stride) LinearToGammaWeighted() argument 767 AccumulateRGBA(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 rgb_stride, uint16_t* dst, int width) AccumulateRGBA() argument 842 ImportYUVAFromRGBA(const uint8_t* r_ptr, const uint8_t* g_ptr, const uint8_t* b_ptr, const uint8_t* a_ptr, int step, int rgb_stride, float dithering, int use_iterative_conversion, WebPPicture* const picture) ImportYUVAFromRGBA() argument 1110 const uint8_t* a_ptr = import_alpha ? rgb + 3 : NULL; Import() local 1134 const uint8_t* a_ptr = rgb + 3; Import() local [all...] |
/third_party/libcoap/src/oscore/ |
H A D | oscore_context.c | 87 oscore_bytes_equal(uint8_t *a_ptr, in oscore_bytes_equal() argument
|
Completed in 5 milliseconds