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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_conceal.c 267 i32 firstPhase[16];
333 H264SwDecMemset(firstPhase, 0, sizeof(firstPhase));
348 firstPhase[0] += a[0] + a[1] + a[2] + a[3];
349 firstPhase[1] += a[0] + a[1] - a[2] - a[3];
361 firstPhase[0] += b[0] + b[1] + b[2] + b[3];
362 firstPhase[1] += b[0] + b[1] - b[2] - b[3];
381 firstPhase[0] += l[0] + l[1] + l[2] + l[3];
382 firstPhase[4] += l[0] + l[1] - l[2] - l[3];
401 firstPhase[0] += r[0] + r[1] + r[2] + r[3]
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp 428 deInt64 firstPhase (void) const { return sourceSetTime + vertexCompileTime + fragmentCompileTime + programLinkTime + firstInputSetTime + firstDrawTime; }
431 deInt64 totalTimeWithoutDraw (void) const { return firstPhase() - de::min(secondPhase(), firstInputSetTime + firstDrawTime); }
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.cpp 428 deInt64 firstPhase (void) const { return sourceSetTime + vertexCompileTime + fragmentCompileTime + programLinkTime + firstInputSetTime + firstDrawTime; }
431 deInt64 totalTimeWithoutDraw (void) const { return firstPhase() - de::min(secondPhase(), firstInputSetTime + firstDrawTime); }
    [all...]

Completed in 89 milliseconds