Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsanm.c294 int8_t p8x8glyphs[NGLYPHS][64]; member
510 make_glyphs(ctx->p8x8glyphs[0], glyph8_x, glyph8_y, 8); 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 3 milliseconds