Searched refs:u4_g (Results 1 – 3 of 3) sorted by relevance
120 UWORD32 u4_r, u4_g, u4_b; in ih264d_fmt_conv_420sp_to_rgb565() local157 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ih264d_fmt_conv_420sp_to_rgb565()158 u4_g >>= 2; in ih264d_fmt_conv_420sp_to_rgb565()164 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ih264d_fmt_conv_420sp_to_rgb565()171 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ih264d_fmt_conv_420sp_to_rgb565()172 u4_g >>= 2; in ih264d_fmt_conv_420sp_to_rgb565()178 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ih264d_fmt_conv_420sp_to_rgb565()185 u4_g = CLIP_U8(*pu1_y_src_nxt + i2_g); in ih264d_fmt_conv_420sp_to_rgb565()186 u4_g >>= 2; in ih264d_fmt_conv_420sp_to_rgb565()192 *pu2_rgb_dst_next_row++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ih264d_fmt_conv_420sp_to_rgb565()[all …]
108 UWORD32 u4_r, u4_g, u4_b; in ih264e_fmt_conv_420sp_to_rgb565() local145 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ih264e_fmt_conv_420sp_to_rgb565()146 u4_g >>= 2; in ih264e_fmt_conv_420sp_to_rgb565()152 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ih264e_fmt_conv_420sp_to_rgb565()159 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ih264e_fmt_conv_420sp_to_rgb565()160 u4_g >>= 2; in ih264e_fmt_conv_420sp_to_rgb565()166 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ih264e_fmt_conv_420sp_to_rgb565()173 u4_g = CLIP_U8(*pu1_y_src_nxt + i2_g); in ih264e_fmt_conv_420sp_to_rgb565()174 u4_g >>= 2; in ih264e_fmt_conv_420sp_to_rgb565()180 *pu2_rgb_dst_NextRow++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ih264e_fmt_conv_420sp_to_rgb565()[all …]
129 UWORD32 u4_r, u4_g, u4_b; in ihevcd_fmt_conv_420sp_to_rgb565() local165 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ihevcd_fmt_conv_420sp_to_rgb565()166 u4_g >>= 2; in ihevcd_fmt_conv_420sp_to_rgb565()172 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ihevcd_fmt_conv_420sp_to_rgb565()179 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ihevcd_fmt_conv_420sp_to_rgb565()180 u4_g >>= 2; in ihevcd_fmt_conv_420sp_to_rgb565()186 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ihevcd_fmt_conv_420sp_to_rgb565()193 u4_g = CLIP_U8(*pu1_y_src_nxt + i2_g); in ihevcd_fmt_conv_420sp_to_rgb565()194 u4_g >>= 2; in ihevcd_fmt_conv_420sp_to_rgb565()200 *pu2_rgb_dst_NextRow++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ihevcd_fmt_conv_420sp_to_rgb565()[all …]