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/libvpx/vp8/common/
header.h 26 unsigned int first_partition_length_in_bytes : 19; member in struct:__anon29779
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 888 ptrdiff_t first_partition_length_in_bytes; local
913 first_partition_length_in_bytes = 0;
926 first_partition_length_in_bytes =
929 if (!pbi->ec_active && (data + first_partition_length_in_bytes > data_end ||
930 data + first_partition_length_in_bytes < data)) {
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 1020 oh.first_partition_length_in_bytes = 0;
    [all...]

Completed in 170 milliseconds