| OLD | NEW |
| 1 vp9_common_forward_decls() { | 1 vp9_common_forward_decls() { |
| 2 cat <<EOF | 2 cat <<EOF |
| 3 /* | 3 /* |
| 4 * VP9 | 4 * VP9 |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 #include "vpx/vpx_integer.h" | 7 #include "vpx/vpx_integer.h" |
| 8 #include "vp9/common/vp9_enums.h" | 8 #include "vp9/common/vp9_enums.h" |
| 9 | 9 |
| 10 struct macroblockd; | 10 struct macroblockd; |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 prototype void vp9_short_idct8x8_1_add "int16_t *input, uint8_t *dest, int dest_
stride" | 303 prototype void vp9_short_idct8x8_1_add "int16_t *input, uint8_t *dest, int dest_
stride" |
| 304 specialize vp9_short_idct8x8_1_add sse2 neon | 304 specialize vp9_short_idct8x8_1_add sse2 neon |
| 305 | 305 |
| 306 prototype void vp9_short_idct8x8_add "int16_t *input, uint8_t *dest, int dest_st
ride" | 306 prototype void vp9_short_idct8x8_add "int16_t *input, uint8_t *dest, int dest_st
ride" |
| 307 specialize vp9_short_idct8x8_add sse2 neon | 307 specialize vp9_short_idct8x8_add sse2 neon |
| 308 | 308 |
| 309 prototype void vp9_short_idct10_8x8_add "int16_t *input, uint8_t *dest, int dest
_stride" | 309 prototype void vp9_short_idct10_8x8_add "int16_t *input, uint8_t *dest, int dest
_stride" |
| 310 specialize vp9_short_idct10_8x8_add sse2 neon | 310 specialize vp9_short_idct10_8x8_add sse2 neon |
| 311 | 311 |
| 312 prototype void vp9_short_idct16x16_1_add "int16_t *input, uint8_t *dest, int des
t_stride" | 312 prototype void vp9_short_idct16x16_1_add "int16_t *input, uint8_t *dest, int des
t_stride" |
| 313 specialize vp9_short_idct16x16_1_add sse2 | 313 specialize vp9_short_idct16x16_1_add sse2 neon |
| 314 | 314 |
| 315 prototype void vp9_short_idct16x16_add "int16_t *input, uint8_t *dest, int dest_
stride" | 315 prototype void vp9_short_idct16x16_add "int16_t *input, uint8_t *dest, int dest_
stride" |
| 316 specialize vp9_short_idct16x16_add sse2 neon | 316 specialize vp9_short_idct16x16_add sse2 neon |
| 317 | 317 |
| 318 prototype void vp9_short_idct10_16x16_add "int16_t *input, uint8_t *dest, int de
st_stride" | 318 prototype void vp9_short_idct10_16x16_add "int16_t *input, uint8_t *dest, int de
st_stride" |
| 319 specialize vp9_short_idct10_16x16_add sse2 neon | 319 specialize vp9_short_idct10_16x16_add sse2 neon |
| 320 | 320 |
| 321 prototype void vp9_short_idct32x32_add "int16_t *input, uint8_t *dest, int dest_
stride" | 321 prototype void vp9_short_idct32x32_add "int16_t *input, uint8_t *dest, int dest_
stride" |
| 322 specialize vp9_short_idct32x32_add sse2 | 322 specialize vp9_short_idct32x32_add sse2 |
| 323 | 323 |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 | 766 |
| 767 prototype void vp9_temporal_filter_apply "uint8_t *frame1, unsigned int stride,
uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsig
ned int *accumulator, uint16_t *count" | 767 prototype void vp9_temporal_filter_apply "uint8_t *frame1, unsigned int stride,
uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsig
ned int *accumulator, uint16_t *count" |
| 768 specialize vp9_temporal_filter_apply sse2 | 768 specialize vp9_temporal_filter_apply sse2 |
| 769 | 769 |
| 770 prototype void vp9_yv12_copy_partial_frame "struct yv12_buffer_config *src_ybc,
struct yv12_buffer_config *dst_ybc, int fraction" | 770 prototype void vp9_yv12_copy_partial_frame "struct yv12_buffer_config *src_ybc,
struct yv12_buffer_config *dst_ybc, int fraction" |
| 771 specialize vp9_yv12_copy_partial_frame | 771 specialize vp9_yv12_copy_partial_frame |
| 772 | 772 |
| 773 | 773 |
| 774 fi | 774 fi |
| 775 # end encoder functions | 775 # end encoder functions |
| OLD | NEW |