Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c367 signed char csize; in write_partition_size() local
369 csize = size & 0xff; in write_partition_size()
370 *cx_data = csize; in write_partition_size()
371 csize = (size >> 8) & 0xff; in write_partition_size()
372 *(cx_data + 1) = csize; in write_partition_size()
373 csize = (size >> 16) & 0xff; in write_partition_size()
374 *(cx_data + 2) = csize; in write_partition_size()