Home
last modified time | relevance | path

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

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