Searched refs:num_hires (Results 1 – 3 of 3) sorted by relevance
622 INT *num_hires, in FDKsbrEnc_UpdateHiRes() argument647 *num_hires = num_master - *xover_band; in FDKsbrEnc_UpdateHiRes()667 FDKsbrEnc_UpdateLoRes(UCHAR * h_lores, INT *num_lores, UCHAR * h_hires, INT num_hires) in FDKsbrEnc_UpdateLoRes() argument671 if(num_hires%2 == 0) /* if even number of hires bands */ in FDKsbrEnc_UpdateLoRes()673 *num_lores=num_hires/2; in FDKsbrEnc_UpdateLoRes()681 *num_lores=(num_hires+1)/2; in FDKsbrEnc_UpdateLoRes()
111 INT *num_hires,121 INT num_hires
600 UCHAR * num_hires, in sbrdecUpdateHiRes() argument607 *num_hires = num_bands-xover_band; in sbrdecUpdateHiRes()622 UCHAR num_hires) in sbrdecUpdateLoRes() argument626 if( (num_hires & 1) == 0) { in sbrdecUpdateLoRes()628 *num_lores = num_hires >> 1; in sbrdecUpdateLoRes()635 *num_lores = (num_hires+1) >> 1; in sbrdecUpdateLoRes()