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

  /external/stlport/test/unit/
count_test.cpp 15 CPPUNIT_TEST(count0);
21 void count0();
32 void CountTest::count0() function in class:CountTest
  /ndk/tests/device/test-gnustl-full/unit/
count_test.cpp 15 CPPUNIT_TEST(count0);
21 void count0();
32 void CountTest::count0() function in class:CountTest
  /ndk/tests/device/test-stlport/unit/
count_test.cpp 15 CPPUNIT_TEST(count0);
21 void count0();
32 void CountTest::count0() function in class:CountTest
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_segmentation.c 258 const int count0 = temporal_predictor_count[i][0]; local
261 t_nopred_prob[i] = get_binary_prob(count0, count1);
264 t_pred_cost += count0 * vp9_cost_zero(t_nopred_prob[i]) +
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 272 const int count0 = temporal_predictor_count[i][0]; local
275 t_nopred_prob[i] = get_binary_prob(count0, count1);
278 t_pred_cost += count0 * vp9_cost_zero(t_nopred_prob[i]) +
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 272 const int count0 = temporal_predictor_count[i][0]; local
275 t_nopred_prob[i] = get_binary_prob(count0, count1);
278 t_pred_cost += count0 * vp9_cost_zero(t_nopred_prob[i]) +
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
atifragshader.c 426 GLuint count0 = curProg->Instructions[j][i].ArgCount[0]; local
428 fprintf(stderr, "%2d %04X %s %d %04X %s %d\n", i, op0, op0_enum, count0,
  /external/mesa3d/src/mesa/main/
atifragshader.c 426 GLuint count0 = curProg->Instructions[j][i].ArgCount[0]; local
428 fprintf(stderr, "%2d %04X %s %d %04X %s %d\n", i, op0, op0_enum, count0,
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 167 OutputCountPatternSpec (int count0, int count1);
177 OutputCountPatternSpec::OutputCountPatternSpec (int count0, int count1)
179 pattern.push_back(count0);
    [all...]

Completed in 1214 milliseconds