Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp927 int end_x = astc::min(dim_x, start_x + block_x); in compress_image() local
946 for (int ax = start_x; ax < end_x; ax++) in compress_image()
952 ax = end_x; in compress_image()