Searched defs:first_partition_length_in_bytes (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dheader.h28 unsigned int first_partition_length_in_bytes: 19; member in struct:__anon9472
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c989 ptrdiff_t first_partition_length_in_bytes; local
1016 first_partition_length_in_bytes = 0;
1032 first_partition_length_in_bytes =
1036 (data + first_partition_length_in_bytes > data_end
1037 || data + first_partition_length_in_bytes < data))
1194 setup_token_decoder(pbi, data + first_partition_length_in_bytes);

Completed in 102 milliseconds