Searched refs:h_lores (Results 1 – 2 of 2) sorted by relevance
667 FDKsbrEnc_UpdateLoRes(UCHAR * h_lores, INT *num_lores, UCHAR * h_hires, INT num_hires) in FDKsbrEnc_UpdateLoRes() argument676 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()
619 sbrdecUpdateLoRes(UCHAR * h_lores, in sbrdecUpdateLoRes() argument631 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()