• Home
  • Raw
  • Download

Lines Matching refs:ptr_ics_info

354                             ia_ics_info_struct *ptr_ics_info,  in ixheaacd_imdct_process()  argument
371 if (ptr_ics_info->window_sequence != EIGHT_SHORT_SEQUENCE) { in ixheaacd_imdct_process()
375 if ((512 == ptr_ics_info->frame_length) || in ixheaacd_imdct_process()
376 (480 == ptr_ics_info->frame_length)) { in ixheaacd_imdct_process()
377 if (512 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
391 int i, N = (ptr_ics_info->frame_length << 1); in ixheaacd_imdct_process()
412 switch (ptr_ics_info->window_sequence) { in ixheaacd_imdct_process()
419 if (1024 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
420 ia_ics_info_struct *tmp_ptr_ics_info = ptr_ics_info; in ixheaacd_imdct_process()
425 ptr_ics_info = tmp_ptr_ics_info; in ixheaacd_imdct_process()
427 if ((512 == ptr_ics_info->frame_length) || in ixheaacd_imdct_process()
428 (480 == ptr_ics_info->frame_length)) { in ixheaacd_imdct_process()
430 if (512 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
436 } else if (480 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
445 ptr_spec_coeff, ptr_long_window, ptr_ics_info->frame_length, in ixheaacd_imdct_process()
453 if (1024 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
462 if (512 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
465 } else if (480 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
478 if (1024 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
509 if (1024 == ptr_ics_info->frame_length) { in ixheaacd_imdct_process()
555 ->ptr_short_window[(WORD32)ptr_ics_info->window_shape]; in ixheaacd_imdct_process()
633 ptr_aac_dec_overlap_info->window_shape = ptr_ics_info->window_shape; in ixheaacd_imdct_process()
634 ptr_aac_dec_overlap_info->window_sequence = ptr_ics_info->window_sequence; in ixheaacd_imdct_process()