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

  /external/libvpx/libvpx/vp9/common/
vp9_prob.c 41 const unsigned int left_count = (l <= 0) local
50 const unsigned int ct[2] = { left_count, right_count };
53 return left_count + right_count;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_prob.c 41 const unsigned int left_count = (l <= 0) local
50 const unsigned int ct[2] = { left_count, right_count };
53 return left_count + right_count;
  /external/bison/src/
print.c 441 int left_count = 0, right_count = 0;
449 left_count++;
464 if (left_count > 0)
481 if (left_count > 0)
439 int left_count = 0, right_count = 0; local
  /bionic/libc/kernel/tools/
cpp.py     [all...]

Completed in 56 milliseconds