Home
last modified time | relevance | path

Searched refs:h_lores (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
Dsbrenc_freq_sca.cpp653 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()
/external/aac/libSBRdec/src/
Dsbrdec_freq_sca.cpp663 static void sbrdecUpdateLoRes(UCHAR *h_lores, UCHAR *num_lores, UCHAR *h_hires, in sbrdecUpdateLoRes() argument
671 for (i = 0; i <= *num_lores; i++) h_lores[i] = h_hires[i * 2]; in sbrdecUpdateLoRes()
676 h_lores[0] = h_hires[0]; in sbrdecUpdateLoRes()
678 h_lores[i] = h_hires[i * 2 - 1]; in sbrdecUpdateLoRes()