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

Side by Side Diff: source/config/linux/arm/vp9_rtcd.h

Issue 232133009: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 8 months 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/linux/arm/vp8_rtcd.h ('k') | source/config/linux/arm/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 #ifdef __cplusplus 10 #ifdef __cplusplus
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 217
218 int vp9_full_search_sad_c(const struct macroblock *x, const struct mv *ref_mv, i nt sad_per_bit, int distance, const struct vp9_variance_vtable *fn_ptr, DEC_MVCO STS, const struct mv *center_mv, struct mv *best_mv); 218 int vp9_full_search_sad_c(const struct macroblock *x, const struct mv *ref_mv, i nt sad_per_bit, int distance, const struct vp9_variance_vtable *fn_ptr, DEC_MVCO STS, const struct mv *center_mv, struct mv *best_mv);
219 #define vp9_full_search_sad vp9_full_search_sad_c 219 #define vp9_full_search_sad vp9_full_search_sad_c
220 220
221 void vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride); 221 void vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride);
222 #define vp9_fwht4x4 vp9_fwht4x4_c 222 #define vp9_fwht4x4 vp9_fwht4x4_c
223 223
224 unsigned int vp9_get_mb_ss_c(const int16_t *); 224 unsigned int vp9_get_mb_ss_c(const int16_t *);
225 #define vp9_get_mb_ss vp9_get_mb_ss_c 225 #define vp9_get_mb_ss vp9_get_mb_ss_c
226 226
227 void vp9_get_sse_sum_16x16_c(const uint8_t *src_ptr, int source_stride, const ui nt8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
228 #define vp9_get_sse_sum_16x16 vp9_get_sse_sum_16x16_c
229
227 void vp9_get_sse_sum_8x8_c(const uint8_t *src_ptr, int source_stride, const uint 8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); 230 void vp9_get_sse_sum_8x8_c(const uint8_t *src_ptr, int source_stride, const uint 8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
228 #define vp9_get_sse_sum_8x8 vp9_get_sse_sum_8x8_c 231 #define vp9_get_sse_sum_8x8 vp9_get_sse_sum_8x8_c
229 232
230 void vp9_h_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left); 233 void vp9_h_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left);
231 #define vp9_h_predictor_16x16 vp9_h_predictor_16x16_c 234 #define vp9_h_predictor_16x16 vp9_h_predictor_16x16_c
232 235
233 void vp9_h_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left); 236 void vp9_h_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left);
234 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c 237 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c
235 238
236 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov e, const uint8_t *left); 239 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov e, const uint8_t *left);
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 unsigned int vp9_variance_halfpixvar64x64_h_c(const uint8_t *src_ptr, int source _stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); 683 unsigned int vp9_variance_halfpixvar64x64_h_c(const uint8_t *src_ptr, int source _stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
681 #define vp9_variance_halfpixvar64x64_h vp9_variance_halfpixvar64x64_h_c 684 #define vp9_variance_halfpixvar64x64_h vp9_variance_halfpixvar64x64_h_c
682 685
683 unsigned int vp9_variance_halfpixvar64x64_hv_c(const uint8_t *src_ptr, int sourc e_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); 686 unsigned int vp9_variance_halfpixvar64x64_hv_c(const uint8_t *src_ptr, int sourc e_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
684 #define vp9_variance_halfpixvar64x64_hv vp9_variance_halfpixvar64x64_hv_c 687 #define vp9_variance_halfpixvar64x64_hv vp9_variance_halfpixvar64x64_hv_c
685 688
686 unsigned int vp9_variance_halfpixvar64x64_v_c(const uint8_t *src_ptr, int source _stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); 689 unsigned int vp9_variance_halfpixvar64x64_v_c(const uint8_t *src_ptr, int source _stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
687 #define vp9_variance_halfpixvar64x64_v vp9_variance_halfpixvar64x64_v_c 690 #define vp9_variance_halfpixvar64x64_v vp9_variance_halfpixvar64x64_v_c
688 691
689 void vp9_rtcd(void); 692 void vp9_rtcd(void);
693
690 #include "vpx_config.h" 694 #include "vpx_config.h"
691 695
692 #ifdef RTCD_C 696 #ifdef RTCD_C
693 #include "vpx_ports/arm.h" 697 #include "vpx_ports/arm.h"
694 static void setup_rtcd_internal(void) 698 static void setup_rtcd_internal(void)
695 { 699 {
696 int flags = arm_cpu_caps(); 700 int flags = arm_cpu_caps();
697 701
698 (void)flags; 702 (void)flags;
699 703
700
701 } 704 }
702 #endif 705 #endif
703 706
704 #ifdef __cplusplus 707 #ifdef __cplusplus
705 } // extern "C" 708 } // extern "C"
706 #endif 709 #endif
707 710
708 #endif 711 #endif
OLDNEW
« no previous file with comments | « source/config/linux/arm/vp8_rtcd.h ('k') | source/config/linux/arm/vpx_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698