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

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 139 * UL U0 U1 U2 U3 U4 U5 U6 U7
147 #define U0 pSrcAbove[0]
165 pDst[y*dstStep+0] = U0;
188 pTmp[0] = (OMX_U8)((U0 + 2*U1 + U2 + 2)>>2);
220 pTmp[3] = (OMX_U8)((U0 + 2*UL + L0 + 2)>>2);
221 pTmp[4] = (OMX_U8)((U1 + 2*U0 + UL + 2)>>2);
222 pTmp[5] = (OMX_U8)((U2 + 2*U1 + U0 + 2)>>2);
240 pTmp[2] = (OMX_U8)((L0 + 2*UL + U0 + 2)>>2);
241 pTmp[3] = (OMX_U8)((UL + U0 + 1)>>1);
242 pTmp[4] = (OMX_U8)((UL + 2*U0 + U1 + 2)>>2)
    [all...]
  /external/fdlibm/
e_j1.c 49 * U(z) = U0[0] + U0[1]*z + ... + U0[4]*z^4
136 static const double U0[5] = {
138 static double U0[5] = {
207 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4])))
    [all...]
  /bionic/libm/src/
e_j1.c 53 * U(z) = U0[0] + U0[1]*z + ... + U0[4]*z^4
128 static const double U0[5] = {
187 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4])));
e_j1f.c 86 static const float U0[5] = {
145 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4])));
  /external/srtp/tables/
aes_tables.c 135 * the tables U0, U1, U2, U3 implement the aes operations invSubBytes,
139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256];
162 U0[i] = tmp.value;
211 printf("uint32_t U0 = {");
215 printf("0x%0x, ", U0[i]);
253 printf("uint32_t U0 = {");
257 printf("0x%lx, ", U0[i]);
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 157 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
162 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /external/srtp/crypto/cipher/
aes.c 52 * the tables U0, U1, U2, and U4 to compute its inverse
332 static uint32_t U0[256] = {
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-tuple.h 228 template <typename U0, typename U1>
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
237 template <typename U0, typename U1>
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 228 template <typename U0, typename U1>
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
237 template <typename U0, typename U1>
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 227 template <typename U0, typename U1>
228 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
236 template <typename U0, typename U1>
237 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 321 ??"????<?[?<??/C??T`??7?i????X? ??DIf<4?x?\???_??bp?%?h??yJ3??B?<?o?J~"? J???g ?~e??d F???_?<x????????h?"K?Z}?T????????<B{?&???Y?7?S?V??A??@? ?V????@<RL??8Iw??pP??'??3\U0L??qp<B|?H?c?Z?P?&( ?"?]?T2f??????<RJ?/?-[?????)?? ?p?B??\???<Nl? l??U?hBVwd ^1%???<?4 <TB'?k,0??<???A~?:?????H???<H_????Iw???6??r
    [all...]

Completed in 1466 milliseconds