From 68820f0e534196040f547ea1c7cb4e5b35fa89e8 Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 14 Aug 2023 17:34:01 -0700 Subject: [PATCH] webp-lossless-bitstream-spec: normalize pixel ref x, y -> (x, y) Bug: webp:611 Change-Id: Ic25ae76a9978156e7cd67ad17432ee1a1e172641 --- doc/webp-lossless-bitstream-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/webp-lossless-bitstream-spec.txt b/doc/webp-lossless-bitstream-spec.txt index 3fb6089f..3d8a283f 100644 --- a/doc/webp-lossless-bitstream-spec.txt +++ b/doc/webp-lossless-bitstream-spec.txt @@ -247,7 +247,7 @@ the 14 predictors is used for all the `block_width * block_height` pixels within a particular block of the ARGB image. This subresolution image is encoded using the same techniques described in [Chapter 5](#image-data). -For a pixel _x, y_, one can compute the respective filter block address by: +For a pixel (x, y), one can compute the respective filter block address by: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int block_index = (y >> size_bits) * block_xsize +