Commit 5b872402 authored by Ronald S. Bultje's avatar Ronald S. Bultje
Browse files

Remove unused function vp9_build_inter4x4_predictors_mbuv().

Change-Id: Ibfd2def2c088f4bc541a1de25990d73480b53d4b
Showing with 0 additions and 7 deletions
...@@ -483,13 +483,6 @@ void vp9_build_inter_predictors_sb(MACROBLOCKD *xd, ...@@ -483,13 +483,6 @@ void vp9_build_inter_predictors_sb(MACROBLOCKD *xd,
vp9_build_inter_predictors_sbuv(xd, mi_row, mi_col, bsize); vp9_build_inter_predictors_sbuv(xd, mi_row, mi_col, bsize);
} }
/*encoder only*/
void vp9_build_inter4x4_predictors_mbuv(MACROBLOCKD *xd,
int mb_row, int mb_col) {
vp9_build_inter_predictors_sbuv(xd, mb_row, mb_col,
BLOCK_SIZE_MB16X16);
}
// TODO(dkovalev: find better place for this function) // TODO(dkovalev: find better place for this function)
void vp9_setup_scale_factors(VP9_COMMON *cm, int i) { void vp9_setup_scale_factors(VP9_COMMON *cm, int i) {
const int ref = cm->active_ref_idx[i]; const int ref = cm->active_ref_idx[i];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment