Searched refs:partition_size_ptr (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c686 const unsigned char *partition_size_ptr = token_part_sizes + i * 3; local
695 if (read_is_valid(partition_size_ptr, 3, first_fragment_end)) {
696 partition_size = read_partition_size(pbi, partition_size_ptr);

Completed in 115 milliseconds