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

  /external/libvpx/libvpx/vp8/common/
textblit.c 17 unsigned char *output_pos = address; local
47 output_pos[fontrow *pitch + fontcol] =
50 output_pos += 7;
  /external/libvpx/libvpx/vp9/common/
vp9_textblit.c 33 unsigned char *output_pos = address; local
49 output_pos[fontrow * pitch + fontcol] =
52 output_pos += 7;

Completed in 31 milliseconds