From 079e5755b37cd7936c5bd36849fffd8e390fb499 Mon Sep 17 00:00:00 2001
From: Tommy Thorn <tommy-git@thorn.ws>
Date: Fri, 5 Mar 2010 11:28:38 -0800
Subject: [PATCH 16/18] 12.3.5 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 c2cd41a..08ce55c 100644
--- a/motion-dec.tex
+++ b/motion-dec.tex
@@ -361,7 +361,7 @@ The DV value process shall decode the DC values for a intra blocks for a given v
 \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

