Lines Matching refs:ii
39 for (uint32_t ii=0; ii<rows; ii++) in hsg_transpose() local
40 map_curr[ii] = ii; in hsg_transpose()
47 for (uint32_t ii=0; ii<rows; ii++) in hsg_transpose() local
49 uint32_t const left = map_curr[ii]; in hsg_transpose()
59 map_next[ii] = stay + (rows << (cc-1)); in hsg_transpose()
61 pfn_blend(cc,ii,jj,blend); // log2,left,right,payload in hsg_transpose()
76 for (uint32_t ii=0; ii<rows; ii++) in hsg_transpose() local
77 pfn_remap(ii,map_curr[ii] >> cols_log2,remap); in hsg_transpose()
105 for (uint32_t ii=0; ii<cols; ii++) in hsg_debug_blend() local
106 b[row_ll*cols+ii] = ((ii >> cols_log2-1) & 1) ? ll[ii] : ur[ii^(1<<cols_log2-1)]; in hsg_debug_blend()
108 for (uint32_t ii=0; ii<cols; ii++) in hsg_debug_blend() local
109 b[row_ur*cols+ii] = ((ii >> cols_log2-1) & 1) ? ll[ii^(1<<cols_log2-1)] : ur[ii]; in hsg_debug_blend()