]> granicus.if.org Git - libvpx/blobdiff - test/active_map_refresh_test.cc
test: apply clang-format
[libvpx] / test / active_map_refresh_test.cc
index c94566143be43d3bb38a241fcc949673b5833086..6ebab9101b6f1e08c201315ce1f147c84ee196f0 100644 (file)
@@ -17,8 +17,8 @@
 namespace {
 
 // Check if any pixel in a 16x16 macroblock varies between frames.
-int CheckMb(const vpx_image_t &current, const vpx_image_t &previous,
-            int mb_r, int mb_c) {
+int CheckMb(const vpx_image_t &current, const vpx_image_t &previous, int mb_r,
+            int mb_c) {
   for (int plane = 0; plane < 3; plane++) {
     int r = 16 * mb_r;
     int c0 = 16 * mb_c;