/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | planarfunctions_unittest.cc | 529 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/ |
D | convert.cc | 225 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
|
D | psnr_main.cc | 238 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/ |
D | convert_to_i420.cc | 74 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/ |
D | convert_to_i420.cc | 74 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2); in ConvertToI420() local
|
/external/chromium_org/media/cdm/ppapi/external_clear_key/ |
D | ffmpeg_cdm_video_decoder.cc | 276 const int uv_size = y_size / 2; in CopyAvFrameTo() local
|
/external/webp/src/dec/ |
D | buffer.c | 90 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
|
/external/chromium_org/third_party/libwebp/dec/ |
D | buffer.c | 90 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoframe.cc | 187 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/ |
D | picture.c | 97 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
|
/external/chromium_org/third_party/libwebp/enc/ |
D | picture.c | 97 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 282 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in encode_breakout_test() local
|
D | vp9_rdopt.c | 2052 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in rd_encode_breakout_test() 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_rdopt.c | 2928 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in handle_inter_mode() local
|