Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h658 unsigned char lengthbyte = STBIW_UCHAR(length+128); in stbiw__write_run_data() local
660 s->func(s->context, &lengthbyte, 1); in stbiw__write_run_data()
666 unsigned char lengthbyte = STBIW_UCHAR(length); in stbiw__write_dump_data() local
668 s->func(s->context, &lengthbyte, 1); in stbiw__write_dump_data()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h658 unsigned char lengthbyte = STBIW_UCHAR(length+128); in stbiw__write_run_data() local
660 s->func(s->context, &lengthbyte, 1); in stbiw__write_run_data()
666 unsigned char lengthbyte = STBIW_UCHAR(length); in stbiw__write_dump_data() local
668 s->func(s->context, &lengthbyte, 1); in stbiw__write_dump_data()