Searched refs:u4_b (Results 1 – 3 of 3) sorted by relevance
120 UWORD32 u4_r, u4_g, u4_b; in ih264d_fmt_conv_420sp_to_rgb565() local154 u4_b = CLIP_U8(*pu1_y_src + i2_b); in ih264d_fmt_conv_420sp_to_rgb565()155 u4_b >>= 3; 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()168 u4_b = CLIP_U8(*pu1_y_src + i2_b); in ih264d_fmt_conv_420sp_to_rgb565()169 u4_b >>= 3; 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()182 u4_b = CLIP_U8(*pu1_y_src_nxt + i2_b); in ih264d_fmt_conv_420sp_to_rgb565()183 u4_b >>= 3; 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() local142 u4_b = CLIP_U8(*pu1_y_src + i2_b); in ih264e_fmt_conv_420sp_to_rgb565()143 u4_b >>= 3; 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()156 u4_b = CLIP_U8(*pu1_y_src + i2_b); in ih264e_fmt_conv_420sp_to_rgb565()157 u4_b >>= 3; 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()170 u4_b = CLIP_U8(*pu1_y_src_nxt + i2_b); in ih264e_fmt_conv_420sp_to_rgb565()171 u4_b >>= 3; 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 …]
127 UWORD32 u4_r, u4_g, u4_b; in ihevcd_fmt_conv_420sp_to_rgb565() local160 u4_b = CLIP_U8(*pu1_y_src + i2_b); in ihevcd_fmt_conv_420sp_to_rgb565()161 u4_b >>= 3; in ihevcd_fmt_conv_420sp_to_rgb565()170 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ihevcd_fmt_conv_420sp_to_rgb565()174 u4_b = CLIP_U8(*pu1_y_src + i2_b); in ihevcd_fmt_conv_420sp_to_rgb565()175 u4_b >>= 3; in ihevcd_fmt_conv_420sp_to_rgb565()184 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ihevcd_fmt_conv_420sp_to_rgb565()188 u4_b = CLIP_U8(*pu1_y_src_nxt + i2_b); in ihevcd_fmt_conv_420sp_to_rgb565()189 u4_b >>= 3; in ihevcd_fmt_conv_420sp_to_rgb565()198 *pu2_rgb_dst_NextRow++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ihevcd_fmt_conv_420sp_to_rgb565()[all …]