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

  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 95 pbi->num_fragments = 0;
296 if (pbi->num_fragments == 0)
307 assert(pbi->num_fragments < MAX_PARTITIONS);
308 pbi->fragments[pbi->num_fragments] = source;
309 pbi->fragment_sizes[pbi->num_fragments] = size;
310 pbi->num_fragments++;
311 if (pbi->num_fragments > (1 << EIGHT_PARTITION) + 1)
315 pbi->num_fragments = 0;
325 pbi->num_fragments = 1;
328 if (pbi->num_fragments == 0
    [all...]
onyxd_int.h 52 unsigned int num_fragments; member in struct:VP8D_COMP
decodframe.c 841 for (fragment_idx = 0; fragment_idx < pbi->num_fragments; ++fragment_idx)
889 pbi->num_fragments = num_token_partitions + 1;
891 for (partition_idx = 1; partition_idx < pbi->num_fragments; ++partition_idx)
    [all...]
  /external/webp/include/webp/
demux.h 130 int num_fragments; member in struct:WebPIterator
  /external/webp/src/demux/
demux.c 779 int num_fragments; local
782 GetFragment(first_frame, fragment_num, &num_fragments);
791 iter->num_fragments = num_fragments;

Completed in 53 milliseconds