Searched refs:read_bits (Results 1 – 4 of 4) sorted by relevance
/external/libvncserver/webclients/novnc/include/ |
D | jsunzip.js | 367 this.read_bits = function(d, num, base) method in TINF 413 hlit = this.read_bits(d, 5, 257); 416 hdist = this.read_bits(d, 5, 1); 419 hclen = this.read_bits(d, 4, 4); 427 var clen = this.read_bits(d, 3, 0); 446 for (length = this.read_bits(d, 2, 3); length; --length) 454 for (length = this.read_bits(d, 3, 3); length; --length) 461 for (length = this.read_bits(d, 7, 11); length; --length) 511 length = this.read_bits(d, this.length_bits[sym], this.length_base[sym]); 516 offs = d.history.length - this.read_bits(d, this.dist_bits[dist], this.dist_base[dist]); [all …]
|
/external/libavc/decoder/ |
D | ih264d_parse_cabac.c | 201 UWORD32 read_bits, u4_clz; in ih264d_read_coeff4x4_cabac() local 203 NEXTBITS(read_bits, (u4_offset + 23), pu4_buffer, in ih264d_read_coeff4x4_cabac() 208 | read_bits; in ih264d_read_coeff4x4_cabac() 408 UWORD32 u4_clz, read_bits; in ih264d_read_coeff4x4_cabac() local 412 NEXTBITS(read_bits, u4_offset, pu4_buffer, 23) in ih264d_read_coeff4x4_cabac() 415 << u4_clz) | read_bits; in ih264d_read_coeff4x4_cabac() 458 UWORD32 u4_clz, read_bits; in ih264d_read_coeff4x4_cabac() local 462 NEXTBITS(read_bits, u4_offset, pu4_buffer, 23) in ih264d_read_coeff4x4_cabac() 465 << u4_clz) | read_bits; in ih264d_read_coeff4x4_cabac() 690 UWORD32 read_bits, u4_clz; in ih264d_read_coeff8x8_cabac() local [all …]
|
D | ih264d_cabac.h | 251 UWORD32 read_bits,u4_clz_m ; \ 256 NEXTBITS(read_bits,(u4_offset+23),pu4_buffer,u4_clz_m) \ 259 u4_code_int_val_ofst= (u4_code_int_val_ofst << u4_clz_m) | read_bits; \
|
D | ih264d_parse_mb_header.c | 818 UWORD32 u4_clz, read_bits; in ih264d_parse_ctx_cbp_cabac() local 822 NEXTBITS(read_bits, u4_offset, pu4_buffer, 23) in ih264d_parse_ctx_cbp_cabac() 824 u4_code_int_val_ofst = (u4_code_int_val_ofst << u4_clz) | read_bits; in ih264d_parse_ctx_cbp_cabac()
|