Searched refs:hstartcol (Results 1 – 1 of 1) sorted by relevance
319 int hstartcol; in jpc_qmfb_split_row() local332 hstartcol = (numcols + 1 - parity) >> 1; in jpc_qmfb_split_row()333 m = (parity) ? hstartcol : (numcols - hstartcol); in jpc_qmfb_split_row()353 dstptr = &a[hstartcol]; in jpc_qmfb_split_row()387 int hstartcol; in jpc_qmfb_split_col() local400 hstartcol = (numrows + 1 - parity) >> 1; in jpc_qmfb_split_col()401 m = (parity) ? hstartcol : (numrows - hstartcol); in jpc_qmfb_split_col()421 dstptr = &a[hstartcol * stride]; in jpc_qmfb_split_col()458 int hstartcol; in jpc_qmfb_split_colgrp() local471 hstartcol = (numrows + 1 - parity) >> 1; in jpc_qmfb_split_colgrp()[all …]