/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/libvpx/libvpx/vp9/encoder/ |
vp9_segmentation.c | 256 const int count0 = temporal_predictor_count[i][0]; local 259 t_nopred_prob[i] = get_binary_prob(count0, count1); 262 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/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 | 169 OutputCountPatternSpec (int count0, int count1); 179 OutputCountPatternSpec::OutputCountPatternSpec (int count0, int count1) 181 pattern.push_back(count0); [all...] |