/external/libxaac/decoder/ |
ixheaacd_basic_ops.h | 106 b = ixheaacd_min32(b, 31); 118 b = ixheaacd_min32(b, 31);
|
ixheaacd_tns.c | 240 start = ixheaacd_min32(start, tmp); 242 start = ixheaacd_min32(start, nbands); 245 stop = ixheaacd_min32(stop, tmp); 246 stop = ixheaacd_min32(stop, nbands); 280 scale_spec = ixheaacd_min32(scale_spec, 31);
|
ixheaacd_pns_js_thumb.c | 327 start = ixheaacd_min32(ixheaacd_min32(filter->start_band, tns_max_bands), 332 stop = ixheaacd_min32(ixheaacd_min32(filter->stop_band, tns_max_bands), 376 scale_spec = ixheaacd_min32(scale_spec, 31); 405 scale_spec = ixheaacd_min32(scale_spec, 31);
|
ixheaacd_rev_vlc.c | 1059 common_min = ixheaacd_min32( 1062 ptr_aac_dec_channel_info->ptr_scale_factor[bnds] = ixheaacd_min32( 1066 ptr_aac_dec_channel_info->ptr_scale_factor[bnds] = ixheaacd_min32( 1075 common_min = ixheaacd_min32( 1078 ptr_aac_dec_channel_info->ptr_scale_factor[bnds] = ixheaacd_min32( 1082 ptr_aac_dec_channel_info->ptr_scale_factor[bnds] = ixheaacd_min32( 1097 common_min = ixheaacd_min32( 1100 ptr_aac_dec_channel_info->ptr_scale_factor[bnds] = ixheaacd_min32( 1104 ptr_aac_dec_channel_info->ptr_scale_factor[bnds] = ixheaacd_min32( [all...] |
ixheaacd_ps_dec.c | 538 maxsband = ixheaacd_min32(usb, ps_tables_ptr->borders_group[gr + 1]); 609 maxsband = ixheaacd_min32((WORD16)usb, ps_tables_ptr->borders_group[21]); 636 maxsband = ixheaacd_min32((WORD16)usb, ps_tables_ptr->borders_group[22]); 932 max_subband = ixheaacd_min32( [all...] |
ixheaacd_sbr_dec.c | 833 ptr_sbr_dec->max_samp_val = ixheaacd_min32(reserve, reserve_ov1); 840 reserve_ov1 = ixheaacd_min32(reserve_ov1, reserve_ov2); 845 min_shift = ixheaacd_min32(shift1, shift2); 903 ixheaacd_min32(ptr_sbr_dec->str_sbr_scale_fact.ov_lb_scale, [all...] |
ixheaacd_basic_ops32.h | 23 static PLATFORM_INLINE WORD32 ixheaacd_min32(WORD32 a, WORD32 b) { function
|
ixheaacd_basic_ops_arr.h | 235 min_value = ixheaacd_min32(min_value, word32_arr[i]);
|
ixheaacd_env_dec.c | 172 tar = ixheaacd_min32(ixheaacd_drc_offset, band); 199 tar = ixheaacd_min32(ixheaacd_drc_offset, band);
|
ixheaacd_sbrdec_lpfuncs.c | 408 sb = ixheaacd_min32(sb, p_str_patch_param[patch].src_start_band); 446 start_band = ixheaacd_min32(old_lsb, new_lsb); [all...] |
ixheaacd_lpp_tran.c | 902 ixheaacd_min32(scale_factor->ov_lb_scale, scale_factor->lb_scale); [all...] |
ixheaacd_qmf_dec.c | 758 code_scale_factor = ixheaacd_min32(lb_scale, ov_lb_scale); [all...] |
ixheaacd_env_calc.c | [all...] |
/external/libxaac/decoder/armv8/ |
ixheaacd_qmf_dec_armv8.c | [all...] |
/external/libxaac/decoder/generic/ |
ixheaacd_qmf_dec_generic.c | [all...] |