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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpictordec.c60 int *x, int *y, int *plane, int bits_per_plane)
63 int shift = *plane * bits_per_plane;
64 int mask = ((1 << bits_per_plane) - 1) << shift;
69 for (j = 8-bits_per_plane; j >= 0; j -= bits_per_plane) {
79 value <<= bits_per_plane; local
80 mask <<= bits_per_plane; local
105 int bits_per_plane, bpp, etype, esize, npal, pos_after_pal; local
120 bits_per_plane = tmp & 0xF;
122 bpp = bits_per_plane *
59 picmemset(PicContext *s, int value, int run, int *x, int *y, int *plane, int bits_per_plane) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpictordec.c61 int *x, int *y, int *plane, int bits_per_plane)
64 int shift = *plane * bits_per_plane;
65 int mask = ((1 << bits_per_plane) - 1) << shift;
70 for (j = 8-bits_per_plane; j >= 0; j -= bits_per_plane) {
80 value <<= bits_per_plane; local
81 mask <<= bits_per_plane; local
107 int bits_per_plane, bpp, etype, esize, npal, pos_after_pal; local
122 bits_per_plane = tmp & 0xF;
124 bpp = bits_per_plane *
60 picmemset(PicContext *s, AVFrame *frame, int value, int run, int *x, int *y, int *plane, int bits_per_plane) argument
[all...]

Completed in 46 milliseconds