Searched refs:u4_index (Results 1 – 2 of 2) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_parse_cavlc.c | 598 UWORD32 u4_index; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() local 602 NEXTBITS(u4_index, u4_bitstream_offset, pu4_bitstrm_buf, 6); in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 603 u4_total_zeroes = ppu1_total_zero_lkup[u4_total_coeff - 2][u4_index]; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() 913 UWORD32 u4_index; in ih264d_cavlc_4x4res_block_totalcoeff_11to16() local 917 NEXTBITS(u4_index, u4_bitstream_offset, pu4_bitstrm_buf, 4); in ih264d_cavlc_4x4res_block_totalcoeff_11to16() 918 u4_total_zeroes = ppu1_total_zero_lkup[u4_total_coeff - 11][u4_index]; in ih264d_cavlc_4x4res_block_totalcoeff_11to16() 1242 UWORD32 u4_code, u4_index, u4_ldz; in ih264d_cavlc_parse4x4coeff_n0to7() local 1252 NEXTBITS(u4_index, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_parse4x4coeff_n0to7() 1253 u4_index += (u4_ldz << 3); in ih264d_cavlc_parse4x4coeff_n0to7() 1254 u4_index += u4_offset_num_vlc; in ih264d_cavlc_parse4x4coeff_n0to7() [all …]
|
/external/libavc/encoder/ |
D | ih264e_cavlc.c | 534 UWORD32 u4_index; in ih264e_write_coeff4x4_cavlc() local 538 u4_index = gu1_index_run_table[MAX_ZERO_LEFT]; in ih264e_write_coeff4x4_cavlc() 542 u4_index = gu1_index_run_table[u4_zeros_left - 1]; in ih264e_write_coeff4x4_cavlc() 545 u4_codesize = gu1_size_run_table[u4_index + u4_run_before]; in ih264e_write_coeff4x4_cavlc() 546 u4_codeword = gu1_code_run_table[u4_index + u4_run_before]; in ih264e_write_coeff4x4_cavlc()
|