Home
last modified time | relevance | path

Searched refs:y_size (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dec/
Dbuffer.c37 ok &= (size <= buf->y_size); in CheckDecBuffer()
99 buf->y_size = size; in AllocateBuffer()
Dwebp.c177 output.u.YUVA.y_size = luma_size; in WebPDecodeYUVInto()
Didec.c512 idec->output_.u.YUVA.y_size = luma_size; in WebPINewYUV()
/external/webp/src/enc/
Dpicture.c36 uint64_t y_size, uv_size, uv0_size, a_size, total_size; in WebPPictureAlloc() local
61 y_size = (uint64_t)y_stride * height; in WebPPictureAlloc()
65 total_size = y_size + a_size + 2 * uv_size + 2 * uv0_size; in WebPPictureAlloc()
70 y_size >= (1ULL << 40) || // check for reasonable global size in WebPPictureAlloc()
83 mem += y_size; in WebPPictureAlloc()
/external/llvm/test/CodeGen/Thumb2/
D2009-12-01-LoopIVUsers.ll4 define void @fred(i32 %three_by_three, i8* %in, double %dt1, i32 %x_size, i32 %y_size, i8* %bp) nou…
44 store i32 %y_size, i32* %y_size_addr
/external/webp/include/webp/
Ddecode.h133 int y_size; // luma plane size member