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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daliaspixdec.c35 int width, height, ret, bits_pixel, pixel; local
50 bits_pixel = bytestream2_get_be16u(&gb);
52 if (bits_pixel == 24)
54 else if (bits_pixel == 8)
H A Daliaspixenc.c41 int width, height, bits_pixel, i, j, length, ret; local
58 bits_pixel = 8;
61 bits_pixel = 24;
79 bytestream_put_be16(&buf, bits_pixel);

Completed in 63 milliseconds