Searched refs:pal_entries (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 Dbmpenc.c72 int pad_bytes_per_row, pal_entries = 0, compression = BMP_RGB; local
83 pal_entries = 3;
88 pal_entries = 3;
103 if (pal && !pal_entries) pal_entries = 1 << bit_count;
112 hsize = SIZE_BITMAPFILEHEADER + SIZE_BITMAPINFOHEADER + (pal_entries << 2);
135 for (i = 0; i < pal_entries; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbmpenc.c77 int pad_bytes_per_row, pal_entries = 0, compression = BMP_RGB; local
87 pal_entries = 3;
92 pal_entries = 3;
110 if (pal && !pal_entries) pal_entries = 1 << bit_count;
119 hsize = SIZE_BITMAPFILEHEADER + SIZE_BITMAPINFOHEADER + (pal_entries << 2);
141 for (i = 0; i < pal_entries; i++)

Completed in 28 milliseconds