Home
last modified time | relevance | path

Searched refs:pu2_rgb_dst_NextRow (Results 1 – 2 of 2) sorted by relevance

/external/libavc/encoder/
Dih264e_fmt_conv.c111 UWORD16 *pu2_rgb_dst_NextRow; in ih264e_fmt_conv_420sp_to_rgb565() local
127 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()
/external/libhevc/decoder/
Dihevcd_fmt_conv.c132 UWORD16 *pu2_rgb_dst_NextRow; in ihevcd_fmt_conv_420sp_to_rgb565() local
148 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()