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

  /external/webp/src/dec/
buffer.c 52 const uint64_t a_size = (uint64_t)a_stride * height; local
64 ok &= (a_size <= buf->a_size);
90 uint64_t uv_size = 0, a_size = 0, total_size; local
101 a_size = (uint64_t)a_stride * h;
104 total_size = size + 2 * uv_size + a_size;
127 buf->a_size = (size_t)a_size;
idec.c 674 uint8_t* a, size_t a_size, int a_stride) {
680 luma_size = u_size = v_size = a_size = 0;
689 if (a_size == 0 || a_stride == 0) return NULL;
710 idec->output_.u.YUVA.a_size = a_size;
  /external/webp/src/enc/
picture.c 97 uint64_t y_size, uv_size, a_size, total_size; local
114 a_size = (uint64_t)a_stride * height;
116 total_size = y_size + a_size + 2 * uv_size;
144 if (a_size > 0) {
146 mem += a_size;
  /external/eigen/Eigen/src/Core/
Map.h 148 * \param a_size the size of the vector expression
151 inline Map(PointerArgType dataPtr, Index a_size, const StrideType& a_stride = StrideType())
152 : Base(cast_to_pointer_type(dataPtr), a_size), m_stride(a_stride)
PlainObjectBase.h 440 EIGEN_STRONG_INLINE PlainObjectBase(Index a_size, Index nbRows, Index nbCols)
441 : m_storage(a_size, nbRows, nbCols)
    [all...]
  /external/v8/src/
profile-generator.h 222 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size)
223 : entry(an_entry), size(a_size) { }
  /system/core/libziparchive/
zip_archive_test.cc 311 const uint32_t a_size = data.uncompressed_length; local
312 ASSERT_EQ(a_size, sizeof(kATxtContents));
313 uint8_t* buffer = new uint8_t[a_size];
314 ASSERT_EQ(0, ExtractToMemory(handle, &data, buffer, a_size));
315 ASSERT_EQ(0, memcmp(buffer, kATxtContents, a_size));
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/aac/libSYS/src/
genericStds.cpp 271 int a_size; local
276 a_size = ((dim*size+3)&0xfffffffc); /* force 4 byte alignment (1111 .... 1111 1100) */
  /external/webp/include/webp/
decode.h 190 size_t a_size; // alpha-plane size member in struct:WebPYUVABuffer
305 uint8_t* a, size_t a_size, int a_stride);
  /external/webp/src/webp/
decode.h 190 size_t a_size; // alpha-plane size member in struct:WebPYUVABuffer
305 uint8_t* a, size_t a_size, int a_stride);
  /external/opencv/cxcore/src/
cxmatmul.cpp 131 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
    [all...]
  /external/jemalloc/src/
arena.c 147 size_t a_size = a_miscelm & ~PAGE_MASK; local
148 a_qsize = run_quantize(a_size);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 973 milliseconds