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

Side by Side Diff: source/config/win/x64/vp8_rtcd.h

Issue 290653003: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 7 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
OLDNEW
1 #ifndef VP8_RTCD_H_ 1 #ifndef VP8_RTCD_H_
2 #define VP8_RTCD_H_ 2 #define VP8_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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 #define vp8_copy_mem8x4 vp8_copy_mem8x4_mmx 89 #define vp8_copy_mem8x4 vp8_copy_mem8x4_mmx
90 90
91 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, in t dst_pitch); 91 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, in t dst_pitch);
92 void vp8_copy_mem8x8_mmx(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch); 92 void vp8_copy_mem8x8_mmx(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
93 #define vp8_copy_mem8x8 vp8_copy_mem8x8_mmx 93 #define vp8_copy_mem8x8 vp8_copy_mem8x8_mmx
94 94
95 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, u nsigned char *dst, int dst_stride); 95 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, u nsigned char *dst, int dst_stride);
96 void vp8_dc_only_idct_add_mmx(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 96 void vp8_dc_only_idct_add_mmx(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
97 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx 97 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx
98 98
99 int vp8_denoiser_filter_c(struct yv12_buffer_config* mc_running_avg, struct yv12 _buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magn itude2, int y_offset, int uv_offset); 99 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_stri de, unsigned int motion_magnitude);
100 int vp8_denoiser_filter_sse2(struct yv12_buffer_config* mc_running_avg, struct y v12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_m agnitude2, int y_offset, int uv_offset); 100 int vp8_denoiser_filter_sse2(unsigned char *mc_running_avg_y, int mc_avg_y_strid e, unsigned char *running_avg_y, int avg_y_stride, unsigned char *sig, int sig_s tride, unsigned int motion_magnitude);
101 #define vp8_denoiser_filter vp8_denoiser_filter_sse2 101 #define vp8_denoiser_filter vp8_denoiser_filter_sse2
102 102
103 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 103 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
104 void vp8_dequant_idct_add_mmx(short *input, short *dq, unsigned char *output, in t stride); 104 void vp8_dequant_idct_add_mmx(short *input, short *dq, unsigned char *output, in t stride);
105 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx 105 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx
106 106
107 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs); 107 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
108 void vp8_dequant_idct_add_uv_block_mmx(short *q, short *dq, unsigned char *dst_u , unsigned char *dst_v, int stride, char *eobs); 108 void vp8_dequant_idct_add_uv_block_mmx(short *q, short *dq, unsigned char *dst_u , unsigned char *dst_v, int stride, char *eobs);
109 void vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq, unsigned char *dst_ u, unsigned char *dst_v, int stride, char *eobs); 109 void vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq, unsigned char *dst_ u, unsigned char *dst_v, int stride, char *eobs);
110 #define vp8_dequant_idct_add_uv_block vp8_dequant_idct_add_uv_block_sse2 110 #define vp8_dequant_idct_add_uv_block vp8_dequant_idct_add_uv_block_sse2
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 vp8_sub_pixel_variance16x8 = vp8_sub_pixel_variance16x8_wmt; 554 vp8_sub_pixel_variance16x8 = vp8_sub_pixel_variance16x8_wmt;
555 if (flags & HAS_SSSE3) vp8_sub_pixel_variance16x8 = vp8_sub_pixel_variance16 x8_ssse3; 555 if (flags & HAS_SSSE3) vp8_sub_pixel_variance16x8 = vp8_sub_pixel_variance16 x8_ssse3;
556 } 556 }
557 #endif 557 #endif
558 558
559 #ifdef __cplusplus 559 #ifdef __cplusplus
560 } // extern "C" 560 } // extern "C"
561 #endif 561 #endif
562 562
563 #endif 563 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698