Searched refs:NUM_ARGB_CACHE_ROWS (Results 1 – 1 of 1) sorted by relevance
27 #define NUM_ARGB_CACHE_ROWS 16 macro735 assert(num_rows <= NUM_ARGB_CACHE_ROWS); in ProcessRows()981 if (row <= last_row && (row % NUM_ARGB_CACHE_ROWS == 0)) { in DecodeAlphaData()1004 if (row <= last_row && (row % NUM_ARGB_CACHE_ROWS == 0)) { in DecodeAlphaData()1117 if (row <= last_row && (row % NUM_ARGB_CACHE_ROWS == 0)) { in DecodeImageData()1147 if (row <= last_row && (row % NUM_ARGB_CACHE_ROWS == 0)) { in DecodeImageData()1450 const uint64_t cache_pixels = (uint64_t)final_width * NUM_ARGB_CACHE_ROWS; in AllocateInternalBuffers32b()1487 (num_rows > NUM_ARGB_CACHE_ROWS) ? NUM_ARGB_CACHE_ROWS : num_rows; in ExtractAlphaRows()