Searched refs:GETBITS (Results 1 – 7 of 7) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_parse_cavlc.c | 92 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, u4_ldz); in ih264d_uev() 139 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, u4_ldz); in ih264d_sev() 363 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_1() 473 GETBITS(u4_signs, u4_bitstream_offset, pu4_bitstrm_buf, u4_cnt); in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 527 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 559 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 760 GETBITS(u4_signs, u4_bitstream_offset, pu4_bitstrm_buf, u4_cnt); in ih264d_cavlc_4x4res_block_totalcoeff_11to16() 798 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_11to16() 843 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_11to16() 876 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_11to16() [all …]
|
D | ih264d_bitstrm.c | 94 GETBITS(u4_code, ps_bitstrm->u4_ofst, ps_bitstrm->pu4_buffer, u4_num_bits); in ih264d_get_bits_h264()
|
D | ih264d_parse_islice.c | 175 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_parse_imb_cavlc() 205 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_parse_imb_cavlc() 241 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_parse_imb_cavlc() 294 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_parse_imb_cavlc() 334 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_parse_imb_cavlc() 835 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_parse_islice_data_cavlc()
|
D | ih264d_bitstrm.h | 120 #define GETBITS(u4_code, u4_offset, pu4_bitstream, u4_no_bits) \ macro
|
D | ih264d_parse_bslice.c | 124 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_parse_bmb_non_direct_cavlc() 326 GETBITS(u4_word, u4_bitstream_offset, in ih264d_parse_bmb_non_direct_cavlc() 357 GETBITS(u4_word, u4_bitstream_offset, in ih264d_parse_bmb_non_direct_cavlc() 806 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, u4_ldz); in ih264d_parse_bmb_cavlc() 849 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, u4_ldz); in ih264d_parse_bmb_cavlc()
|
D | ih264d_parse_pslice.c | 138 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_parse_pmb_cavlc() 286 GETBITS(u4_word, u4_bitstream_offset, in ih264d_parse_pmb_cavlc() 339 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, u4_ldz); in ih264d_parse_pmb_cavlc() 379 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_parse_pmb_cavlc() 1230 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_parse_inter_slice_data_cavlc() 1302 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_parse_inter_slice_data_cavlc()
|
D | ih264d_process_intra_mb.c | 125 GETBITS(u4_temp, ps_bitstrm->u4_ofst, ps_bitstrm->pu4_buffer, 3); in ih264d_read_intra_pred_modes() 147 GETBITS(u4_temp, ps_bitstrm->u4_ofst, ps_bitstrm->pu4_buffer, 3); in ih264d_read_intra_pred_modes()
|