Searched refs:pu4_rgba_dst (Results 1 – 5 of 5) sorted by relevance
224 UWORD32 *pu4_rgba_dst, in ih264d_fmt_conv_420sp_to_rgba8888() argument253 pu4_rgba_dst_next_row = pu4_rgba_dst + dst_strd; in ih264d_fmt_conv_420sp_to_rgba8888()275 *pu4_rgba_dst++ = ((u4_r << 16) | (u4_g << 8) | (u4_b << 0)); in ih264d_fmt_conv_420sp_to_rgba8888()286 *pu4_rgba_dst++ = ((u4_r << 16) | (u4_g << 8) | (u4_b << 0)); in ih264d_fmt_conv_420sp_to_rgba8888()320 pu4_rgba_dst = pu4_rgba_dst_next_row - wd + dst_strd; in ih264d_fmt_conv_420sp_to_rgba8888()
212 UWORD32 *pu4_rgba_dst, in ih264e_fmt_conv_420sp_to_rgba8888() argument240 pu4_rgba_dst_NextRow = pu4_rgba_dst + dst_strd; in ih264e_fmt_conv_420sp_to_rgba8888()262 *pu4_rgba_dst++ = ((u4_r << 16) | (u4_g << 8) | (u4_b << 0)); in ih264e_fmt_conv_420sp_to_rgba8888()273 *pu4_rgba_dst++ = ((u4_r << 16) | (u4_g << 8) | (u4_b << 0)); in ih264e_fmt_conv_420sp_to_rgba8888()307 pu4_rgba_dst = pu4_rgba_dst_NextRow - wd + dst_strd; in ih264e_fmt_conv_420sp_to_rgba8888()
58 UWORD32 *pu4_rgba_dst,
233 UWORD32 *pu4_rgba_dst, in ihevcd_fmt_conv_420sp_to_rgba8888() argument263 pu4_rgba_dst_NextRow = pu4_rgba_dst + dst_strd; in ihevcd_fmt_conv_420sp_to_rgba8888()284 *pu4_rgba_dst++ = ((u4_r << 16) | (u4_g << 8) | (u4_b << 0)); in ihevcd_fmt_conv_420sp_to_rgba8888()295 *pu4_rgba_dst++ = ((u4_r << 16) | (u4_g << 8) | (u4_b << 0)); in ihevcd_fmt_conv_420sp_to_rgba8888()327 pu4_rgba_dst = pu4_rgba_dst_NextRow - wd + dst_strd; in ihevcd_fmt_conv_420sp_to_rgba8888()
48 UWORD32 *pu4_rgba_dst,