Searched refs:u4_lev_suffix (Results 1 – 1 of 1) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_parse_cavlc.c | 336 UWORD32 u4_lev_suffix, u4_lev_suffix_size; in ih264d_cavlc_4x4res_block_totalcoeff_1() local 363 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_1() 365 u2_lev_code += u4_lev_suffix; in ih264d_cavlc_4x4res_block_totalcoeff_1() 493 UWORD32 u4_lev_suffix, u4_suffix_len, u4_lev_suffix_size; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() local 527 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 529 u2_lev_code += u4_lev_suffix; 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() 562 + u4_lev_suffix; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 780 UWORD32 u4_lev_suffix, u4_suffix_len, u4_lev_suffix_size; in ih264d_cavlc_4x4res_block_totalcoeff_11to16() local 798 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_11to16() [all …]
|