HomeSort by relevance Sort by last modified time
    Searched refs:first_partition_length_in_bytes (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/common/
header.h 24 unsigned int first_partition_length_in_bytes: 19; member in struct:__anon7424
  /external/libvpx/vp8/decoder/
decodframe.c 575 ptrdiff_t first_partition_length_in_bytes; local
591 first_partition_length_in_bytes =
595 if (data + first_partition_length_in_bytes > data_end
596 || data + first_partition_length_in_bytes < data)
754 setup_token_decoder(pbi, data + first_partition_length_in_bytes);
  /external/libvpx/vp8/encoder/
bitstream.c     [all...]

Completed in 199 milliseconds