Home
last modified time | relevance | path

Searched refs:error0 (Results 1 – 8 of 8) sorted by relevance

/external/aac/libFDK/include/
DFDK_trigFcts.h230 FIXP_DBL residual, error0, error1, sine, cosine; in inline_fixp_cos_sin() local
232 error0 = fMultDiv2(sine, residual); in inline_fixp_cos_sin()
236 *out++ = cosine - (error0 << 1); in inline_fixp_cos_sin()
240 *out++ = SATURATE_LEFT_SHIFT(cosine - (error0 << 1), 1, DFRACT_BITS); in inline_fixp_cos_sin()
245 error0 = fMultDiv2(sine, residual); in inline_fixp_cos_sin()
249 *out++ = cosine - (error0 << 1); in inline_fixp_cos_sin()
252 *out++ = SATURATE_LEFT_SHIFT(cosine - (error0 << 1), 1, DFRACT_BITS); in inline_fixp_cos_sin()
/external/libvpx/libvpx/vp8/encoder/
Dencodemb.c166 int error0; in optimize_b() local
212 error0 = tokens[next][0].error; in optimize_b()
225 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0); in optimize_b()
228 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0); in optimize_b()
237 tokens[i][0].error = d2 + (best ? error1 : error0); in optimize_b()
282 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0); in optimize_b()
285 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0); in optimize_b()
297 tokens[i][1].error = d2 + (best ? error1 : error0); in optimize_b()
330 error0 = tokens[next][0].error; in optimize_b()
336 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0); in optimize_b()
[all …]
/external/aac/libFDK/src/
DFDK_trigFcts.cpp327 FIXP_DBL residual, error0, error1, sine, cosine; in fixp_cos_sin() local
330 error0 = fMult(sine, residual); in fixp_cos_sin()
334 *cos = cosine - error0; in fixp_cos_sin()
337 *cos = SATURATE_LEFT_SHIFT(cosine - error0, 1, DFRACT_BITS); in fixp_cos_sin()
/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.hpp54 virtual void expectError (glw::GLenum error0, glw::GLenum error1) = 0;
73 void expectError (glw::GLenum error0, glw::GLenum error1);
Des31fNegativeTestShared.cpp108 void NegativeTestContext::expectError (GLenum error0, GLenum error1) in expectError() argument
110 m_host.expectError(error0, error1); in expectError()
Des31fDebugTests.cpp326 virtual void expectError (GLenum error0, GLenum error1);
374 void BaseCase::expectError (GLenum error0, GLenum error1) in expectError() argument
376 if (error0 != GL_NO_ERROR || error1 != GL_NO_ERROR) in expectError()
821 virtual void expectError (glw::GLenum error0, glw::GLenum error1);
855 void GetErrorCase::expectError (glw::GLenum error0, glw::GLenum error1) in expectError() argument
862 if (result != error0 && result != error1) in expectError()
865 if (error0 == error1) in expectError()
867 << glu::getErrorStr(error0) << " was expected but got " in expectError()
872 << glu::getErrorStr(error0) << " or " in expectError()
/external/deqp/modules/gles2/functional/
Des2fApiCase.hpp50 void expectError (deUint32 error0, deUint32 error1);
/external/deqp/modules/gles3/functional/
Des3fApiCase.hpp50 void expectError (deUint32 error0, deUint32 error1);