Home
last modified time | relevance | path

Searched refs:h_hires (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSBRenc/src/
Dsbrenc_freq_sca.cpp615 INT FDKsbrEnc_UpdateHiRes(UCHAR *h_hires, INT *num_hires, UCHAR *v_k_master, in FDKsbrEnc_UpdateHiRes() argument
638 h_hires[i - *xover_band] = v_k_master[i]; in FDKsbrEnc_UpdateHiRes()
653 void FDKsbrEnc_UpdateLoRes(UCHAR *h_lores, INT *num_lores, UCHAR *h_hires, in FDKsbrEnc_UpdateLoRes() argument
661 for (i = 0; i <= *num_lores; i++) h_lores[i] = h_hires[i * 2]; in FDKsbrEnc_UpdateLoRes()
668 h_lores[0] = h_hires[0]; in FDKsbrEnc_UpdateLoRes()
670 h_lores[i] = h_hires[i * 2 - 1]; in FDKsbrEnc_UpdateLoRes()
Dsbrenc_freq_sca.h120 INT FDKsbrEnc_UpdateHiRes(UCHAR *h_hires, INT *num_hires, UCHAR *v_k_master,
/external/aac/libSBRdec/src/
Dsbrdec_freq_sca.cpp645 static void sbrdecUpdateHiRes(UCHAR *h_hires, UCHAR *num_hires, in sbrdecUpdateHiRes() argument
653 h_hires[i - xover_band] = v_k_master[i]; in sbrdecUpdateHiRes()
660 static void sbrdecUpdateLoRes(UCHAR *h_lores, UCHAR *num_lores, UCHAR *h_hires, in sbrdecUpdateLoRes() argument
668 for (i = 0; i <= *num_lores; i++) h_lores[i] = h_hires[i * 2]; in sbrdecUpdateLoRes()
673 h_lores[0] = h_hires[0]; in sbrdecUpdateLoRes()
675 h_lores[i] = h_hires[i * 2 - 1]; in sbrdecUpdateLoRes()