Home
last modified time | relevance | path

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

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Di_closepl.c129 packed_bits |= (IMAX(_plotter->i_bit_depth - 1, 0)) << 4; in _pl_i_write_gif_header()
134 packed_bits |= (IMAX(_plotter->i_bit_depth - 1, 0)); in _pl_i_write_gif_header()
147 for (i = 0; i < (1 << IMAX(_plotter->i_bit_depth, 1)); ++i) in _pl_i_write_gif_header()
258 packed_bits |= (IMAX(_plotter->i_bit_depth - 1, 0)); in _pl_i_write_gif_image()
270 for (i = 0; i < (1 << IMAX(_plotter->i_bit_depth, 1)); ++i) in _pl_i_write_gif_image()
286 min_code_size = IMAX(_plotter->i_bit_depth, 2); in _pl_i_write_gif_image()
301 _plotter->i_bit_depth); in _pl_i_write_gif_image()
304 _plotter->i_bit_depth); in _pl_i_write_gif_image()
H A Di_openpl.c34 _plotter->i_bit_depth = 0; in _pl_i_begin_page()
H A Di_color.c182 _plotter->i_bit_depth = bit_depth (i + 1); in _pl_i_new_color_index()
H A Di_defplot.c155 _plotter->i_bit_depth = 0; in _pl_i_initialize()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dpng.c199 int i_bit_depth, i; in DecodeBlock() local
250 &i_bit_depth, &i_color_type, &i_interlace_type, in DecodeBlock()
271 if( i_bit_depth == 16 ) in DecodeBlock()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.c2020 MP4_GET1BYTE( p_vpcC->i_bit_depth ); in MP4_ReadBox_vpcC()
2026 p_vpcC->i_color_primaries = p_vpcC->i_bit_depth & 0x0F; in MP4_ReadBox_vpcC()
2027 p_vpcC->i_bit_depth >>= 4; in MP4_ReadBox_vpcC()
2035 p_vpcC->i_chroma_subsampling = ( p_vpcC->i_bit_depth & 0x0F ) >> 1; in MP4_ReadBox_vpcC()
2036 p_vpcC->i_fullrange = p_vpcC->i_bit_depth & 0x01; in MP4_ReadBox_vpcC()
2037 p_vpcC->i_bit_depth >>= 4; in MP4_ReadBox_vpcC()
H A Dlibmp4.h1292 uint8_t i_bit_depth; member
H A Dessetup.c654 p_track->fmt.video.i_bits_per_pixel = p_data->i_bit_depth; in SetupVideoES()
/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotter.h1387 int i_bit_depth; /* D: bit depth (ceil(log2(num_indices))) */ variable
2245 int i_bit_depth; /* D: bit depth (ceil(log2(num_indices))) */ variable