Searched refs:src_chroma_width (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/webrtc/common_video/libyuv/ |
H A D | webrtc_libyuv.cc | 375 const int src_chroma_width = (src_width + 1) / 2; in NV12Scale() local 383 src_chroma_width * 2, src_chroma_height); in NV12Scale() 393 uint8_t* const src_v = src_u + src_chroma_width * src_chroma_height; in NV12Scale() 394 uint8_t* const dst_u = src_v + src_chroma_width * src_chroma_height; in NV12Scale() 398 libyuv::SplitUVPlane(src_uv, src_stride_uv, src_u, src_chroma_width, src_v, in NV12Scale() 399 src_chroma_width, src_chroma_width, src_chroma_height); in NV12Scale() 403 src_y, src_stride_y, src_u, src_chroma_width, src_v, src_chroma_width, in NV12Scale()
|
H A D | libyuv_unittest.cc | 349 const int src_chroma_width = (4 + 1) / 2; in TEST_F() local 353 tmp_buffer.resize(src_chroma_width * src_chroma_height * 2 + in TEST_F()
|