Lines Matching refs:ptr_ics_info
352 ia_ics_info_struct *ptr_ics_info, in ixheaacd_imdct_process() argument
369 if (ptr_ics_info->window_sequence != EIGHT_SHORT_SEQUENCE) { in ixheaacd_imdct_process()
373 if ((512 == ptr_ics_info->frame_length) || in ixheaacd_imdct_process()
374 (480 == ptr_ics_info->frame_length)) { in ixheaacd_imdct_process()
375 if (512 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
389 int i, N = (ptr_ics_info->frame_length << 1); in ixheaacd_imdct_process()
410 switch (ptr_ics_info->window_sequence) { in ixheaacd_imdct_process()
417 if (1024 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
418 ia_ics_info_struct *tmp_ptr_ics_info = ptr_ics_info; in ixheaacd_imdct_process()
423 ptr_ics_info = tmp_ptr_ics_info; in ixheaacd_imdct_process()
425 if ((512 == ptr_ics_info->frame_length) || in ixheaacd_imdct_process()
426 (480 == ptr_ics_info->frame_length)) { in ixheaacd_imdct_process()
428 if (512 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
434 } else if (480 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
443 ptr_spec_coeff, ptr_long_window, ptr_ics_info->frame_length, in ixheaacd_imdct_process()
451 if (1024 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
460 if (512 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
463 } else if (480 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
476 if (1024 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
507 if (1024 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
553 ->ptr_short_window[(WORD32)ptr_ics_info->window_shape]; in ixheaacd_imdct_process()
631 ptr_aac_dec_overlap_info->window_shape = ptr_ics_info->window_shape; in ixheaacd_imdct_process()
632 ptr_aac_dec_overlap_info->window_sequence = ptr_ics_info->window_sequence; in ixheaacd_imdct_process()