Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(336)

Side by Side Diff: source/config/nacl/vp9_rtcd.h

Issue 756673003: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « source/config/nacl/vp8_rtcd.h ('k') | source/config/nacl/vpx_config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 202
203 void vp9_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride); 203 void vp9_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride);
204 #define vp9_fdct4x4_1 vp9_fdct4x4_1_c 204 #define vp9_fdct4x4_1 vp9_fdct4x4_1_c
205 205
206 void vp9_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 206 void vp9_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
207 #define vp9_fdct8x8 vp9_fdct8x8_c 207 #define vp9_fdct8x8 vp9_fdct8x8_c
208 208
209 void vp9_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); 209 void vp9_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride);
210 #define vp9_fdct8x8_1 vp9_fdct8x8_1_c 210 #define vp9_fdct8x8_1 vp9_fdct8x8_1_c
211 211
212 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);
213 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_c
214
212 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx _type); 215 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx _type);
213 #define vp9_fht16x16 vp9_fht16x16_c 216 #define vp9_fht16x16 vp9_fht16x16_c
214 217
215 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_t ype); 218 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_t ype);
216 #define vp9_fht4x4 vp9_fht4x4_c 219 #define vp9_fht4x4 vp9_fht4x4_c
217 220
218 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_t ype); 221 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_t ype);
219 #define vp9_fht8x8 vp9_fht8x8_c 222 #define vp9_fht8x8 vp9_fht8x8_c
220 223
221 int vp9_full_range_search_c(const struct macroblock *x, const struct search_site _config *cfg, struct mv *ref_mv, struct mv *best_mv, int search_param, int sad_p er_bit, int *num00, const struct vp9_variance_vtable *fn_ptr, const struct mv *c enter_mv); 224 int vp9_full_range_search_c(const struct macroblock *x, const struct search_site _config *cfg, struct mv *ref_mv, struct mv *best_mv, int search_param, int sad_p er_bit, int *num00, const struct vp9_variance_vtable *fn_ptr, const struct mv *c enter_mv);
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 349
347 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); 350 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);
348 #define vp9_quantize_b_32x32 vp9_quantize_b_32x32_c 351 #define vp9_quantize_b_32x32 vp9_quantize_b_32x32_c
349 352
350 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); 353 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);
351 #define vp9_quantize_fp vp9_quantize_fp_c 354 #define vp9_quantize_fp vp9_quantize_fp_c
352 355
353 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); 356 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);
354 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c 357 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c
355 358
356 int vp9_refining_search_sad_c(const struct macroblock *x, struct mv *ref_mv, int sad_per_bit, int distance, const struct vp9_variance_vtable *fn_ptr, const stru ct mv *center_mv);
357 #define vp9_refining_search_sad vp9_refining_search_sad_c
358
359 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uin t8_t *ref_ptr, int ref_stride); 359 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uin t8_t *ref_ptr, int ref_stride);
360 #define vp9_sad16x16 vp9_sad16x16_c 360 #define vp9_sad16x16 vp9_sad16x16_c
361 361
362 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); 362 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);
363 #define vp9_sad16x16_avg vp9_sad16x16_avg_c 363 #define vp9_sad16x16_avg vp9_sad16x16_avg_c
364 364
365 void vp9_sad16x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t * ref_ptr, int ref_stride, unsigned int *sad_array); 365 void vp9_sad16x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t * ref_ptr, int ref_stride, unsigned int *sad_array);
366 #define vp9_sad16x16x3 vp9_sad16x16x3_c 366 #define vp9_sad16x16x3 vp9_sad16x16x3_c
367 367
368 void vp9_sad16x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t* c onst ref_ptr[], int ref_stride, unsigned int *sad_array); 368 void vp9_sad16x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t* c onst ref_ptr[], int ref_stride, unsigned int *sad_array);
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 static void setup_rtcd_internal(void) 676 static void setup_rtcd_internal(void)
677 { 677 {
678 } 678 }
679 #endif 679 #endif
680 680
681 #ifdef __cplusplus 681 #ifdef __cplusplus
682 } // extern "C" 682 } // extern "C"
683 #endif 683 #endif
684 684
685 #endif 685 #endif
OLDNEW
« no previous file with comments | « source/config/nacl/vp8_rtcd.h ('k') | source/config/nacl/vpx_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698