Searched refs:MB_SIZE (Results 1 – 2 of 2) sorted by relevance
186 MB_SIZE=`echo "$SLOAD_LOG" | grep "Max image size" | awk '{print $5}'`187 SIZE=$(((MB_SIZE + 6) * 1024 * 1024))
1048 const MB_SIZE: u32 = 16; in resolution() constant1050 let mb_width = (width + MB_SIZE - 1) / MB_SIZE; in resolution()1051 let mb_height = (height + MB_SIZE - 1) / MB_SIZE; in resolution()1056 let compressed_width = mb_width * MB_SIZE; in resolution()1057 let compressed_height = mb_height * MB_SIZE; in resolution()