HomeSort by relevance Sort by last modified time
    Searched refs:tns_coeff_ptr (Results 1 - 3 of 3) sorted by null

  /external/libxaac/decoder/
ixheaacd_pns_js_thumb.c 201 WORD16 *tns_coeff_ptr; local
206 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3_16;
209 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4_16;
215 *ptr_par_coef++ = tns_coeff_ptr[temp + ixheaacd_drc_offset];
224 WORD32 *tns_coeff_ptr; local
229 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3;
232 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4;
238 *ptr_par_coef++ = tns_coeff_ptr[temp + offset];
ixheaacd_tns.c 56 const WORD32 *tns_coeff_ptr; local
62 tns_coeff_ptr = usac_data->tns_coeff3_32;
64 tns_coeff_ptr = usac_data->tns_coeff4_32;
71 *ptr_par_coeff++ = tns_coeff_ptr[temp + ixheaacd_drc_offset];
ixheaacd_aac_tns.c 80 WORD32 *tns_coeff_ptr; local
85 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3;
89 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4;
94 *aptr++ = tns_coeff_ptr[filter->coef[i] + ixheaacd_drc_offset];

Completed in 2603 milliseconds