Remove vp9_recon_intra_mbuv
Use common vp9_recon_sbuv instead. Change-Id: I146f79adfdfda2b52257a52fa783727f12afa246
This commit is contained in:
@@ -146,7 +146,7 @@ void vp9_encode_intra16x16mbuv(VP9_COMMON *const cm, MACROBLOCK *x) {
|
||||
break;
|
||||
}
|
||||
|
||||
vp9_recon_intra_mbuv(xd);
|
||||
vp9_recon_sbuv(xd, BLOCK_SIZE_MB16X16);
|
||||
}
|
||||
|
||||
void vp9_encode_intra8x8(MACROBLOCK *x, int ib) {
|
||||
|
Reference in New Issue
Block a user