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()
130 UWORD16 *pu2_rgb_dst_NextRow; in ihevcd_fmt_conv_420sp_to_rgb565() local146 pu2_rgb_dst_NextRow = pu2_rgb_dst + dst_strd; 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()212 *pu2_rgb_dst_NextRow++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ihevcd_fmt_conv_420sp_to_rgb565()222 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd; in ihevcd_fmt_conv_420sp_to_rgb565()223 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgb565()