Searched refs:NUM_ARGB_CACHE_ROWS (Results 1 – 1 of 1) sorted by relevance
27 #define NUM_ARGB_CACHE_ROWS 16 macro790 assert(num_rows <= NUM_ARGB_CACHE_ROWS); in ProcessRows()1043 if (row <= last_row && (row % NUM_ARGB_CACHE_ROWS == 0)) { in DecodeAlphaData()1066 if (row <= last_row && (row % NUM_ARGB_CACHE_ROWS == 0)) { in DecodeAlphaData()1181 if (row <= last_row && (row % NUM_ARGB_CACHE_ROWS == 0)) { in DecodeImageData()1211 if (row <= last_row && (row % NUM_ARGB_CACHE_ROWS == 0)) { in DecodeImageData()1514 const uint64_t cache_pixels = (uint64_t)final_width * NUM_ARGB_CACHE_ROWS; in AllocateInternalBuffers32b()1551 (num_rows > NUM_ARGB_CACHE_ROWS) ? NUM_ARGB_CACHE_ROWS : num_rows; in ExtractAlphaRows()