/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_prob.c | 46 const unsigned int right_count = (r <= 0) local 50 const unsigned int ct[2] = { left_count, right_count }; 53 return left_count + right_count;
|
/external/libvpx/libvpx/vp9/common/ |
vp9_prob.c | 46 const unsigned int right_count = (r <= 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 | 46 const unsigned int right_count = (r <= 0) local 50 const unsigned int ct[2] = { left_count, right_count }; 53 return left_count + right_count;
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
NearestPoint.cpp | 204 right_count; /* children */ variable 231 right_count = FindRoots(Right, degree, right_t, depth+1); 238 for (i = 0; i < right_count; i++) { 243 return (left_count+right_count);
|
/external/skia/experimental/Intersection/ |
NearestPoint.cpp | 204 right_count; /* children */ variable 231 right_count = FindRoots(Right, degree, right_t, depth+1); 238 for (i = 0; i < right_count; i++) { 243 return (left_count+right_count);
|
/external/bison/src/ |
print.c | 441 int left_count = 0, right_count = 0; 453 right_count++; 479 if (right_count > 0) 439 int left_count = 0, right_count = 0; local
|
/external/chromium_org/chrome/installer/mac/ |
keystone_install.sh | 299 local right_count=${#right_array[@]} 301 if [[ ${right_count} -lt ${count} ]]; then 302 count=${right_count} 332 while [[ ${index} -lt ${right_count} ]]; do [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |