Searched refs:pu2_rgb_dst_next_row (Results 1 – 1 of 1) sorted by relevance
123 UWORD16 *pu2_rgb_dst_next_row; in ih264d_fmt_conv_420sp_to_rgb565() local139 pu2_rgb_dst_next_row = pu2_rgb_dst + dst_strd; 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()206 *pu2_rgb_dst_next_row++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ih264d_fmt_conv_420sp_to_rgb565()216 pu2_rgb_dst = pu2_rgb_dst_next_row - wd + dst_strd; in ih264d_fmt_conv_420sp_to_rgb565()217 pu2_rgb_dst_next_row = pu2_rgb_dst_next_row + (dst_strd << 1) - wd; in ih264d_fmt_conv_420sp_to_rgb565()