Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/video/
H A Dimg_format.c237 int plane_bits = desc->bpp[d->plane]; in fill_pixdesc_layout() local
242 if (plane_bits) { in fill_pixdesc_layout()
243 if (c_bits > plane_bits) in fill_pixdesc_layout()
246 desc->bpp[d->plane] = plane_bits = c_bits; in fill_pixdesc_layout()
288 if (plane_bits > 8) { in fill_pixdesc_layout()
290 access_size = plane_bits; in fill_pixdesc_layout()
313 if (offset + d->depth > plane_bits) in fill_pixdesc_layout()
H A Dmp_image.c640 int plane_bits = fmt->bpp[cd->plane] * misery; in mp_image_clear() local
641 if (plane_bits <= 64 && plane_bits % 8u == 0 && cd->size) { in mp_image_clear()
642 plane_size[cd->plane] = plane_bits / 8u; in mp_image_clear()
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/airport/
H A Dmain.h116 static unsigned char plane_bits[] = { variable
H A Dmain.c297 XtWindow(this->main), (char*)plane_bits, in main()
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/decoder/
H A Dphysical_astc_block.cc644 auto plane_bits = base::GetBits(astc_bits_, dual_plane_start_pos, 2); in DualPlaneChannel() local
645 return base::Optional<int>(static_cast<int>(plane_bits.LowBits())); in DualPlaneChannel()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/decoder/
H A Dphysical_astc_block.cc644 auto plane_bits = base::GetBits(astc_bits_, dual_plane_start_pos, 2); in DualPlaneChannel() local
645 return base::Optional<int>(static_cast<int>(plane_bits.LowBits())); in DualPlaneChannel()
/dports/emulators/atari800/atari800-3.1.0/src/falcon/
H A Dvidel.S32 .set plane_bits,0+0 | 0 define
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclrast.c1044 byte *plane_bits = data_bits + pln * plane_height * raster; in clist_playback_band() local
1056 cbp = cmd_read_data(&cbuf, plane_bits, 1, cbp); in clist_playback_band()
1058 … memset(plane_bits+1, *plane_bits, width_bytes * state.rect.height - 1); in clist_playback_band()
1084 w.ptr = plane_bits - 1; in clist_playback_band()
1119 cbp = cmd_read_short_bits(&cbuf, plane_bits, bytes, width_bytes, in clist_playback_band()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclrast.c1044 byte *plane_bits = data_bits + pln * plane_height * raster; in clist_playback_band() local
1056 cbp = cmd_read_data(&cbuf, plane_bits, 1, cbp); in clist_playback_band()
1058 … memset(plane_bits+1, *plane_bits, width_bytes * state.rect.height - 1); in clist_playback_band()
1084 w.ptr = plane_bits - 1; in clist_playback_band()
1119 cbp = cmd_read_short_bits(&cbuf, plane_bits, bytes, width_bytes, in clist_playback_band()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclrast.c1013 byte *plane_bits = data_bits + pln * plane_height * raster; in clist_playback_band() local
1048 w.ptr = plane_bits - 1; in clist_playback_band()
1085 cbp = cmd_read_short_bits(&cbuf, plane_bits, width_bytes, in clist_playback_band()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclrast.c1013 byte *plane_bits = data_bits + pln * plane_height * raster; in clist_playback_band() local
1048 w.ptr = plane_bits - 1; in clist_playback_band()
1085 cbp = cmd_read_short_bits(&cbuf, plane_bits, width_bytes, in clist_playback_band()