HomeSort by relevance Sort by last modified time
    Searched refs:pu2_rgb_dst_NextRow (Results 1 - 2 of 2) sorted by null

  /external/libavc/encoder/
ih264e_fmt_conv.c 111 UWORD16 *pu2_rgb_dst_NextRow;
127 pu2_rgb_dst_NextRow = pu2_rgb_dst + dst_strd;
180 *pu2_rgb_dst_NextRow++ = ((u4_r << 11) | (u4_g << 5) | u4_b);
194 *pu2_rgb_dst_NextRow++ = ((u4_r << 11) | (u4_g << 5) | u4_b);
204 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd;
205 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd;
  /external/libhevc/decoder/
ihevcd_fmt_conv.c 130 UWORD16 *pu2_rgb_dst_NextRow;
146 pu2_rgb_dst_NextRow = pu2_rgb_dst + dst_strd;
198 *pu2_rgb_dst_NextRow++ = ((u4_r << 11) | (u4_g << 5) | u4_b);
212 *pu2_rgb_dst_NextRow++ = ((u4_r << 11) | (u4_g << 5) | u4_b);
222 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd;
223 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd;

Completed in 205 milliseconds