Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50aed507 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Update default CR value for recon buffers"

parents e6dff4e7 5c2ee44b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ static inline unsigned long int get_ubwc_compression_ratio(
	struct ubwc_cr_stats_info_type ubwc_stats_info)
{
	unsigned long int sum = 0, weighted_sum = 0;
	unsigned long int compression_ratio = 1 << 16;
	unsigned long int compression_ratio = 0;

	weighted_sum =
		32  * ubwc_stats_info.cr_stats_info0 +