Home
last modified time | relevance | path

Searched defs:uv_size (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc505 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); in TEST_F() local
543 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); in TEST_F() local
591 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); in TEST_P() local
637 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); in TEST_P() local
785 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); in TEST_F() local
832 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); in TEST_P() local
/external/opencv3/3rdparty/libwebp/dec/
Dbuffer.c89 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc73 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2); in ConvertToI420() local
/external/webrtc/webrtc/test/
Dframe_generator_unittest.cc87 const int uv_size = ((kFrameHeight + 1) / 2) * ((kFrameWidth + 1) / 2); member in webrtc::test::FrameGeneratorTest
/external/webp/src/dec/
Dbuffer.c98 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
/external/webp/src/enc/
Dpicture.c98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
/external/opencv3/3rdparty/libwebp/enc/
Dpicture.c55 uint64_t y_size, uv_size, uv0_size, a_size, total_size; in WebPPictureAlloc() local
/external/libyuv/files/source/
Dconvert.cc1756 int uv_size = ((dst_width + 1) / 2) * ((abs_dst_height + 1) / 2); in ConvertToI420() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c783 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in encode_breakout_test() local