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

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1020 int group_start = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 938 int group_start = 0; local
939 while (group_start < tile_cols) {
940 const TileBuffer largest = tile_buffers[group_start];
941 const int group_end = MIN(group_start + num_workers, tile_cols) - 1;
942 memmove(tile_buffers + group_start, tile_buffers + group_start + 1
    [all...]
  /external/elfutils/src/src/
ld.h 64 bool group_start; member in struct:usedfiles
486 bool group_start; member in struct:filename_list
    [all...]

Completed in 91 milliseconds