Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Drecon.c91 WORD32 chroma_size; in allocate_recon() local
99 chroma_size = (luma_size) / 4; in allocate_recon()
100 pic_size = luma_size + chroma_size * 2; in allocate_recon()
160 WORD32 chroma_size; in init_raw_buf_descr() local
165 chroma_size = (luma_size) / 4; in init_raw_buf_descr()
171 pu1_buf += chroma_size; in init_raw_buf_descr()
Dinput.c234 WORD32 chroma_size; in allocate_input() local
246 chroma_size = luma_size >> 1; in allocate_input()
247 pic_size = luma_size + chroma_size; in allocate_input()
/external/autotest/client/deps/glbench/src/
Dyuvtest.cc132 const int chroma_size = YUV2RGB_WIDTH / 2 * YUV2RGB_PIXEL_HEIGHT / 2; in SetupTextures() local
134 const char* v_plane = pixels + luma_size + chroma_size; in SetupTextures()
174 std::unique_ptr<char[]> buf_uv(new char[chroma_size * 2]); in SetupTextures()
176 for (int i = 0; i < chroma_size; i++) { in SetupTextures()