Searched refs:num_hires (Results 1 – 3 of 3) sorted by relevance
615 INT FDKsbrEnc_UpdateHiRes(UCHAR *h_hires, INT *num_hires, UCHAR *v_k_master, in FDKsbrEnc_UpdateHiRes() argument636 *num_hires = num_master - *xover_band; in FDKsbrEnc_UpdateHiRes()654 INT num_hires) { in FDKsbrEnc_UpdateLoRes() argument657 if (num_hires % 2 == 0) /* if even number of hires bands */ in FDKsbrEnc_UpdateLoRes()659 *num_lores = num_hires / 2; in FDKsbrEnc_UpdateLoRes()665 *num_lores = (num_hires + 1) / 2; in FDKsbrEnc_UpdateLoRes()
120 INT FDKsbrEnc_UpdateHiRes(UCHAR *h_hires, INT *num_hires, UCHAR *v_k_master,124 INT num_hires);
645 static void sbrdecUpdateHiRes(UCHAR *h_hires, UCHAR *num_hires, in sbrdecUpdateHiRes() argument650 *num_hires = num_bands - xover_band; in sbrdecUpdateHiRes()661 UCHAR num_hires) { in sbrdecUpdateLoRes() argument664 if ((num_hires & 1) == 0) { in sbrdecUpdateLoRes()666 *num_lores = num_hires >> 1; in sbrdecUpdateLoRes()671 *num_lores = (num_hires + 1) >> 1; in sbrdecUpdateLoRes()