Home
last modified time | relevance | path

Searched refs:GLYPH_COORD_VECT_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsanm.c34 #define GLYPH_COORD_VECT_SIZE 16 macro
38 static const int8_t glyph4_x[GLYPH_COORD_VECT_SIZE] = {
42 static const int8_t glyph4_y[GLYPH_COORD_VECT_SIZE] = {
46 static const int8_t glyph8_x[GLYPH_COORD_VECT_SIZE] = {
50 static const int8_t glyph8_y[GLYPH_COORD_VECT_SIZE] = {
393 for (i = 0; i < GLYPH_COORD_VECT_SIZE; i++) { in make_glyphs()
398 for (j = 0; j < GLYPH_COORD_VECT_SIZE; j++, pglyph += glyph_size) { in make_glyphs()

Completed in 3 milliseconds