@@ -68,33 +68,33 @@ typedef void decode_planar_func_t(struct from_planar_data d);
6868void decode_planar_parallel (decode_planar_func_t * dec ,
6969 struct from_planar_data d , int num_threads );
7070
71- decode_planar_func_t gbrp12le_to_r12l ;
72- decode_planar_func_t gbrp16le_to_r12l ;
73- decode_planar_func_t rgbpXXle_to_r12l ;
74- decode_planar_func_t gbrp10le_to_rg48 ;
75- decode_planar_func_t gbrp12le_to_rg48 ;
76- decode_planar_func_t gbrp16le_to_rg48 ;
77- decode_planar_func_t rgbpXXle_to_rg48 ;
78- decode_planar_func_t gbrp10le_to_r10k ;
79- decode_planar_func_t gbrp12le_to_r10k ;
80- decode_planar_func_t gbrp16le_to_r10k ;
81- decode_planar_func_t rgbpXXle_to_r10k ;
82- decode_planar_func_t yuv422p10le_to_v210 ;
83- decode_planar_func_t gbrap_to_rgba ;
8471decode_planar_func_t gbrap_to_rgb ;
85- decode_planar_func_t rgbpXX_to_rgb ;
86- decode_planar_func_t yuv420_to_i420 ;
87- decode_planar_func_t yuv422p_to_uyvy ;
88- decode_planar_func_t yuv422p10le_to_uyvy ;
89- decode_planar_func_t yuv422pXX_to_uyvy ;
90- decode_planar_func_t yuv422p_to_yuyv ;
72+ decode_planar_func_t gbrap_to_rgba ;
9173decode_planar_func_t gbrp10le_to_rgb ;
9274decode_planar_func_t gbrp10le_to_rgba ;
75+ decode_planar_func_t gbrp10le_to_rg48 ;
76+ decode_planar_func_t gbrp10le_to_r10k ;
9377decode_planar_func_t gbrp12le_to_rgb ;
9478decode_planar_func_t gbrp12le_to_rgba ;
79+ decode_planar_func_t gbrp12le_to_rg48 ;
80+ decode_planar_func_t gbrp12le_to_r10k ;
81+ decode_planar_func_t gbrp12le_to_r12l ;
9582decode_planar_func_t gbrp16le_to_rgb ;
9683decode_planar_func_t gbrp16le_to_rgba ;
84+ decode_planar_func_t gbrp16le_to_rg48 ;
85+ decode_planar_func_t gbrp16le_to_r10k ;
86+ decode_planar_func_t gbrp16le_to_r12l ;
87+ decode_planar_func_t rgbpXX_to_rgb ;
88+ decode_planar_func_t rgbpXXle_to_rg48 ;
89+ decode_planar_func_t rgbpXXle_to_r10k ;
90+ decode_planar_func_t rgbpXXle_to_r12l ;
9791decode_planar_func_t yuv420p_to_uyvy ;
92+ decode_planar_func_t yuv420_to_i420 ;
93+ decode_planar_func_t yuv422p_to_uyvy ;
94+ decode_planar_func_t yuv422p_to_yuyv ;
95+ decode_planar_func_t yuv422pXX_to_uyvy ;
96+ decode_planar_func_t yuv422p10le_to_uyvy ;
97+ decode_planar_func_t yuv422p10le_to_v210 ;
9898
9999#ifdef __cplusplus
100100}
0 commit comments