Searched refs:str_bit_buf (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_adts_crc_check.c | 132 .str_bit_buf)); in ixheaacd_adts_crc_start_reg() 143 ptr_adts_crc_info->str_crc_reg_data[reg].str_bit_buf.cnt_bits - in ixheaacd_adts_crc_end_reg() 189 if (ptr_reg_data->str_bit_buf.cnt_bits < 8) { in ixheaacd_adts_crc_check_crc() 194 .str_bit_buf), in ixheaacd_adts_crc_check_crc() 200 if (ptr_reg_data->str_bit_buf.cnt_bits < bits_remaining) { in ixheaacd_adts_crc_check_crc() 205 .str_bit_buf), in ixheaacd_adts_crc_check_crc()
|
H A D | ixheaacd_bitbuffer.h | 50 struct ia_crc_bit_buf_struct str_bit_buf; member
|
H A D | ixheaacd_struct_def.h | 165 struct ia_bit_buf_struct str_bit_buf, *pstr_bit_buf; member
|
H A D | ixheaacd_api.c | 1810 &p_state_enhaacplus_dec->str_bit_buf, (UWORD8 *)in_buffer, in ixheaacd_dec_init()
|
/aosp_15_r20/external/libxaac/encoder/ |
H A D | ixheaace_struct_def.h | 104 ia_bit_buf_struct str_bit_buf; member
|
H A D | ixheaace_api.c | 2178 &(pstr_api_struct->pstr_state->str_bit_buf), pstr_api_struct->pp_mem[IA_MEMTYPE_OUTPUT], in ia_usac_enc_init() 3017 ia_bit_buf_struct *pstr_it_bit_buff = &pstr_state->str_bit_buf; in iusace_process() 3817 &(pstr_api_struct->pstr_state->str_bit_buf), pstr_api_struct->pp_mem[IA_MEMTYPE_OUTPUT], in ixheaace_init()
|
/aosp_15_r20/external/libxaac/decoder/drc_src/ |
H A D | impd_drc_api_struct_def.h | 134 struct ia_bit_buf_struct str_bit_buf, *pstr_bit_buf; member
|
H A D | impd_drc_init.c | 386 impd_create_init_bit_buf(&p_obj_drc->str_bit_buf, in impd_drc_init() 390 p_obj_drc->pstr_bit_buf = &p_obj_drc->str_bit_buf; in impd_drc_init()
|