Home
last modified time | relevance | path

Searched defs:cx (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/common/libscaler/
Dlibscaler-swscaler.cpp43 unsigned int cx = (src_x >> 16) & ~1; in Scale() local
/hardware/google/gfxstream/common/etc/
Detc.cpp843 for (etc1_uint32 cx = 0; cx < xEnd; cx++) { in etc1_encode_image() local
942 for (etc1_uint32 cx = 0; cx < xEnd; cx++) { in etc2_decode_image() local
955 for (etc1_uint32 cx = 0; cx < xEnd; cx++) { in etc2_decode_image() local
/hardware/knowles/athletico/sound_trigger_hal/
Dadnc_strm.c387 int cx; in adnc_strm_read() local
/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.c317 cpuid_count(uint32_t ax, uint32_t cx, uint32_t *p) in cpuid_count()