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

/drivers/staging/media/solo6x10/
H A Dv4l2-enc.c466 static void write_bits(u8 **out, unsigned *bits, u32 value, unsigned count) function
488 write_bits(out, bits, 1, cnt + 1);
489 write_bits(out, bits, ~(max - value), cnt);
502 write_bits(out, bits, 0, 1);
505 write_bits(out, bits, 0xFFFFFFFF, 32 - *bits % 32);
510 write_bits(out, bits, 1, 1);
512 write_bits(out, bits, 0, 1);
515 write_bits(out, bits, 0, 1);
531 write_bits(out, &bits, 0, 1); /* random_accessible_vol */
532 write_bits(ou
[all...]

Completed in 34 milliseconds