Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dpngdec.c1395 size_t raw_bpp = s->bpp - byte_depth; in decode_frame_common() local
1425 memmove(pixel, &row[raw_bpp * (x - 1)], raw_bpp); in decode_frame_common()
1427 if (!memcmp(pixel, s->transparent_color_be, raw_bpp)) { in decode_frame_common()
1428 memset(&pixel[raw_bpp], 0, byte_depth); in decode_frame_common()
1430 memset(&pixel[raw_bpp], 0xff, byte_depth); in decode_frame_common()

Completed in 3 milliseconds