@@ -165,6 +165,14 @@ void flip_Downscale_LeftRightUpDownGaussianFilter_Optimized4Forward(uint16_t *sr
165165 int src_w , int src_h , int dst_w , int dst_h );
166166void flip_Downscale_LeftRightUpDownGaussianFilter_Optimized8 (uint16_t * src_screen , uint16_t * dst_screen ,
167167 int src_w , int src_h , int dst_w , int dst_h );
168+ void flip_Downscale_LeftRightGaussianFilter_Optimized (uint16_t * src_screen , uint16_t * dst_screen ,
169+ int src_w , int src_h , int dst_w , int dst_h );
170+ void flip_Downscale_LeftRightGaussianFilter_Optimized_mergeUpDown (uint16_t * src_screen , uint16_t * dst_screen ,
171+ int src_w , int src_h , int dst_w , int dst_h );
172+ void flip_optimizedWidth_256to240_mergeUpDown (uint16_t * src_screen , uint16_t * dst_screen ,
173+ int src_w , int src_h , int dst_w , int dst_h );
174+ void flip_optimizedWidth_256to240 (uint16_t * src_screen , uint16_t * dst_screen ,
175+ int src_w , int src_h , int dst_w , int dst_h );
168176/*void SDL_Copy_Rotate_270(uint16_t *src_screen, uint16_t *dst_screen,
169177 int src_w, int src_h, int dst_w, int dst_h);*/
170178void SDL_Rotate_270 (SDL_Surface * src_surface , SDL_Surface * dst_surface );
0 commit comments