Searched refs:GetAlpha (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ |
D | analysis_enc.c | 113 static int GetAlpha(const VP8Histogram* const histo) { in GetAlpha() function 255 alpha = GetAlpha(&histo); in MBAnalyzeBestIntra16Mode() 311 alpha = GetAlpha(&histos[cur_histo]); in MBAnalyzeBestIntra4Mode() 323 i4_alpha = GetAlpha(&total_histo); in MBAnalyzeBestIntra4Mode() 346 alpha = GetAlpha(&histo); in MBAnalyzeBestUVMode()
|
/external/pdfium/core/fxge/dib/ |
D | cfx_scanlinecompositor.cpp | 182 int GetAlpha(uint8_t src_alpha, const uint8_t* clip_scan, int col) { in GetAlpha() function 193 int src_alpha = GetAlpha(*src_scan, clip_scan, col); in CompositeRow_AlphaToMask() 247 int src_alpha = GetAlpha(*alpha_scan, clip_scan, col); in CompositeRow_Argb2Graya() 257 uint8_t src_alpha = GetAlpha(*alpha_scan, clip_scan, col); in CompositeRow_Argb2Graya() 292 int src_alpha = GetAlpha(*alpha_scan, clip_scan, col); in CompositeRow_Argb2Gray() 378 uint8_t src_alpha = GetAlpha(*alpha_source, clip_scan, col); in CompositeRow_Argb2Argb() 906 int src_alpha = GetAlpha(*src_alpha_scan++, clip_scan, col); in CompositeRow_8bppPal2Gray() 922 int src_alpha = GetAlpha(*src_alpha_scan++, clip_scan, col); in CompositeRow_8bppPal2Gray() 976 int src_alpha = GetAlpha(*src_alpha_scan++, clip_scan, col); in CompositeRow_8bppPal2Graya() 985 uint8_t src_alpha = GetAlpha(*src_alpha_scan++, clip_scan, col); in CompositeRow_8bppPal2Graya() [all …]
|