Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dplanarfunctions_unittest.cc529 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); in TEST_F() local
566 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); in TEST_F() local
615 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); in TEST_P() local
662 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); in TEST_P() local
706 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); in TEST_P() local
853 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); in TEST_F() local
899 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); in TEST_P() local
/external/chromium_org/third_party/libyuv/util/
Dconvert.cc225 const int uv_size = ((Abs(image_width) + 1) / 2) * in main() local
232 const int uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2); in main() local
Dpsnr_main.cc238 const int y_size, const int uv_size, const size_t total_size, in UpdateMetrics()
349 const int uv_size = ((image_width + 1) / 2) * ((image_height + 1) / 2); in main() local
/external/chromium_org/third_party/libyuv/source/
Dconvert_to_i420.cc74 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2); in ConvertToI420() local
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc74 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2); in ConvertToI420() local
/external/chromium_org/media/cdm/ppapi/external_clear_key/
Dffmpeg_cdm_video_decoder.cc276 const int uv_size = y_size / 2; in CopyAvFrameTo() local
/external/webp/src/dec/
Dbuffer.c90 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
/external/chromium_org/third_party/libwebp/dec/
Dbuffer.c90 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoframe.cc187 int uv_size = static_cast<int>(GetChromaSize()); in GetVPlane() local
209 int uv_size = static_cast<int>(GetChromaSize()); in GetVPlane() local
/external/webp/src/enc/
Dpicture.c97 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
/external/chromium_org/third_party/libwebp/enc/
Dpicture.c97 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_pickmode.c282 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in encode_breakout_test() local
Dvp9_rdopt.c2052 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in rd_encode_breakout_test() 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_rdopt.c2928 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in handle_inter_mode() local