Home
last modified time | relevance | path

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

/external/chromium_org/media/base/
Dyuv_convert_perftest.cc73 int chroma_row = row / 2; in TEST_F() local
76 yuv_bytes_.get() + kSourceUOffset + (chroma_row * kSourceWidth / 2), in TEST_F()
77 yuv_bytes_.get() + kSourceVOffset + (chroma_row * kSourceWidth / 2), in TEST_F()
102 int chroma_row = row / 2; in TEST_F() local
105 yuv_bytes_.get() + kSourceUOffset + (chroma_row * kSourceWidth / 2), in TEST_F()
106 yuv_bytes_.get() + kSourceVOffset + (chroma_row * kSourceWidth / 2), in TEST_F()
129 int chroma_row = row / 2; in TEST_F() local
132 yuv_bytes_.get() + kSourceUOffset + (chroma_row * kSourceWidth / 2), in TEST_F()
133 yuv_bytes_.get() + kSourceVOffset + (chroma_row * kSourceWidth / 2), in TEST_F()