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() 490 UWORD32 u4_lev_suffix, u4_suffix_len, u4_lev_suffix_size; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() local 524 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 526 u2_lev_code += u4_lev_suffix; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 556 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 559 + u4_lev_suffix; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 771 UWORD32 u4_lev_suffix, u4_suffix_len, u4_lev_suffix_size; in ih264d_cavlc_4x4res_block_totalcoeff_11to16() local 789 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_11to16() [all …]
|