Searched refs:num_lores (Results 1 – 3 of 3) sorted by relevance
653 void FDKsbrEnc_UpdateLoRes(UCHAR *h_lores, INT *num_lores, UCHAR *h_hires, in FDKsbrEnc_UpdateLoRes() argument659 *num_lores = num_hires / 2; in FDKsbrEnc_UpdateLoRes()661 for (i = 0; i <= *num_lores; i++) h_lores[i] = h_hires[i * 2]; in FDKsbrEnc_UpdateLoRes()665 *num_lores = (num_hires + 1) / 2; in FDKsbrEnc_UpdateLoRes()669 for (i = 1; i <= *num_lores; i++) { in FDKsbrEnc_UpdateLoRes()
123 void FDKsbrEnc_UpdateLoRes(UCHAR *v_lores, INT *num_lores, UCHAR *v_hires,
660 static void sbrdecUpdateLoRes(UCHAR *h_lores, UCHAR *num_lores, UCHAR *h_hires, in sbrdecUpdateLoRes() argument666 *num_lores = num_hires >> 1; in sbrdecUpdateLoRes()668 for (i = 0; i <= *num_lores; i++) h_lores[i] = h_hires[i * 2]; in sbrdecUpdateLoRes()671 *num_lores = (num_hires + 1) >> 1; in sbrdecUpdateLoRes()674 for (i = 1; i <= *num_lores; i++) { in sbrdecUpdateLoRes()