Searched refs:a_size (Results 1 - 17 of 17) sorted by relevance

/external/webp/src/dec/
H A Dbuffer.c59 const uint64_t a_size = MIN_BUFFER_SIZE(width, height, a_stride); local
71 ok &= (a_size <= buf->a_size);
98 uint64_t uv_size = 0, a_size = 0, total_size; local
109 a_size = (uint64_t)a_stride * h;
112 total_size = size + 2 * uv_size + a_size;
135 buf->a_size = (size_t)a_size;
H A Didec.c673 uint8_t* a, size_t a_size, int a_stride) {
679 luma_size = u_size = v_size = a_size = 0;
688 if (a_size == 0 || a_stride == 0) return NULL;
709 idec->output_.u.YUVA.a_size = a_size;
670 WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride, uint8_t* u, size_t u_size, int u_stride, uint8_t* v, size_t v_size, int v_stride, uint8_t* a, size_t a_size, int a_stride) argument
/external/webp/src/enc/
H A Dpicture.c98 uint64_t y_size, uv_size, a_size, total_size; local
115 a_size = (uint64_t)a_stride * height;
117 total_size = y_size + a_size + 2 * uv_size;
145 if (a_size > 0) {
147 mem += a_size;
/external/eigen/Eigen/src/Core/
H A DMap.h148 * \param a_size the size of the vector expression
151 inline Map(PointerArgType dataPtr, Index a_size, const StrideType& a_stride = StrideType()) argument
152 : Base(cast_to_pointer_type(dataPtr), a_size), m_stride(a_stride)
H A DPlainObjectBase.h440 EIGEN_STRONG_INLINE PlainObjectBase(Index a_size, Index nbRows, Index nbCols) argument
441 : m_storage(a_size, nbRows, nbCols)
/external/webp/include/webp/
H A Ddecode.h193 size_t a_size; // alpha-plane size member in struct:WebPYUVABuffer
308 uint8_t* a, size_t a_size, int a_stride);
/external/webp/src/webp/
H A Ddecode.h193 size_t a_size; // alpha-plane size member in struct:WebPYUVABuffer
308 uint8_t* a, size_t a_size, int a_stride);
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h1002 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1006 Element* const copy = new Element[a_size];
1007 CopyArray(array, a_size, copy);
1010 size_ = a_size;
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h1002 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1006 Element* const copy = new Element[a_size];
1007 CopyArray(array, a_size, copy);
1010 size_ = a_size;
/external/aac/libSYS/src/
H A DgenericStds.cpp276 int a_size; local
281 a_size = ((dim*size+3)&0xfffffffc); /* force 4 byte alignment (1111 .... 1111 1100) */
/external/v8/src/profiler/
H A Dprofile-generator.h319 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size) argument
320 : entry(an_entry), size(a_size) { }
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp131 CvSize a_size, CvSize d_size, \
134 int i, j, k, n = a_size.width, m = d_size.width, drows = d_size.height; \
156 n = a_size.height; \
376 CvSize a_size, CvSize d_size, int flags ) \
378 int i, j, k, n = a_size.width, m = d_size.width; \
394 n = a_size.height; \
631 CvSize a_size, d_size; local
701 a_size.width = A->cols;
702 a_size.height = A->rows;
710 if( a_size
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h1076 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1080 Element* const copy = new Element[a_size];
1081 CopyArray(array, a_size, copy);
1084 size_ = a_size;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h1099 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1103 Element* const copy = new Element[a_size];
1104 CopyArray(array, a_size, copy);
1107 size_ = a_size;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h1070 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1074 Element* const copy = new Element[a_size];
1075 CopyArray(array, a_size, copy);
1078 size_ = a_size;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7962 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
7966 Element* const copy = new Element[a_size];
7967 CopyArray(array, a_size, copy);
7970 size_ = a_size;
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7963 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
7967 Element* const copy = new Element[a_size];
7968 CopyArray(array, a_size, copy);
7971 size_ = a_size;

Completed in 514 milliseconds