From e58ed2fd6c05480efb12cd5a570987eff3d88c58 Mon Sep 17 00:00:00 2001
From: Tommy Thorn <tommy-git@thorn.ws>
Date: Fri, 5 Mar 2010 11:26:43 -0800
Subject: [PATCH 14/18] 12.3.3 x -> xsb, y -> ysb

---
 motion-dec.tex |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/motion-dec.tex b/motion-dec.tex
index 390260e..0e78d5b 100644
--- a/motion-dec.tex
+++ b/motion-dec.tex
@@ -253,7 +253,7 @@ The $prediction\_modes()$ process shall be defined as follows:
 \bsCODE{initialise\_arithmetic\_decoding(ctx\_labels)}{\ref{initarith}}
 \bsFOR{ysb=0}{\SuperblocksY-1}
     \bsFOR{xsb=0}{\SuperblocksX-1}
-        \bsCODE{block\_count = 2^{\SBSplit[y][x]}}
+        \bsCODE{block\_count = 2^{\SBSplit[ysb][xsb]}}
         \bsCODE{step = 4//block\_count }
         \bsFOR{q=0}{block\_count-1}
             \bsFOR{p=0}{block\_count-1}
-- 
1.7.0

