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

  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 380 const int left_idx = (mi_row * 2) & 15; local
385 pd->left_context = &xd->left_context[i][left_idx >> pd->subsampling_y];
  /device/google/contexthub/firmware/os/core/
seos.c 215 TaskIndex left_idx = cur->prev; local
217 struct TaskList *left = left_idx == NO_NODE ? listHead : &mTaskPool.data[left_idx].list;
221 right->prev = left_idx;
    [all...]

Completed in 181 milliseconds