Searched defs:uv_size (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/talk/session/media/ |
D | planarfunctions_unittest.cc | 505 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/ |
D | buffer.c | 89 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_i420.cc | 73 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2); in ConvertToI420() local
|
/external/webrtc/webrtc/test/ |
D | frame_generator_unittest.cc | 87 const int uv_size = ((kFrameHeight + 1) / 2) * ((kFrameWidth + 1) / 2); member in webrtc::test::FrameGeneratorTest
|
/external/webp/src/dec/ |
D | buffer.c | 98 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
|
/external/webp/src/enc/ |
D | picture.c | 98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | picture.c | 55 uint64_t y_size, uv_size, uv0_size, a_size, total_size; in WebPPictureAlloc() local
|
/external/libyuv/files/source/ |
D | convert.cc | 1756 int uv_size = ((dst_width + 1) / 2) * ((abs_dst_height + 1) / 2); in ConvertToI420() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 783 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in encode_breakout_test() local
|