Rename vp8_intra4x4_predict_d

predict_d has become canonical. Remove previous helper function.

Disable ARM assembly pending update.

Change-Id: Idd84ac8a28f9b0221ea97904a77de1e705d06a7d
This commit is contained in:
Johann
2012-08-01 11:17:57 -07:00
parent 41aede61e9
commit a497cb59cd
8 changed files with 17 additions and 34 deletions

View File

@@ -205,8 +205,8 @@ static void mt_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd,
else
top_left = Above[-1];
vp8_intra4x4_predict_d(Above, yleft, left_stride,
b_mode, dst, dst_stride, top_left);
vp8_intra4x4_predict(Above, yleft, left_stride,
b_mode, dst, dst_stride, top_left);
if (xd->eobs[i] )
{