Searched refs:NEXTBITS (Results 1 – 6 of 6) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_cabac.h | 173 NEXTBITS(read_bits_m,(u4_offset_m+23),pu4_buffer_m,u4_clz_m) \ 256 NEXTBITS(read_bits,(u4_offset+23),pu4_buffer,u4_clz_m) \
|
D | ih264d_parse_cavlc.c | 599 NEXTBITS(u4_index, u4_bitstream_offset, pu4_bitstrm_buf, 6); in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 624 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 652 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 908 NEXTBITS(u4_index, u4_bitstream_offset, pu4_bitstrm_buf, 4); in ih264d_cavlc_4x4res_block_totalcoeff_11to16() 935 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_4x4res_block_totalcoeff_11to16() 1168 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_rest_of_residual_cav_chroma_dc_block() 1239 NEXTBITS(u4_index, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_parse4x4coeff_n0to7() 1335 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 8); in ih264d_cavlc_parse_chroma_dc() 1397 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 8); in ih264d_cavlc_parse_chroma_dc()
|
D | ih264d_parse_cabac.c | 203 NEXTBITS(read_bits, (u4_offset + 23), pu4_buffer, in ih264d_read_coeff4x4_cabac() 412 NEXTBITS(read_bits, u4_offset, pu4_buffer, 23) in ih264d_read_coeff4x4_cabac() 462 NEXTBITS(read_bits, u4_offset, pu4_buffer, 23) in ih264d_read_coeff4x4_cabac() 692 NEXTBITS(read_bits, (u4_offset + 23), pu4_buffer, in ih264d_read_coeff8x8_cabac() 880 NEXTBITS(read_bits, u4_offset, pu4_buffer, 23) in ih264d_read_coeff8x8_cabac() 924 NEXTBITS(read_bits, u4_offset, pu4_buffer, 23) in ih264d_read_coeff8x8_cabac()
|
D | ih264d_bitstrm.h | 134 #define NEXTBITS(u4_word, u4_offset, pu4_bitstream, u4_no_bits) \ macro
|
D | ih264d_cabac.c | 68 NEXTBITS(u4_code_int_val_ofst, ps_bitstrm->u4_ofst, ps_bitstrm->pu4_buffer, in ih264d_init_cabac_dec_envirnoment()
|
D | ih264d_parse_mb_header.c | 822 NEXTBITS(read_bits, u4_offset, pu4_buffer, 23) in ih264d_parse_ctx_cbp_cabac()
|