Searched refs:merge_row_rgb_24 (Results 1 – 2 of 2) sorted by relevance
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/utils/ |
H A D | color.c | 1088 static void merge_row_rgb_24(u8 *src, u32 src_w, u8 *dst, u32 dst_w, s32 h_inc, s32 x_pitch, u8 alp… in merge_row_rgb_24() function 2064 copy_row = has_alpha ? merge_row_rgb_24 : copy_row_rgb_24; in gf_stretch_bits()
|
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/utils/ |
H A D | color.c | 1088 static void merge_row_rgb_24(u8 *src, u32 src_w, u8 *dst, u32 dst_w, s32 h_inc, s32 x_pitch, u8 alp… in merge_row_rgb_24() function 2064 copy_row = has_alpha ? merge_row_rgb_24 : copy_row_rgb_24; in gf_stretch_bits()
|