Home
last modified time | relevance | path

Searched refs:num_lines (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h9253 int data_width, int num_lines) { in CompressPiz() argument
9277 cd.ny = num_lines; in CompressPiz()
9291 for (int y = 0; y < num_lines; ++y) { in CompressPiz()
9373 int num_lines) { in DecompressPiz() argument
9449 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() argument
9632 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 …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c1677 int num_lines = ((max_req_len << 2) - hdr_len) / stride_b; in x11_present_to_x11_sw() local
1681 int this_lines = MIN2(num_lines, y_todo); in x11_present_to_x11_sw()