| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 | 205 |
| 206 void vp9_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride); | 206 void vp9_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride); |
| 207 #define vp9_fdct4x4_1 vp9_fdct4x4_1_c | 207 #define vp9_fdct4x4_1 vp9_fdct4x4_1_c |
| 208 | 208 |
| 209 void vp9_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); | 209 void vp9_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); |
| 210 #define vp9_fdct8x8 vp9_fdct8x8_c | 210 #define vp9_fdct8x8 vp9_fdct8x8_c |
| 211 | 211 |
| 212 void vp9_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); | 212 void vp9_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); |
| 213 #define vp9_fdct8x8_1 vp9_fdct8x8_1_c | 213 #define vp9_fdct8x8_1 vp9_fdct8x8_1_c |
| 214 | 214 |
| 215 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr
, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *rou
nd_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qc
oeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value
, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); | 215 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr
, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *rou
nd_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_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); |
| 216 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_c | 216 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_c |
| 217 | 217 |
| 218 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx
_type); | 218 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx
_type); |
| 219 #define vp9_fht16x16 vp9_fht16x16_c | 219 #define vp9_fht16x16 vp9_fht16x16_c |
| 220 | 220 |
| 221 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_t
ype); | 221 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_t
ype); |
| 222 #define vp9_fht4x4 vp9_fht4x4_c | 222 #define vp9_fht4x4 vp9_fht4x4_c |
| 223 | 223 |
| 224 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_t
ype); | 224 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_t
ype); |
| 225 #define vp9_fht8x8 vp9_fht8x8_c | 225 #define vp9_fht8x8 vp9_fht8x8_c |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 | 340 |
| 341 unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int recon_stride, unsigned int *sse); | 341 unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int recon_stride, unsigned int *sse); |
| 342 #define vp9_mse16x8 vp9_mse16x8_c | 342 #define vp9_mse16x8 vp9_mse16x8_c |
| 343 | 343 |
| 344 unsigned int vp9_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int recon_stride, unsigned int *sse); | 344 unsigned int vp9_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int recon_stride, unsigned int *sse); |
| 345 #define vp9_mse8x16 vp9_mse8x16_c | 345 #define vp9_mse8x16 vp9_mse8x16_c |
| 346 | 346 |
| 347 unsigned int vp9_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint
8_t *ref_ptr, int recon_stride, unsigned int *sse); | 347 unsigned int vp9_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint
8_t *ref_ptr, int recon_stride, unsigned int *sse); |
| 348 #define vp9_mse8x8 vp9_mse8x8_c | 348 #define vp9_mse8x8 vp9_mse8x8_c |
| 349 | 349 |
| 350 void vp9_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_b
lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_pt
r, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_p
tr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int1
6_t *scan, const int16_t *iscan); | 350 void vp9_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_b
lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_pt
r, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_p
tr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const in
t16_t *iscan); |
| 351 #define vp9_quantize_b vp9_quantize_b_c | 351 #define vp9_quantize_b vp9_quantize_b_c |
| 352 | 352 |
| 353 void vp9_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int
skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *qu
ant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqc
oeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, cons
t int16_t *scan, const int16_t *iscan); | 353 void vp9_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int
skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *qu
ant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqc
oeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, co
nst int16_t *iscan); |
| 354 #define vp9_quantize_b_32x32 vp9_quantize_b_32x32_c | 354 #define vp9_quantize_b_32x32 vp9_quantize_b_32x32_c |
| 355 | 355 |
| 356 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_
block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_p
tr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_
ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int
16_t *scan, const int16_t *iscan); | 356 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_
block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_p
tr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_
ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const i
nt16_t *iscan); |
| 357 #define vp9_quantize_fp vp9_quantize_fp_c | 357 #define vp9_quantize_fp vp9_quantize_fp_c |
| 358 | 358 |
| 359 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int
skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *q
uant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dq
coeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, con
st int16_t *scan, const int16_t *iscan); | 359 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int
skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *q
uant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dq
coeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, c
onst int16_t *iscan); |
| 360 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c | 360 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c |
| 361 | 361 |
| 362 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int ref_stride); | 362 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int ref_stride); |
| 363 #define vp9_sad16x16 vp9_sad16x16_c | 363 #define vp9_sad16x16 vp9_sad16x16_c |
| 364 | 364 |
| 365 unsigned int vp9_sad16x16_avg_c(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); | 365 unsigned int vp9_sad16x16_avg_c(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 366 #define vp9_sad16x16_avg vp9_sad16x16_avg_c | 366 #define vp9_sad16x16_avg vp9_sad16x16_avg_c |
| 367 | 367 |
| 368 void vp9_sad16x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *
ref_ptr, int ref_stride, unsigned int *sad_array); | 368 void vp9_sad16x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *
ref_ptr, int ref_stride, unsigned int *sad_array); |
| 369 #define vp9_sad16x16x3 vp9_sad16x16x3_c | 369 #define vp9_sad16x16x3 vp9_sad16x16x3_c |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 static void setup_rtcd_internal(void) | 679 static void setup_rtcd_internal(void) |
| 680 { | 680 { |
| 681 } | 681 } |
| 682 #endif | 682 #endif |
| 683 | 683 |
| 684 #ifdef __cplusplus | 684 #ifdef __cplusplus |
| 685 } // extern "C" | 685 } // extern "C" |
| 686 #endif | 686 #endif |
| 687 | 687 |
| 688 #endif | 688 #endif |
| OLD | NEW |