Lines Matching refs:maxcols

1568     int maxcols;  in jpc_ft_analyze()  local
1570 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() local
1614 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()
1622 jpc_ft_invlift_colres(startptr, numrows, numcols - maxcols, stride, in jpc_ft_synthesize()
1624 jpc_qmfb_join_colres(startptr, numrows, numcols - maxcols, stride, in jpc_ft_synthesize()
3081 int maxcols; in jpc_ns_analyze() local
3083 maxcols = (numcols / JPC_QMFB_COLGRPSIZE) * JPC_QMFB_COLGRPSIZE; in jpc_ns_analyze()
3085 for (i = 0; i < maxcols; i += JPC_QMFB_COLGRPSIZE) { in jpc_ns_analyze()
3090 if (maxcols < numcols) { in jpc_ns_analyze()
3091 jpc_qmfb_split_colres(startptr, numrows, numcols - maxcols, stride, in jpc_ns_analyze()
3093 jpc_ns_fwdlift_colres(startptr, numrows, numcols - maxcols, stride, in jpc_ns_analyze()
3116 int maxcols; in jpc_ns_synthesize() local
3127 maxcols = (numcols / JPC_QMFB_COLGRPSIZE) * JPC_QMFB_COLGRPSIZE; in jpc_ns_synthesize()
3129 for (i = 0; i < maxcols; i += JPC_QMFB_COLGRPSIZE) { in jpc_ns_synthesize()
3134 if (maxcols < numcols) { in jpc_ns_synthesize()
3135 jpc_ns_invlift_colres(startptr, numrows, numcols - maxcols, stride, in jpc_ns_synthesize()
3137 jpc_qmfb_join_colres(startptr, numrows, numcols - maxcols, stride, in jpc_ns_synthesize()