aboutsummaryrefslogtreecommitdiff
path: root/encoder/svc/isvce_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'encoder/svc/isvce_structs.h')
-rw-r--r--encoder/svc/isvce_structs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/encoder/svc/isvce_structs.h b/encoder/svc/isvce_structs.h
index 9d8f6c5..68619bc 100644
--- a/encoder/svc/isvce_structs.h
+++ b/encoder/svc/isvce_structs.h
@@ -1958,10 +1958,6 @@ typedef struct inter_pred_fxns_t
typedef struct mem_fxns_t
{
- FT_MEMCPY *pf_mem_cpy;
-
- FT_MEMSET *pf_mem_set;
-
FT_MEMCPY *pf_mem_cpy_mul8;
FT_MEMSET *pf_mem_set_mul8;
@@ -1970,10 +1966,6 @@ typedef struct mem_fxns_t
FT_MEMSET_2D *pf_memset_2d;
- FT_16BIT_INTERLEAVED_COPY *pf_16bit_interleaved_copy;
-
- FT_16BIT_INTERLEAVED_MEMSET *pf_16bit_interleaved_memset;
-
FT_NONZERO_CHECKER *pf_nonzero_checker;
} mem_fxns_t;