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.cpp667 FDKsbrEnc_UpdateLoRes(UCHAR * h_lores, INT *num_lores, UCHAR * h_hires, INT num_hires) in FDKsbrEnc_UpdateLoRes() argument
676 h_lores[i]=h_hires[i*2]; in FDKsbrEnc_UpdateLoRes()
684 h_lores[0]=h_hires[0]; in FDKsbrEnc_UpdateLoRes()
687 h_lores[i]=h_hires[i*2-1]; in FDKsbrEnc_UpdateLoRes()
/external/aac/libSBRdec/src/
Dsbrdec_freq_sca.cpp619 sbrdecUpdateLoRes(UCHAR * h_lores, in sbrdecUpdateLoRes() argument
631 h_lores[i] = h_hires[i*2]; in sbrdecUpdateLoRes()
637 h_lores[0] = h_hires[0]; in sbrdecUpdateLoRes()
639 h_lores[i] = h_hires[i*2-1]; in sbrdecUpdateLoRes()