Searched refs:ALIGN_SIZE64 (Results 1 – 5 of 5) sorted by relevance
74 #define ALIGN_SIZE64(x) ((((x) + 7) >> 3) << 3) macro77 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()
84 #define ALIGN_SIZE64(x) ((((x) + 7) >> 3) << 3) macro108 ALIGN_SIZE64(MAXSBRBYTES) * num_channel * sizeof(WORD8)); in ixheaacd_set_aac_persistent_buffers()110 persistent_used += ALIGN_SIZE64(MAXSBRBYTES) * num_channel * sizeof(WORD8); in ixheaacd_set_aac_persistent_buffers()356 &aac_persistent_mem->sbr_payload_buffer[ALIGN_SIZE64(MAXSBRBYTES) * i]; in ixheaacd_aac_decoder_init()
113 #define ALIGN_SIZE64(x) ((((x) + 7) >> 3) << 3) macro1067 (max_channels)*2 * ALIGN_SIZE64(sizeof(ia_aac_dec_sbr_bitstream_struct)); in ixheaacd_persistent_buffer_sizes()1069 size_buffers += ALIGN_SIZE64(MAXSBRBYTES) * num_channel * sizeof(WORD8); in ixheaacd_persistent_buffer_sizes()1108 size_buffers += num_channel * ALIGN_SIZE64(temp); in ixheaacd_persistent_buffer_sizes()1372 ALIGN_SIZE64(sizeof(ia_aac_dec_sbr_bitstream_struct))); in ixheaacd_dec_init()1376 ALIGN_SIZE64(sizeof(ia_aac_dec_sbr_bitstream_struct))); in ixheaacd_dec_init()1380 (2) * 2 * ALIGN_SIZE64(sizeof(ia_aac_dec_sbr_bitstream_struct))); in ixheaacd_dec_init()1383 (2) * 2 * ALIGN_SIZE64(sizeof(ia_aac_dec_sbr_bitstream_struct))); in ixheaacd_dec_init()
665 #define ALIGN_SIZE64(x) ((((x) + 7) >> 3) << 3) macro730 ALIGN_SIZE64(sizeof(ia_sbr_frame_info_data_struct))); in ixheaacd_calc_sbrenvelope()
74 #define ALIGN_SIZE64(x) ((((x) + 7) >> 3) << 3) macro