summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_if.c
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-10-22 13:09:36 -0700
committerDmitry Kovalev <dkovalev@google.com>2013-10-22 13:09:36 -0700
commitec414372e808269ded36f90e07a558e702e09212 (patch)
treed442de48543c765a7ecec76d15d14566dab7df10 /vp9/encoder/vp9_onyx_if.c
parent9f09618bd4d1b90b0897fa8ddcb0d3c73b3d9b25 (diff)
downloadlibvpx-ec414372e808269ded36f90e07a558e702e09212.tar
libvpx-ec414372e808269ded36f90e07a558e702e09212.tar.gz
libvpx-ec414372e808269ded36f90e07a558e702e09212.tar.bz2
libvpx-ec414372e808269ded36f90e07a558e702e09212.zip
Removing quantize_b_4x4 function pointer.
The pointer was asigned only once with vp9_regular_quantize_b_4x4, calling this function directly now. Also removing unused declarations: prototype_quantize_block prototype_quantize_block_pair prototype_quantize_mb vp9_regular_quantize_b_4x4_pair vp9_regular_quantize_b_8x8 Change-Id: I14325bc2f082336820671eafbc06126651b79f73
Diffstat (limited to 'vp9/encoder/vp9_onyx_if.c')
-rw-r--r--vp9/encoder/vp9_onyx_if.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c
index a2556f4e8..05b166219 100644
--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -964,8 +964,6 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
cpi->mb.fwd_txm4x4 = vp9_short_walsh4x4;
}
- cpi->mb.quantize_b_4x4 = vp9_regular_quantize_b_4x4;
-
if (cpi->sf.subpel_search_method == SUBPEL_ITERATIVE) {
cpi->find_fractional_mv_step = vp9_find_best_sub_pixel_iterative;
cpi->find_fractional_mv_step_comp = vp9_find_best_sub_pixel_comp_iterative;