Home
last modified time | relevance | path

Searched refs:ALIGN_SIZE64 (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_sbrdec_initfuncs.c74 #define ALIGN_SIZE64(x) ((((x) + 7) >> 3) << 3) macro
77 return (ALIGN_SIZE64(sizeof(ia_sbr_pers_struct))); in ixheaacd_getsize_sbr_persistent()
253 temp_used += ALIGN_SIZE64(sizeof(ia_freq_band_data_struct)); in ixheaacd_set_sbr_persistent_buffers()
258 temp_used += ALIGN_SIZE64(sizeof(ia_sbr_prev_frame_data_struct)); in ixheaacd_set_sbr_persistent_buffers()
263 temp_used += ALIGN_SIZE64(sizeof(ia_sbr_channel_struct)); in ixheaacd_set_sbr_persistent_buffers()
268 temp_used += ALIGN_SIZE64(sizeof(ia_sbr_header_data_struct)); in ixheaacd_set_sbr_persistent_buffers()
434 temp_used += ALIGN_SIZE64(sizeof(ia_freq_band_data_struct)); in ia_enhaacplus_dec_get_sbr_buffers_size()
435 temp_used += ALIGN_SIZE64(sizeof(ia_sbr_prev_frame_data_struct)); in ia_enhaacplus_dec_get_sbr_buffers_size()
436 temp_used += ALIGN_SIZE64(sizeof(ia_sbr_channel_struct)); in ia_enhaacplus_dec_get_sbr_buffers_size()
437 temp_used += ALIGN_SIZE64(sizeof(ia_sbr_header_data_struct)); in ia_enhaacplus_dec_get_sbr_buffers_size()
Dixheaacd_initfuncs.c87 #define ALIGN_SIZE64(x) ((((x) + 7) >> 3) << 3) macro
111 ALIGN_SIZE64(MAXSBRBYTES) * num_channel * sizeof(WORD8)); in ixheaacd_set_aac_persistent_buffers()
113 persistent_used += ALIGN_SIZE64(MAXSBRBYTES) * num_channel * sizeof(WORD8); in ixheaacd_set_aac_persistent_buffers()
359 &aac_persistent_mem->sbr_payload_buffer[ALIGN_SIZE64(MAXSBRBYTES) * i]; in ixheaacd_aac_decoder_init()
Dixheaacd_api.c113 #define ALIGN_SIZE64(x) ((((x) + 7) >> 3) << 3) macro
1003 (max_channels)*2 * ALIGN_SIZE64(sizeof(ia_aac_dec_sbr_bitstream_struct)); in ixheaacd_persistent_buffer_sizes()
1005 size_buffers += ALIGN_SIZE64(MAXSBRBYTES) * num_channel * sizeof(WORD8); in ixheaacd_persistent_buffer_sizes()
1044 size_buffers += num_channel * ALIGN_SIZE64(temp); in ixheaacd_persistent_buffer_sizes()
1297 ALIGN_SIZE64(sizeof(ia_aac_dec_sbr_bitstream_struct))); in ixheaacd_dec_init()
1301 ALIGN_SIZE64(sizeof(ia_aac_dec_sbr_bitstream_struct))); in ixheaacd_dec_init()
1305 (2) * 2 * ALIGN_SIZE64(sizeof(ia_aac_dec_sbr_bitstream_struct))); in ixheaacd_dec_init()
1308 (2) * 2 * ALIGN_SIZE64(sizeof(ia_aac_dec_sbr_bitstream_struct))); in ixheaacd_dec_init()
Dixheaacd_env_calc.c665 #define ALIGN_SIZE64(x) ((((x) + 7) >> 3) << 3) macro
730 ALIGN_SIZE64(sizeof(ia_sbr_frame_info_data_struct))); in ixheaacd_calc_sbrenvelope()
Dixheaacd_sbrdec_lpfuncs.c74 #define ALIGN_SIZE64(x) ((((x) + 7) >> 3) << 3) macro