OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:str_crc_reg_data
(Results
1 - 3
of
3
) sorted by null
/external/libxaac/decoder/
ixheaacd_adts_crc_check.c
93
ptr_adts_crc_info->
str_crc_reg_data
[ptr_adts_crc_info->no_reg].bit_cnt = 0;
94
ptr_adts_crc_info->
str_crc_reg_data
[ptr_adts_crc_info->no_reg].max_bits =
111
ptr_adts_crc_info->
str_crc_reg_data
[ptr_adts_crc_info->no_reg].buf_size =
113
ptr_adts_crc_info->
str_crc_reg_data
[ptr_adts_crc_info->no_reg].active = 1;
117
&(ptr_adts_crc_info->
str_crc_reg_data
[ptr_adts_crc_info->no_reg]
127
ptr_adts_crc_info->
str_crc_reg_data
[reg].active = 0;
128
ptr_adts_crc_info->
str_crc_reg_data
[reg].bit_buf_cnt =
129
ptr_adts_crc_info->
str_crc_reg_data
[reg].str_bit_buf.cnt_bits -
162
ptr_reg_data = &ptr_adts_crc_info->
str_crc_reg_data
[reg];
165
if (ptr_adts_crc_info->
str_crc_reg_data
[reg].bit_buf_cnt
[
all
...]
ixheaacd_bitbuffer.h
56
ia_crc_reg_data_struct
str_crc_reg_data
[MAX_CRC_REGS];
member in struct:__anon26482
ixheaacd_aacdecoder.c
550
if (ptr_adts_crc_info->
str_crc_reg_data
[crc_reg].bit_buf_cnt) {
551
ptr_adts_crc_info->
str_crc_reg_data
[crc_reg].max_bits =
552
ptr_adts_crc_info->
str_crc_reg_data
[crc_reg].bit_buf_cnt;
[
all
...]
Completed in 77 milliseconds