Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_compute_variance.cpp113 int size_y = arg.size_y; in compute_pixel_region_variance() local
132 int padsize_y = size_y + kerneldim; in compute_pixel_region_variance()
363 for (int y = 0; y < size_y; y++) in compute_pixel_region_variance()
395 for (int y = 0; y < size_y; y++) in compute_pixel_region_variance()
430 unsigned int size_y = img.dim_y; in init_compute_averages() local
447 ag.arg.size_y = 0; in init_compute_averages()
460 ag.img_size_y = size_y; in init_compute_averages()
468 unsigned int y_tasks = (size_y + max_blk_size_xy - 1) / max_blk_size_xy; in init_compute_averages()
Dastcenc_entry.cpp1015 int size_y = ag.img_size_y; in compute_averages() local
1021 int y_tasks = (size_y + step_xy - 1) / step_xy; in compute_averages()
1041 arg.size_y = astc::min(step_xy, size_y - y); in compute_averages()
Dastcenc_internal.h1148 unsigned int size_y; member
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_dec.cpp920 uint32_t size_y __attribute__((unused)) = Unpack<uint32_t,uint32_t>(ptr + 8 + 4 + 4); in decode() local
928 totalTmpSize += size_y; in decode()
935 OutputBuffer outptr_y(&tmpBuf[0 + size_x], size_y); in decode()
936 OutputBuffer outptr_w(&tmpBuf[0 + size_x + size_y], size_w); in decode()
937 OutputBuffer outptr_h(&tmpBuf[0 + size_x + size_y + size_w], size_h); in decode()
938 …r_displayId, (GLint*)(outptr_x.get()), size_x, (GLint*)(outptr_y.get()), size_y, (uint32_t*)(outpt… in decode()
939 …*(int *)(&tmpBuf[0 + size_x + size_y + size_w + size_h]) = this->rcGetDisplayPose(var_displayId… in decode()