Searched refs:num_lines (Results 1 – 2 of 2) sorted by relevance
9253 int data_width, int num_lines) { in CompressPiz() argument9277 cd.ny = num_lines; in CompressPiz()9291 for (int y = 0; y < num_lines; ++y) { in CompressPiz()9373 int num_lines) { in DecompressPiz() argument9449 channelData[i].ny = num_lines; in DecompressPiz()9471 for (int y = 0; y < num_lines; y++) { in DecompressPiz()9626 const float *inPtr, int width, int num_lines, int num_channels, in CompressZfp() argument9632 TEXR_ASSERT((num_lines % 4) == 0); in CompressZfp()9634 if ((width & 3U) || (num_lines & 3U)) { in CompressZfp()9640 zfp_type_float, width, num_lines * num_channels); in CompressZfp()[all …]
1677 int num_lines = ((max_req_len << 2) - hdr_len) / stride_b; in x11_present_to_x11_sw() local1681 int this_lines = MIN2(num_lines, y_todo); in x11_present_to_x11_sw()