Searched refs:pu2_rgb_dst_NextRow (Results 1 – 2 of 2) sorted by relevance
111 UWORD16 *pu2_rgb_dst_NextRow; in ih264e_fmt_conv_420sp_to_rgb565() local127 pu2_rgb_dst_NextRow = pu2_rgb_dst + dst_strd; 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()194 *pu2_rgb_dst_NextRow++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ih264e_fmt_conv_420sp_to_rgb565()204 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd; in ih264e_fmt_conv_420sp_to_rgb565()205 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565()
132 UWORD16 *pu2_rgb_dst_NextRow; in ihevcd_fmt_conv_420sp_to_rgb565() local148 pu2_rgb_dst_NextRow = pu2_rgb_dst + dst_strd; 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()214 *pu2_rgb_dst_NextRow++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ihevcd_fmt_conv_420sp_to_rgb565()224 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd; in ihevcd_fmt_conv_420sp_to_rgb565()225 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgb565()