Searched refs:CBS_SIZE (Results 1 – 1 of 1) sorted by relevance
45 #define CBS_SIZE 16 /* compression table size in bytes */ macro526 round_up((width + CBS_LUMA - 1) / CBS_LUMA, CBS_SIZE); in hantro_hevc_luma_compressed_size()529 return round_up(pic_width_in_cbsy * pic_height_in_cbsy, CBS_SIZE); in hantro_hevc_luma_compressed_size()536 round_up((width + CBS_CHROMA_W - 1) / CBS_CHROMA_W, CBS_SIZE); in hantro_hevc_chroma_compressed_size()539 return round_up(pic_width_in_cbsc * pic_height_in_cbsc, CBS_SIZE); in hantro_hevc_chroma_compressed_size()