Remove vp9_recon_mb{,y}

Use the common sb functions instead.

Change-Id: I4fa0a8ee3c6ada56271dd09bf895b97642f55858
This commit is contained in:
John Koleszar
2013-04-19 12:12:00 -07:00
parent d747986d29
commit 9ec0f658a1
4 changed files with 3 additions and 36 deletions

View File

@@ -115,7 +115,7 @@ void vp9_encode_intra16x16mby(VP9_COMMON *const cm, MACROBLOCK *x) {
break;
}
vp9_recon_mby(xd);
vp9_recon_sby(xd, BLOCK_SIZE_MB16X16);
}
void vp9_encode_intra16x16mbuv(VP9_COMMON *const cm, MACROBLOCK *x) {