Home
last modified time | relevance | path

Searched refs:GetCoeffs (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8_dec.c35 static volatile GetCoeffsFunc GetCoeffs = NULL; variable
495 if (GetCoeffs == NULL) { in InitGetCoeffs()
497 GetCoeffs = GetCoeffsAlt; in InitGetCoeffs()
499 GetCoeffs = GetCoeffsFast; in InitGetCoeffs()
529 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc); in ParseResiduals()
552 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); in ParseResiduals()
573 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst); in ParseResiduals()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog527 1dc82a6b Merge "introduce a generic GetCoeffs() function pointer"
528 8074b89e introduce a generic GetCoeffs() function pointer
1621 1c4e3efe unroll the kBands[] indirection to remove a dereference in GetCoeffs()
2349 80911aef Merge "7-8% faster decoding by rewriting GetCoeffs()"
2352 2a981366 7-8% faster decoding by rewriting GetCoeffs()
2930 c34a3758 introduce GetLargeValue() to slim-fast GetCoeffs().
3960 a7ee0559 simplify the logic of GetCoeffs()

Completed in 8 milliseconds