aboutsummaryrefslogtreecommitdiff
path: root/decoder/ixheaacd_ps_bitdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/ixheaacd_ps_bitdec.h')
-rw-r--r--decoder/ixheaacd_ps_bitdec.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/decoder/ixheaacd_ps_bitdec.h b/decoder/ixheaacd_ps_bitdec.h
index 67f6106..154a170 100644
--- a/decoder/ixheaacd_ps_bitdec.h
+++ b/decoder/ixheaacd_ps_bitdec.h
@@ -22,11 +22,12 @@
#define EXTENSION_ID_PS_CODING 2
-WORD16 ixheaacd_read_ps_data(ia_ps_dec_struct *ptr_ps_dec,
- ia_bit_buf_struct *it_bit_buff, WORD16 n_bits_left,
- ia_ps_tables_struct *ps_tables_ptr);
+#define EXTENSION_ID_ENHSBR_CODING 3
-VOID ixheaacd_decode_ps_data(ia_ps_dec_struct *ptr_ps_dec);
+IA_ERRORCODE ixheaacd_read_ps_data(ia_ps_dec_struct *ptr_ps_dec, ia_bit_buf_struct *it_bit_buff,
+ WORD16 n_bits_left, ia_ps_tables_struct *ps_tables_ptr);
+
+VOID ixheaacd_decode_ps_data(ia_ps_dec_struct *ptr_ps_dec, WORD32 frame_size);
extern VOID ixheaacd_map_34_params_to_20(WORD16 *a_idx);