OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_blit_text
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_textblit.h
14
void
vp9_blit_text
(const char *msg, unsigned char *address, int pitch);
vp9_textblit.c
31
void
vp9_blit_text
(const char *msg, unsigned char *address, const int pitch) {
function
vp9_postproc.c
690
vp9_blit_text
(message, cm->post_proc_buffer.y_buffer,
712
vp9_blit_text
(zz, y_ptr, post->y_stride);
747
vp9_blit_text
(zz, y_ptr, post->y_stride);
763
vp9_blit_text
(message, cm->post_proc_buffer.y_buffer,
Completed in 105 milliseconds