Searched refs:h_lores (Results 1 – 2 of 2) sorted by relevance
653 void FDKsbrEnc_UpdateLoRes(UCHAR *h_lores, INT *num_lores, UCHAR *h_hires, in FDKsbrEnc_UpdateLoRes() argument661 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()
663 static void sbrdecUpdateLoRes(UCHAR *h_lores, UCHAR *num_lores, UCHAR *h_hires, in sbrdecUpdateLoRes() argument671 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()