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

Side by Side Diff: third_party/libvpx_new/source/config/linux/mipsel/vp8_rtcd.h

Issue 1392983002: Roll src/third_party/libvpx_new/source/libvpx/ 7d28d12ef..ce3f4ade6 (56 commits). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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 /* 10 /*
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 void vp8_blend_mb_inner_c(unsigned char *y, unsigned char *u, unsigned char *v, int y1, int u1, int v1, int alpha, int stride); 44 void vp8_blend_mb_inner_c(unsigned char *y, unsigned char *u, unsigned char *v, int y1, int u1, int v1, int alpha, int stride);
45 #define vp8_blend_mb_inner vp8_blend_mb_inner_c 45 #define vp8_blend_mb_inner vp8_blend_mb_inner_c
46 46
47 void vp8_blend_mb_outer_c(unsigned char *y, unsigned char *u, unsigned char *v, int y1, int u1, int v1, int alpha, int stride); 47 void vp8_blend_mb_outer_c(unsigned char *y, unsigned char *u, unsigned char *v, int y1, int u1, int v1, int alpha, int stride);
48 #define vp8_blend_mb_outer vp8_blend_mb_outer_c 48 #define vp8_blend_mb_outer vp8_blend_mb_outer_c
49 49
50 int vp8_block_error_c(short *coeff, short *dqcoeff); 50 int vp8_block_error_c(short *coeff, short *dqcoeff);
51 #define vp8_block_error vp8_block_error_c 51 #define vp8_block_error vp8_block_error_c
52 52
53 void vp8_build_intra_predictors_mbuv_s_c(struct macroblockd *x, unsigned char * uabove_row, unsigned char * vabove_row, unsigned char *uleft, unsigned char *vl eft, int left_stride, unsigned char * upred_ptr, unsigned char * vpred_ptr, int pred_stride);
54 #define vp8_build_intra_predictors_mbuv_s vp8_build_intra_predictors_mbuv_s_c
55
56 void vp8_build_intra_predictors_mby_s_c(struct macroblockd *x, unsigned char * y above_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, in t y_stride);
57 #define vp8_build_intra_predictors_mby_s vp8_build_intra_predictors_mby_s_c
58
59 void vp8_clear_system_state_c(); 53 void vp8_clear_system_state_c();
60 #define vp8_clear_system_state vp8_clear_system_state_c 54 #define vp8_clear_system_state vp8_clear_system_state_c
61 55
62 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch); 56 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
63 #define vp8_copy_mem16x16 vp8_copy_mem16x16_c 57 #define vp8_copy_mem16x16 vp8_copy_mem16x16_c
64 58
65 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, in t dst_pitch); 59 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, in t dst_pitch);
66 #define vp8_copy_mem8x4 vp8_copy_mem8x4_c 60 #define vp8_copy_mem8x4 vp8_copy_mem8x4_c
67 61
68 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, in t dst_pitch); 62 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, in t dst_pitch);
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 94
101 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight); 95 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
102 #define vp8_filter_by_weight4x4 vp8_filter_by_weight4x4_c 96 #define vp8_filter_by_weight4x4 vp8_filter_by_weight4x4_c
103 97
104 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight); 98 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
105 #define vp8_filter_by_weight8x8 vp8_filter_by_weight8x8_c 99 #define vp8_filter_by_weight8x8 vp8_filter_by_weight8x8_c
106 100
107 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd * d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable * fn_ptr, int *mvcost[2], union int_mv *center_mv); 101 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd * d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable * fn_ptr, int *mvcost[2], union int_mv *center_mv);
108 #define vp8_full_search_sad vp8_full_search_sad_c 102 #define vp8_full_search_sad vp8_full_search_sad_c
109 103
110 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left _stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left) ;
111 #define vp8_intra4x4_predict vp8_intra4x4_predict_c
112
113 void vp8_loop_filter_bh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi); 104 void vp8_loop_filter_bh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi);
114 #define vp8_loop_filter_bh vp8_loop_filter_bh_c 105 #define vp8_loop_filter_bh vp8_loop_filter_bh_c
115 106
116 void vp8_loop_filter_bv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi); 107 void vp8_loop_filter_bv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi);
117 #define vp8_loop_filter_bv vp8_loop_filter_bv_c 108 #define vp8_loop_filter_bv vp8_loop_filter_bv_c
118 109
119 void vp8_loop_filter_mbh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi); 110 void vp8_loop_filter_mbh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi);
120 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_c 111 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_c
121 112
122 void vp8_loop_filter_mbv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi); 113 void vp8_loop_filter_mbv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi);
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 static void setup_rtcd_internal(void) 190 static void setup_rtcd_internal(void)
200 { 191 {
201 } 192 }
202 #endif 193 #endif
203 194
204 #ifdef __cplusplus 195 #ifdef __cplusplus
205 } // extern "C" 196 } // extern "C"
206 #endif 197 #endif
207 198
208 #endif 199 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698