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

  /external/clang/test/CXX/lex/lex.charset/
p2-cxx11.cpp 8 char c23 = '\u0023'; // #, ok variable
p2-cxx98.cpp 8 char c23 = '\u0023'; // #, expected-error {{character '#' cannot be specified by a universal character name}} variable
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_segmentation.c 59 const int c23 = segcounts[2] + segcounts[3]; local
63 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67);
64 segment_tree_probs[1] = get_binary_prob(c01, c23);
75 const int c23 = segcounts[2] + segcounts[3]; local
78 const int c0123 = c01 + c23;
88 c23 * vp9_cost_one(probs[1]);
93 if (c23 > 0)
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 69 const int c23 = segcounts[2] + segcounts[3]; local
73 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67);
74 segment_tree_probs[1] = get_binary_prob(c01, c23);
85 const int c23 = segcounts[2] + segcounts[3]; local
88 const int c0123 = c01 + c23;
98 c23 * vp9_cost_one(probs[1]);
103 if (c23 > 0)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 69 const int c23 = segcounts[2] + segcounts[3]; local
73 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67);
74 segment_tree_probs[1] = get_binary_prob(c01, c23);
85 const int c23 = segcounts[2] + segcounts[3]; local
88 const int c0123 = c01 + c23;
98 c23 * vp9_cost_one(probs[1]);
103 if (c23 > 0)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 13088 __m128i c15, c23, maskgt23, bmask, maskgt15, sh0, sh1, a01, b128; local
13196 __m128i c15, c23, maskgt15, maskgt23, sh0, sh1, b01, c128; local
    [all...]

Completed in 188 milliseconds