Searched refs:precomp (Results 1 - 7 of 7) sorted by relevance

/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm.c35 extern int blocks(fe1305x2 *h, const fe1305x2 *precomp, const uint8_t *in,
187 fe1305x2 *const precomp = c + 1; local
200 addmulmod(precomp, r, r, &zero); /* precompute r^2 */
201 addmulmod(precomp + 1, precomp, precomp, &zero); /* precompute r^4 */
213 fe1305x2 *const precomp = c + 1; local
229 addmulmod(h, h, precomp, &zero);
243 tlen -= blocks(h, precomp, in, tlen);
261 fe1305x2 *const precomp local
[all...]
/external/drm_hwcomposer/
H A Dplatform.cpp62 // If needed, reserve the precomp plane at the next highest z-order
71 ALOGE("Not enough planes to reserve for precomp fb");
124 // If there's no precomp layer already queued, queue one now.
125 DrmCompositionPlane *precomp = GetPrecomp(composition); local
126 if (precomp) {
127 precomp->source_layers().emplace_back(i->first);
135 ALOGE("Not enough planes to reserve for precomp fb");
158 // Put the rest of the layers in the precomp plane
159 DrmCompositionPlane *precomp = GetPrecomp(composition); local
160 if (precomp) {
[all...]
H A Dplatform.h85 // Inserts the given layer:plane in the composition right before the precomp
95 auto precomp = GetPrecompIter(composition);
96 composition->emplace(precomp, type, plane, crtc, source_layer);
H A Dplatformnv.cpp256 // If there's no precomp layer already queued, queue one now.
257 DrmCompositionPlane *precomp = GetPrecomp(composition); local
258 if (precomp) {
259 precomp->source_layers().emplace_back(i->first);
267 ALOGE("Not enough planes to reserve for precomp fb");
/external/opencv/
H A DAndroid.mk188 cvaux/src/precomp.cpp
257 otherlibs/highgui/precomp.cpp \
/external/opencv3/modules/calib3d/src/
H A Drho.cpp47 #include <precomp.hpp>
/external/opencv3/
H A DAndroid.mk968 modules/shape/src/precomp.cpp \

Completed in 509 milliseconds