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

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

Completed in 98 milliseconds