Home
last modified time | relevance | path

Searched refs:write_bits (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/frontends/va/
Dpicture_mpeg4.c137 write_bits(struct bit_stream *writer, unsigned int bits, unsigned int len) in write_bits() function
165 write_bits(&bs_gvop, vop_hour, 5); in vlVaDecoderFixMPEG4Startcode()
166 write_bits(&bs_gvop, vop_minute, 6); in vlVaDecoderFixMPEG4Startcode()
168 write_bits(&bs_gvop, vop_second, 6); in vlVaDecoderFixMPEG4Startcode()
172 write_bits(&bs_gvop, 7, 3); /* padding */ in vlVaDecoderFixMPEG4Startcode()
178 write_bits(&bs_vop, vop_coding_type, 2); in vlVaDecoderFixMPEG4Startcode()
189 write_bits(&bs_vop, vop_time_inc, context->mpeg4.vti_bits); in vlVaDecoderFixMPEG4Startcode()
194 write_bits(&bs_vop, context->mpeg4.pps.vop_fields.bits.intra_dc_vlc_thr, 3); in vlVaDecoderFixMPEG4Startcode()
200 write_bits(&bs_vop, context->mpeg4.quant_scale, context->mpeg4.pps.quant_precision); in vlVaDecoderFixMPEG4Startcode()
202 write_bits(&bs_vop, context->desc.mpeg4.vop_fcode_forward, 3); in vlVaDecoderFixMPEG4Startcode()
[all …]
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h1174 write_bits(struct bit_writer *writer, int n_bits, int value) in write_bits() function
1331 write_bits(writer, BLOCK_SIZE * BLOCK_SIZE * 2 - 1, 0); in write_rgb_indices_unorm()
1348 write_bits(writer, (x == 0 && y == 0) ? 1 : 2, index); in write_rgb_indices_unorm()
1355 write_bits(writer, 2 * (BLOCK_SIZE - src_width), 0); in write_rgb_indices_unorm()
1362 write_bits(writer, 2 * BLOCK_SIZE * (BLOCK_SIZE - src_height), 0); in write_rgb_indices_unorm()
1377 write_bits(writer, BLOCK_SIZE * BLOCK_SIZE * 3 - 1, 0); in write_alpha_indices_unorm()
1393 write_bits(writer, (x == 0 && y == 0) ? 2 : 3, index); in write_alpha_indices_unorm()
1400 write_bits(writer, 3 * (BLOCK_SIZE - src_width), 0); in write_alpha_indices_unorm()
1407 write_bits(writer, 3 * BLOCK_SIZE * (BLOCK_SIZE - src_height), 0); in write_alpha_indices_unorm()
1430 write_bits(&writer, 5, 0x10); /* mode 4 */ in compress_rgba_unorm_block()
[all …]
/external/tcpdump/
Dsmbutil.c324 write_bits(netdissect_options *ndo, in write_bits() function
446 write_bits(ndo, buf[0], attrib_fmt); in smb_fdata1()
453 write_bits(ndo, EXTRACT_LE_16BITS(buf), attrib_fmt); in smb_fdata1()
474 write_bits(ndo, buf[0], bitfmt); in smb_fdata1()
/external/brotli/scripts/
Dsources.lst98 c/enc/write_bits.h