Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsanm.c293 int8_t p4x4glyphs[NGLYPHS][16]; member
509 make_glyphs(ctx->p4x4glyphs[0], glyph4_x, glyph4_y, 4); in decode_init()
821 pglyph = (size == 8) ? ctx->p8x8glyphs[code] : ctx->p4x4glyphs[code]; in process_block()
1057 pglyph = block_size == 8 ? ctx->p8x8glyphs[index] : ctx->p4x4glyphs[index]; in draw_glyph()

Completed in 4 milliseconds