Searched refs:compute_row_bytes_ppb (Results 1 – 2 of 2) sorted by relevance
53 static inline size_t compute_row_bytes_ppb(int width, uint32_t pixelsPerByte) { in compute_row_bytes_ppb() function75 return compute_row_bytes_ppb(width, pixelsPerByte); in compute_row_bytes()
31 const size_t rowBytes = compute_row_bytes_ppb(width, pixelsPerByte); in swizzle_small_index_to_index()54 const size_t rowBytes = compute_row_bytes_ppb(width, pixelsPerByte); in swizzle_small_index_to_n32()