RTCD: add subpixel functions

This commit continues the process of converting to the new RTCD
system.

Change-Id: I6c519ab61e4f4e0ebcc796f2df061f945c48cefe
This commit is contained in:
John Koleszar
2012-01-12 16:55:44 -08:00
parent 2a8f57f50d
commit f103dcefaf
26 changed files with 90 additions and 543 deletions

View File

@@ -42,7 +42,7 @@ int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred)
vp8_encode_intra16x16mby(rtcd, x);
vp8_inverse_transform_mby(&x->e_mbd, IF_RTCD(&cpi->common.rtcd));
vp8_inverse_transform_mby(&x->e_mbd);
}
else
{