Searched refs:chroma_size (Results 1 - 3 of 3) sorted by relevance

/external/libavc/test/encoder/
H A Drecon.c91 WORD32 chroma_size; local
99 chroma_size = (luma_size) / 4;
100 pic_size = luma_size + chroma_size * 2;
160 WORD32 chroma_size; local
165 chroma_size = (luma_size) / 4;
171 pu1_buf += chroma_size;
H A Dinput.c234 WORD32 chroma_size; local
246 chroma_size = luma_size >> 1;
247 pic_size = luma_size + chroma_size;
/external/autotest/client/deps/glbench/src/
H A Dyuvtest.cc140 const int chroma_size = YUV2RGB_WIDTH/2 * YUV2RGB_PIXEL_HEIGHT/2; local
142 const char* v_plane = pixels + luma_size + chroma_size;
183 std::unique_ptr<char[]> buf_uv(new char[chroma_size * 2]);
185 for (int i = 0; i < chroma_size; i++) {

Completed in 126 milliseconds