Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c1082 uint64_t lace; in ne_xiph_lace_value() local
1086 lace = *p++; in ne_xiph_lace_value()
1087 value = lace; in ne_xiph_lace_value()
1088 while (lace == 255) { in ne_xiph_lace_value()
1089 lace = *p++; in ne_xiph_lace_value()
1090 value += lace; in ne_xiph_lace_value()
1102 uint64_t lace; in ne_read_xiph_lace_value() local
1104 r = ne_read_uint(io, &lace, 1); in ne_read_xiph_lace_value()
1109 *value = lace; in ne_read_xiph_lace_value()
1110 while (lace == 255) { in ne_read_xiph_lace_value()
[all …]