Lines Matching refs:ptr_ics_info
351 ia_ics_info_struct *ptr_ics_info, in ixheaacd_imdct_process() argument
368 if (ptr_ics_info->window_sequence != EIGHT_SHORT_SEQUENCE) { in ixheaacd_imdct_process()
372 if ((512 == ptr_ics_info->frame_length) || in ixheaacd_imdct_process()
373 (480 == ptr_ics_info->frame_length)) { in ixheaacd_imdct_process()
374 if (512 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
388 int i, N = (ptr_ics_info->frame_length << 1); in ixheaacd_imdct_process()
409 switch (ptr_ics_info->window_sequence) { in ixheaacd_imdct_process()
416 if (1024 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
417 ia_ics_info_struct *tmp_ptr_ics_info = ptr_ics_info; in ixheaacd_imdct_process()
422 ptr_ics_info = tmp_ptr_ics_info; in ixheaacd_imdct_process()
424 if ((512 == ptr_ics_info->frame_length) || in ixheaacd_imdct_process()
425 (480 == ptr_ics_info->frame_length)) { in ixheaacd_imdct_process()
427 if (512 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
433 } else if (480 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
442 ptr_spec_coeff, ptr_long_window, ptr_ics_info->frame_length, in ixheaacd_imdct_process()
450 if (1024 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
459 if (512 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
462 } else if (480 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
475 if (1024 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
506 if (1024 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
552 ->ptr_short_window[(WORD32)ptr_ics_info->window_shape]; in ixheaacd_imdct_process()
630 ptr_aac_dec_overlap_info->window_shape = ptr_ics_info->window_shape; in ixheaacd_imdct_process()
631 ptr_aac_dec_overlap_info->window_sequence = ptr_ics_info->window_sequence; in ixheaacd_imdct_process()