Searched refs:maxcols (Results 1 – 1 of 1) sorted by relevance
1568 int maxcols; in jpc_ft_analyze() local1570 maxcols = (numcols / JPC_QMFB_COLGRPSIZE) * JPC_QMFB_COLGRPSIZE; in jpc_ft_analyze()1572 for (i = 0; i < maxcols; i += JPC_QMFB_COLGRPSIZE) { in jpc_ft_analyze()1577 if (maxcols < numcols) { in jpc_ft_analyze()1578 jpc_qmfb_split_colres(startptr, numrows, numcols - maxcols, stride, in jpc_ft_analyze()1580 jpc_ft_fwdlift_colres(startptr, numrows, numcols - maxcols, stride, in jpc_ft_analyze()1603 int maxcols; in jpc_ft_synthesize() local1614 maxcols = (numcols / JPC_QMFB_COLGRPSIZE) * JPC_QMFB_COLGRPSIZE; in jpc_ft_synthesize()1616 for (i = 0; i < maxcols; i += JPC_QMFB_COLGRPSIZE) { in jpc_ft_synthesize()1621 if (maxcols < numcols) { in jpc_ft_synthesize()[all …]