Searched refs:src_chroma_width (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 388 const int src_chroma_width = (src_width + 1) / 2; in NV12Scale() local 396 src_chroma_width * 2, src_chroma_height); in NV12Scale() 406 uint8_t* const src_v = src_u + src_chroma_width * src_chroma_height; in NV12Scale() 407 uint8_t* const dst_u = src_v + src_chroma_width * src_chroma_height; in NV12Scale() 411 libyuv::SplitUVPlane(src_uv, src_stride_uv, src_u, src_chroma_width, src_v, in NV12Scale() 412 src_chroma_width, src_chroma_width, src_chroma_height); in NV12Scale() 416 src_y, src_stride_y, src_u, src_chroma_width, src_v, src_chroma_width, in NV12Scale()
|
D | libyuv_unittest.cc | 321 const int src_chroma_width = (4 + 1) / 2; in TEST_F() local 325 tmp_buffer.resize(src_chroma_width * src_chroma_height * 2 + in TEST_F()
|