summaryrefslogtreecommitdiff
path: root/vp10/encoder/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/encoder/block.h')
-rw-r--r--vp10/encoder/block.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/vp10/encoder/block.h b/vp10/encoder/block.h
index 9eff31a2e..cb2a234c9 100644
--- a/vp10/encoder/block.h
+++ b/vp10/encoder/block.h
@@ -132,13 +132,6 @@ struct macroblock {
// Strong color activity detection. Used in RTC coding mode to enhance
// the visual quality at the boundary of moving color objects.
uint8_t color_sensitivity[2];
-
- void (*fwd_txm4x4)(const int16_t *input, tran_low_t *output, int stride);
- void (*itxm_add)(const tran_low_t *input, uint8_t *dest, int stride, int eob);
-#if CONFIG_VP9_HIGHBITDEPTH
- void (*highbd_itxm_add)(const tran_low_t *input, uint8_t *dest, int stride,
- int eob, int bd);
-#endif
};
#ifdef __cplusplus