| OLD | NEW |
| 1 #ifndef VP9_RTCD_H_ | 1 #ifndef VP9_RTCD_H_ |
| 2 #define VP9_RTCD_H_ | 2 #define VP9_RTCD_H_ |
| 3 | 3 |
| 4 #ifdef RTCD_C | 4 #ifdef RTCD_C |
| 5 #define RTCD_EXTERN | 5 #define RTCD_EXTERN |
| 6 #else | 6 #else |
| 7 #define RTCD_EXTERN extern | 7 #define RTCD_EXTERN extern |
| 8 #endif | 8 #endif |
| 9 | 9 |
| 10 /* | 10 /* |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 | 97 |
| 98 void vp9_highbd_post_proc_down_and_across_c(const uint16_t *src_ptr, uint16_t *d
st_ptr, int src_pixels_per_line, int dst_pixels_per_line, int rows, int cols, in
t flimit); | 98 void vp9_highbd_post_proc_down_and_across_c(const uint16_t *src_ptr, uint16_t *d
st_ptr, int src_pixels_per_line, int dst_pixels_per_line, int rows, int cols, in
t flimit); |
| 99 #define vp9_highbd_post_proc_down_and_across vp9_highbd_post_proc_down_and_acros
s_c | 99 #define vp9_highbd_post_proc_down_and_across vp9_highbd_post_proc_down_and_acros
s_c |
| 100 | 100 |
| 101 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in
t skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qc
oeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr
, const int16_t *scan, const int16_t *iscan); | 101 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in
t skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qc
oeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr
, const int16_t *scan, const int16_t *iscan); |
| 102 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c | 102 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c |
| 103 | 103 |
| 104 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coef
fs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low
_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *e
ob_ptr, const int16_t *scan, const int16_t *iscan); | 104 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coef
fs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low
_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *e
ob_ptr, const int16_t *scan, const int16_t *iscan); |
| 105 #define vp9_highbd_quantize_fp_32x32 vp9_highbd_quantize_fp_32x32_c | 105 #define vp9_highbd_quantize_fp_32x32 vp9_highbd_quantize_fp_32x32_c |
| 106 | 106 |
| 107 void vp9_highbd_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, ui
nt8_t *frame2, unsigned int block_width, unsigned int block_height, int strength
, int filter_weight, unsigned int *accumulator, uint16_t *count); | 107 void vp9_highbd_temporal_filter_apply_c(const uint8_t *frame1, unsigned int stri
de, const uint8_t *frame2, unsigned int block_width, unsigned int block_height,
int strength, int filter_weight, unsigned int *accumulator, uint16_t *count); |
| 108 #define vp9_highbd_temporal_filter_apply vp9_highbd_temporal_filter_apply_c | 108 #define vp9_highbd_temporal_filter_apply vp9_highbd_temporal_filter_apply_c |
| 109 | 109 |
| 110 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch,
int tx_type); | 110 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch,
int tx_type); |
| 111 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c | 111 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c |
| 112 | 112 |
| 113 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int
tx_type); | 113 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int
tx_type); |
| 114 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c | 114 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c |
| 115 | 115 |
| 116 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int
tx_type); | 116 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int
tx_type); |
| 117 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c | 117 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c |
| 118 | 118 |
| 119 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_
block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_pt
r, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const
int16_t *scan, const int16_t *iscan); | 119 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_
block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_pt
r, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const
int16_t *scan, const int16_t *iscan); |
| 120 #define vp9_quantize_fp vp9_quantize_fp_c | 120 #define vp9_quantize_fp vp9_quantize_fp_c |
| 121 | 121 |
| 122 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int
skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco
eff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr,
const int16_t *scan, const int16_t *iscan); | 122 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int
skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco
eff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr,
const int16_t *scan, const int16_t *iscan); |
| 123 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c | 123 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c |
| 124 | 124 |
| 125 void vp9_scale_and_extend_frame_c(const struct yv12_buffer_config *src, struct y
v12_buffer_config *dst); | 125 void vp9_scale_and_extend_frame_c(const struct yv12_buffer_config *src, struct y
v12_buffer_config *dst); |
| 126 #define vp9_scale_and_extend_frame vp9_scale_and_extend_frame_c | 126 #define vp9_scale_and_extend_frame vp9_scale_and_extend_frame_c |
| 127 | 127 |
| 128 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *
frame2, unsigned int block_width, unsigned int block_height, int strength, int f
ilter_weight, unsigned int *accumulator, uint16_t *count); | 128 void vp9_temporal_filter_apply_c(const uint8_t *frame1, unsigned int stride, con
st uint8_t *frame2, unsigned int block_width, unsigned int block_height, int str
ength, int filter_weight, unsigned int *accumulator, uint16_t *count); |
| 129 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c | 129 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c |
| 130 | 130 |
| 131 void vp9_rtcd(void); | 131 void vp9_rtcd(void); |
| 132 | 132 |
| 133 #include "vpx_config.h" | 133 #include "vpx_config.h" |
| 134 | 134 |
| 135 #ifdef RTCD_C | 135 #ifdef RTCD_C |
| 136 static void setup_rtcd_internal(void) | 136 static void setup_rtcd_internal(void) |
| 137 { | 137 { |
| 138 } | 138 } |
| 139 #endif | 139 #endif |
| 140 | 140 |
| 141 #ifdef __cplusplus | 141 #ifdef __cplusplus |
| 142 } // extern "C" | 142 } // extern "C" |
| 143 #endif | 143 #endif |
| 144 | 144 |
| 145 #endif | 145 #endif |
| OLD | NEW |