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

  /external/libvpx/libvpx/vp9/common/
vp9_textblit.h 16 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
vp9_postproc.c 796 vp9_blit_line(x0 + 8, x1, y0 + 4, y1, y_buffer, y_stride);
804 vp9_blit_line(x0 + 8, x1, y0 + 12, y1, y_buffer, y_stride);
816 vp9_blit_line(x0 + 4, x1, y0 + 8, y1, y_buffer, y_stride);
824 vp9_blit_line(x0 + 12, x1, y0 + 8, y1, y_buffer, y_stride);
836 vp9_blit_line(x0 + 4, x1, y0 + 4, y1, y_buffer, y_stride);
844 vp9_blit_line(x0 + 12, x1, y0 + 4, y1, y_buffer, y_stride);
852 vp9_blit_line(x0 + 4, x1, y0 + 12, y1, y_buffer, y_stride);
860 vp9_blit_line(x0 + 12, x1, y0 + 12, y1, y_buffer, y_stride);
876 vp9_blit_line(bx0 + 2, x1, by0 + 2, y1, y_buffer, y_stride);
893 vp9_blit_line(lx0, x1, ly0 - 1, y1, y_buffer, y_stride)
    [all...]
vp9_textblit.c 60 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, function

Completed in 458 milliseconds