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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 956 int group_start = 0; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 940 int group_start = 0; local
941 while (group_start < tile_cols) {
942 const TileBuffer largest = tile_buffers[group_start]
    [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/0.153/src/
ld.h 72 bool group_start; member in struct:usedfiles
494 bool group_start; member in struct:filename_list
    [all...]
ldscript.y 188 $3->next->group_start = 1;
382 $3->next->group_start = 1;
ld.c 893 last_file->group_start = true;
    [all...]
ldgeneric.c     [all...]

Completed in 1246 milliseconds