Searched refs:plot (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_textblit.c | 27 static void plot(int x, int y, unsigned char *image, int pitch) { in plot() function 101 plot(y, x, image, pitch); in vp9_blit_line() 111 plot(x, y, image, pitch); in vp9_blit_line()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | textblit.c | 55 static void plot (const int x, const int y, unsigned char *image, const int pitch) in plot() function 106 plot(y,x, image, pitch); in vp8_blit_line() 120 plot(x,y, image, pitch); in vp8_blit_line()
|