Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_image.cpp357 unsigned int z_end = std::min(zsize, zpos + bsd.zdim); in write_image_block() local
374 for (unsigned int z = z_start; z < z_end; z++) in write_image_block()
430 for (unsigned int z = z_start; z < z_end; z++) in write_image_block()
486 for (unsigned int z = z_start; z < z_end; z++) in write_image_block()
/third_party/ffmpeg/libavcodec/mips/
Dsbrdsp_mips.c129 float *z_end = z1 + 32; in sbr_qmf_post_shuffle_mips() local
164 : [z_end]"r"(z_end) in sbr_qmf_post_shuffle_mips()