Searched refs:pstr_h_bit_stream (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libxaac/encoder/ |
H A D | ixheaace_write_bitstream.c | 559 ixheaace_bit_buf_handle pstr_h_bit_stream) { in ia_enhaacplus_enc_write_fill_element_LC() argument 565 ixheaace_write_bits(pstr_h_bit_stream, ID_FIL, 3); in ia_enhaacplus_enc_write_fill_element_LC() 567 ixheaace_write_bits(pstr_h_bit_stream, cnt, 4); in ia_enhaacplus_enc_write_fill_element_LC() 574 ixheaace_write_bits(pstr_h_bit_stream, esc_count, 8); in ia_enhaacplus_enc_write_fill_element_LC() 583 ixheaace_write_bits(pstr_h_bit_stream, *ptr_anc_bytes++, 8); in ia_enhaacplus_enc_write_fill_element_LC() 585 ixheaace_write_bits(pstr_h_bit_stream, 0, 8); in ia_enhaacplus_enc_write_fill_element_LC()
|