Lines Matching refs:nx
7952 int nx; member
8043 int nx, // i : x size in wav2Encode() argument
8050 int n = (nx > ny) ? ny : nx; in wav2Encode()
8073 unsigned short *ex = py + ox * (nx - p2); in wav2Encode()
8105 if (nx & p) { in wav2Encode()
8123 unsigned short *ex = py + ox * (nx - p2); in wav2Encode()
8152 int nx, // i : x size in wav2Decode() argument
8159 int n = (nx > ny) ? ny : nx; in wav2Decode()
8192 unsigned short *ex = py + ox * (nx - p2); in wav2Decode()
8224 if (nx & p) { in wav2Decode()
8242 unsigned short *ex = py + ox * (nx - p2); in wav2Decode()
9276 cd.nx = data_width; in CompressPiz()
9287 tmpBufferEnd += cd.nx * cd.ny * cd.size; in CompressPiz()
9298 size_t n = static_cast<size_t>(cd.nx * cd.size); in CompressPiz()
9337 wav2Encode(cd.start + j, cd.nx, cd.size, cd.ny, cd.nx * cd.size, in CompressPiz()
9448 channelData[i].nx = data_width; in DecompressPiz()
9453 tmpBufferEnd += channelData[i].nx * channelData[i].ny * channelData[i].size; in DecompressPiz()
9460 wav2Decode(cd.start + j, cd.nx, cd.size, cd.ny, cd.nx * cd.size, in DecompressPiz()
9478 size_t n = static_cast<size_t>(cd.nx * cd.size); in DecompressPiz()