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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 1062 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...]

Completed in 725 milliseconds