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/libyuv/files/util/
Dyuvconvert.cc228 const int uv_size = in main() local
235 const int uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2); in main() local
Dpsnr_main.cc243 const int uv_size, in UpdateMetrics()
356 const int uv_size = ((image_width + 1) / 2) * ((image_height + 1) / 2); in main() local
/external/libyuv/files/source/
Dconvert_to_i420.cc78 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2); in ConvertToI420() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc72 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/enc/
Dpicture_enc.c99 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
/external/webp/src/dec/
Dbuffer_dec.c98 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c858 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in encode_breakout_test() local