Searched refs:count0 (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_segmentation.c256 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]) +
/external/mesa3d/src/mesa/main/
H A Datifragshader.c426 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/
H A Des31fGeometryShaderTests.cpp169 OutputCountPatternSpec (int count0, int count1);
179 OutputCountPatternSpec::OutputCountPatternSpec (int count0, int count1) argument
181 pattern.push_back(count0);

Completed in 173 milliseconds