Lines Matching refs:hstartcol

319     int hstartcol;  in jpc_qmfb_split_row()  local
332 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() local
400 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() local
471 hstartcol = (numrows + 1 - parity) >> 1; in jpc_qmfb_split_colgrp()
472 m = (parity) ? hstartcol : (numrows - hstartcol); in jpc_qmfb_split_colgrp()
504 dstptr = &a[hstartcol * stride]; in jpc_qmfb_split_colgrp()
547 int hstartcol; in jpc_qmfb_split_colres() local
560 hstartcol = (numrows + 1 - parity) >> 1; in jpc_qmfb_split_colres()
561 m = (parity) ? hstartcol : (numrows - hstartcol); in jpc_qmfb_split_colres()
593 dstptr = &a[hstartcol * stride]; in jpc_qmfb_split_colres()
631 int hstartcol; in jpc_qmfb_join_row() local
643 hstartcol = (numcols + 1 - parity) >> 1; in jpc_qmfb_join_row()
646 n = hstartcol; in jpc_qmfb_join_row()
655 srcptr = &a[hstartcol]; in jpc_qmfb_join_row()
657 n = numcols - hstartcol; in jpc_qmfb_join_row()
666 n = hstartcol; in jpc_qmfb_join_row()
696 int hstartcol; in jpc_qmfb_join_col() local
708 hstartcol = (numrows + 1 - parity) >> 1; in jpc_qmfb_join_col()
711 n = hstartcol; in jpc_qmfb_join_col()
720 srcptr = &a[hstartcol * stride]; in jpc_qmfb_join_col()
722 n = numrows - hstartcol; in jpc_qmfb_join_col()
731 n = hstartcol; in jpc_qmfb_join_col()
764 int hstartcol; in jpc_qmfb_join_colgrp() local
776 hstartcol = (numrows + 1 - parity) >> 1; in jpc_qmfb_join_colgrp()
779 n = hstartcol; in jpc_qmfb_join_colgrp()
794 srcptr = &a[hstartcol * stride]; in jpc_qmfb_join_colgrp()
796 n = numrows - hstartcol; in jpc_qmfb_join_colgrp()
811 n = hstartcol; in jpc_qmfb_join_colgrp()
850 int hstartcol; in jpc_qmfb_join_colres() local
862 hstartcol = (numrows + 1 - parity) >> 1; in jpc_qmfb_join_colres()
865 n = hstartcol; in jpc_qmfb_join_colres()
880 srcptr = &a[hstartcol * stride]; in jpc_qmfb_join_colres()
882 n = numrows - hstartcol; in jpc_qmfb_join_colres()
897 n = hstartcol; in jpc_qmfb_join_colres()