vp8_rtcd.h 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. // This file is generated. Do not edit.
  2. #ifndef VP8_RTCD_H_
  3. #define VP8_RTCD_H_
  4. #ifdef RTCD_C
  5. #define RTCD_EXTERN
  6. #else
  7. #define RTCD_EXTERN extern
  8. #endif
  9. /*
  10. * VP8
  11. */
  12. struct blockd;
  13. struct macroblockd;
  14. struct loop_filter_info;
  15. /* Encoder forward decls */
  16. struct block;
  17. struct macroblock;
  18. struct variance_vtable;
  19. union int_mv;
  20. struct yv12_buffer_config;
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24. void vp8_bilinear_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  25. void vp8_bilinear_predict16x16_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  26. void vp8_bilinear_predict16x16_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  27. RTCD_EXTERN void (*vp8_bilinear_predict16x16)(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  28. void vp8_bilinear_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  29. void vp8_bilinear_predict4x4_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  30. #define vp8_bilinear_predict4x4 vp8_bilinear_predict4x4_sse2
  31. void vp8_bilinear_predict8x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  32. void vp8_bilinear_predict8x4_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  33. #define vp8_bilinear_predict8x4 vp8_bilinear_predict8x4_sse2
  34. void vp8_bilinear_predict8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  35. void vp8_bilinear_predict8x8_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  36. void vp8_bilinear_predict8x8_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  37. RTCD_EXTERN void (*vp8_bilinear_predict8x8)(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  38. void vp8_blend_b_c(unsigned char *y, unsigned char *u, unsigned char *v, int y_1, int u_1, int v_1, int alpha, int stride);
  39. #define vp8_blend_b vp8_blend_b_c
  40. void vp8_blend_mb_inner_c(unsigned char *y, unsigned char *u, unsigned char *v, int y_1, int u_1, int v_1, int alpha, int stride);
  41. #define vp8_blend_mb_inner vp8_blend_mb_inner_c
  42. void vp8_blend_mb_outer_c(unsigned char *y, unsigned char *u, unsigned char *v, int y_1, int u_1, int v_1, int alpha, int stride);
  43. #define vp8_blend_mb_outer vp8_blend_mb_outer_c
  44. int vp8_block_error_c(short *coeff, short *dqcoeff);
  45. int vp8_block_error_sse2(short *coeff, short *dqcoeff);
  46. #define vp8_block_error vp8_block_error_sse2
  47. void vp8_copy32xn_c(const unsigned char *src_ptr, int src_stride, unsigned char *dst_ptr, int dst_stride, int height);
  48. void vp8_copy32xn_sse2(const unsigned char *src_ptr, int src_stride, unsigned char *dst_ptr, int dst_stride, int height);
  49. void vp8_copy32xn_sse3(const unsigned char *src_ptr, int src_stride, unsigned char *dst_ptr, int dst_stride, int height);
  50. RTCD_EXTERN void (*vp8_copy32xn)(const unsigned char *src_ptr, int src_stride, unsigned char *dst_ptr, int dst_stride, int height);
  51. void vp8_copy_mem16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride);
  52. void vp8_copy_mem16x16_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride);
  53. #define vp8_copy_mem16x16 vp8_copy_mem16x16_sse2
  54. void vp8_copy_mem8x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride);
  55. void vp8_copy_mem8x4_mmx(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride);
  56. #define vp8_copy_mem8x4 vp8_copy_mem8x4_mmx
  57. void vp8_copy_mem8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride);
  58. void vp8_copy_mem8x8_mmx(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride);
  59. #define vp8_copy_mem8x8 vp8_copy_mem8x8_mmx
  60. void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride);
  61. void vp8_dc_only_idct_add_mmx(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride);
  62. #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx
  63. int vp8_denoiser_filter_c(unsigned char *mc_running_avg_y, int mc_avg_y_stride, unsigned char *running_avg_y, int avg_y_stride, unsigned char *sig, int sig_stride, unsigned int motion_magnitude, int increase_denoising);
  64. int vp8_denoiser_filter_sse2(unsigned char *mc_running_avg_y, int mc_avg_y_stride, unsigned char *running_avg_y, int avg_y_stride, unsigned char *sig, int sig_stride, unsigned int motion_magnitude, int increase_denoising);
  65. #define vp8_denoiser_filter vp8_denoiser_filter_sse2
  66. int vp8_denoiser_filter_uv_c(unsigned char *mc_running_avg, int mc_avg_stride, unsigned char *running_avg, int avg_stride, unsigned char *sig, int sig_stride, unsigned int motion_magnitude, int increase_denoising);
  67. int vp8_denoiser_filter_uv_sse2(unsigned char *mc_running_avg, int mc_avg_stride, unsigned char *running_avg, int avg_stride, unsigned char *sig, int sig_stride, unsigned int motion_magnitude, int increase_denoising);
  68. #define vp8_denoiser_filter_uv vp8_denoiser_filter_uv_sse2
  69. void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest, int stride);
  70. void vp8_dequant_idct_add_mmx(short *input, short *dq, unsigned char *dest, int stride);
  71. #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx
  72. void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
  73. void vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
  74. #define vp8_dequant_idct_add_uv_block vp8_dequant_idct_add_uv_block_sse2
  75. void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
  76. void vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
  77. #define vp8_dequant_idct_add_y_block vp8_dequant_idct_add_y_block_sse2
  78. void vp8_dequantize_b_c(struct blockd*, short *DQC);
  79. void vp8_dequantize_b_mmx(struct blockd*, short *DQC);
  80. #define vp8_dequantize_b vp8_dequantize_b_mmx
  81. int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  82. int vp8_diamond_search_sadx4(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  83. #define vp8_diamond_search_sad vp8_diamond_search_sadx4
  84. void vp8_fast_quantize_b_c(struct block *, struct blockd *);
  85. void vp8_fast_quantize_b_sse2(struct block *, struct blockd *);
  86. void vp8_fast_quantize_b_ssse3(struct block *, struct blockd *);
  87. RTCD_EXTERN void (*vp8_fast_quantize_b)(struct block *, struct blockd *);
  88. void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
  89. void vp8_filter_by_weight16x16_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
  90. #define vp8_filter_by_weight16x16 vp8_filter_by_weight16x16_sse2
  91. void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
  92. #define vp8_filter_by_weight4x4 vp8_filter_by_weight4x4_c
  93. void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
  94. void vp8_filter_by_weight8x8_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
  95. #define vp8_filter_by_weight8x8 vp8_filter_by_weight8x8_sse2
  96. int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  97. int vp8_full_search_sadx3(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  98. int vp8_full_search_sadx8(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  99. RTCD_EXTERN int (*vp8_full_search_sad)(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  100. void vp8_loop_filter_bh_c(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi);
  101. void vp8_loop_filter_bh_sse2(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi);
  102. #define vp8_loop_filter_bh vp8_loop_filter_bh_sse2
  103. void vp8_loop_filter_bv_c(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi);
  104. void vp8_loop_filter_bv_sse2(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi);
  105. #define vp8_loop_filter_bv vp8_loop_filter_bv_sse2
  106. void vp8_loop_filter_mbh_c(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi);
  107. void vp8_loop_filter_mbh_sse2(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi);
  108. #define vp8_loop_filter_mbh vp8_loop_filter_mbh_sse2
  109. void vp8_loop_filter_mbv_c(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi);
  110. void vp8_loop_filter_mbv_sse2(unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi);
  111. #define vp8_loop_filter_mbv vp8_loop_filter_mbv_sse2
  112. void vp8_loop_filter_bhs_c(unsigned char *y_ptr, int y_stride, const unsigned char *blimit);
  113. void vp8_loop_filter_bhs_sse2(unsigned char *y_ptr, int y_stride, const unsigned char *blimit);
  114. #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_sse2
  115. void vp8_loop_filter_bvs_c(unsigned char *y_ptr, int y_stride, const unsigned char *blimit);
  116. void vp8_loop_filter_bvs_sse2(unsigned char *y_ptr, int y_stride, const unsigned char *blimit);
  117. #define vp8_loop_filter_simple_bv vp8_loop_filter_bvs_sse2
  118. void vp8_loop_filter_simple_horizontal_edge_c(unsigned char *y_ptr, int y_stride, const unsigned char *blimit);
  119. void vp8_loop_filter_simple_horizontal_edge_sse2(unsigned char *y_ptr, int y_stride, const unsigned char *blimit);
  120. #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_sse2
  121. void vp8_loop_filter_simple_vertical_edge_c(unsigned char *y_ptr, int y_stride, const unsigned char *blimit);
  122. void vp8_loop_filter_simple_vertical_edge_sse2(unsigned char *y_ptr, int y_stride, const unsigned char *blimit);
  123. #define vp8_loop_filter_simple_mbv vp8_loop_filter_simple_vertical_edge_sse2
  124. int vp8_mbblock_error_c(struct macroblock *mb, int dc);
  125. int vp8_mbblock_error_sse2(struct macroblock *mb, int dc);
  126. #define vp8_mbblock_error vp8_mbblock_error_sse2
  127. int vp8_mbuverror_c(struct macroblock *mb);
  128. int vp8_mbuverror_sse2(struct macroblock *mb);
  129. #define vp8_mbuverror vp8_mbuverror_sse2
  130. int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int error_per_bit, int search_range, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  131. int vp8_refining_search_sadx4(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int error_per_bit, int search_range, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
  132. #define vp8_refining_search_sad vp8_refining_search_sadx4
  133. void vp8_regular_quantize_b_c(struct block *, struct blockd *);
  134. void vp8_regular_quantize_b_sse2(struct block *, struct blockd *);
  135. void vp8_regular_quantize_b_sse4_1(struct block *, struct blockd *);
  136. RTCD_EXTERN void (*vp8_regular_quantize_b)(struct block *, struct blockd *);
  137. void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
  138. void vp8_short_fdct4x4_sse2(short *input, short *output, int pitch);
  139. #define vp8_short_fdct4x4 vp8_short_fdct4x4_sse2
  140. void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
  141. void vp8_short_fdct8x4_sse2(short *input, short *output, int pitch);
  142. #define vp8_short_fdct8x4 vp8_short_fdct8x4_sse2
  143. void vp8_short_idct4x4llm_c(short *input, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride);
  144. void vp8_short_idct4x4llm_mmx(short *input, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride);
  145. #define vp8_short_idct4x4llm vp8_short_idct4x4llm_mmx
  146. void vp8_short_inv_walsh4x4_c(short *input, short *mb_dqcoeff);
  147. void vp8_short_inv_walsh4x4_sse2(short *input, short *mb_dqcoeff);
  148. #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_sse2
  149. void vp8_short_inv_walsh4x4_1_c(short *input, short *mb_dqcoeff);
  150. #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c
  151. void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
  152. void vp8_short_walsh4x4_sse2(short *input, short *output, int pitch);
  153. #define vp8_short_walsh4x4 vp8_short_walsh4x4_sse2
  154. void vp8_sixtap_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  155. void vp8_sixtap_predict16x16_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  156. void vp8_sixtap_predict16x16_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  157. RTCD_EXTERN void (*vp8_sixtap_predict16x16)(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  158. void vp8_sixtap_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  159. void vp8_sixtap_predict4x4_mmx(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  160. void vp8_sixtap_predict4x4_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  161. RTCD_EXTERN void (*vp8_sixtap_predict4x4)(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  162. void vp8_sixtap_predict8x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  163. void vp8_sixtap_predict8x4_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  164. void vp8_sixtap_predict8x4_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  165. RTCD_EXTERN void (*vp8_sixtap_predict8x4)(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  166. void vp8_sixtap_predict8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  167. void vp8_sixtap_predict8x8_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  168. void vp8_sixtap_predict8x8_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  169. RTCD_EXTERN void (*vp8_sixtap_predict8x8)(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
  170. void vp8_temporal_filter_apply_c(unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count);
  171. void vp8_temporal_filter_apply_sse2(unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count);
  172. #define vp8_temporal_filter_apply vp8_temporal_filter_apply_sse2
  173. void vp8_rtcd(void);
  174. #ifdef RTCD_C
  175. #include "vpx_ports/x86.h"
  176. static void setup_rtcd_internal(void)
  177. {
  178. int flags = x86_simd_caps();
  179. (void)flags;
  180. vp8_bilinear_predict16x16 = vp8_bilinear_predict16x16_sse2;
  181. if (flags & HAS_SSSE3) vp8_bilinear_predict16x16 = vp8_bilinear_predict16x16_ssse3;
  182. vp8_bilinear_predict8x8 = vp8_bilinear_predict8x8_sse2;
  183. if (flags & HAS_SSSE3) vp8_bilinear_predict8x8 = vp8_bilinear_predict8x8_ssse3;
  184. vp8_copy32xn = vp8_copy32xn_sse2;
  185. if (flags & HAS_SSE3) vp8_copy32xn = vp8_copy32xn_sse3;
  186. vp8_fast_quantize_b = vp8_fast_quantize_b_sse2;
  187. if (flags & HAS_SSSE3) vp8_fast_quantize_b = vp8_fast_quantize_b_ssse3;
  188. vp8_full_search_sad = vp8_full_search_sad_c;
  189. if (flags & HAS_SSE3) vp8_full_search_sad = vp8_full_search_sadx3;
  190. if (flags & HAS_SSE4_1) vp8_full_search_sad = vp8_full_search_sadx8;
  191. vp8_regular_quantize_b = vp8_regular_quantize_b_sse2;
  192. if (flags & HAS_SSE4_1) vp8_regular_quantize_b = vp8_regular_quantize_b_sse4_1;
  193. vp8_sixtap_predict16x16 = vp8_sixtap_predict16x16_sse2;
  194. if (flags & HAS_SSSE3) vp8_sixtap_predict16x16 = vp8_sixtap_predict16x16_ssse3;
  195. vp8_sixtap_predict4x4 = vp8_sixtap_predict4x4_mmx;
  196. if (flags & HAS_SSSE3) vp8_sixtap_predict4x4 = vp8_sixtap_predict4x4_ssse3;
  197. vp8_sixtap_predict8x4 = vp8_sixtap_predict8x4_sse2;
  198. if (flags & HAS_SSSE3) vp8_sixtap_predict8x4 = vp8_sixtap_predict8x4_ssse3;
  199. vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_sse2;
  200. if (flags & HAS_SSSE3) vp8_sixtap_predict8x8 = vp8_sixtap_predict8x8_ssse3;
  201. }
  202. #endif
  203. #ifdef __cplusplus
  204. } // extern "C"
  205. #endif
  206. #endif