Home
last modified time | relevance | path

Searched refs:dst_chroma_width (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc402 const int dst_chroma_width = (dst_width + 1) / 2; in NV12Scale() local
408 uint8_t* const dst_v = dst_u + dst_chroma_width * dst_chroma_height; in NV12Scale()
417 src_width, src_height, dst_y, dst_stride_y, dst_u, dst_chroma_width, in NV12Scale()
418 dst_v, dst_chroma_width, dst_width, dst_height, libyuv::kFilterBox); in NV12Scale()
421 libyuv::MergeUVPlane(dst_u, dst_chroma_width, dst_v, dst_chroma_width, dst_uv, in NV12Scale()
422 dst_stride_uv, dst_chroma_width, dst_chroma_height); in NV12Scale()
Dlibyuv_unittest.cc323 const int dst_chroma_width = (2 + 1) / 2; in TEST_F() local
326 dst_chroma_width * dst_chroma_height * 2); in TEST_F()