Searched refs:chroma_size (Results 1 – 3 of 3) sorted by relevance
91 WORD32 chroma_size; in allocate_recon() local99 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() local165 chroma_size = (luma_size) / 4; in init_raw_buf_descr()171 pu1_buf += chroma_size; in init_raw_buf_descr()
234 WORD32 chroma_size; in allocate_input() local246 chroma_size = luma_size >> 1; in allocate_input()247 pic_size = luma_size + chroma_size; in allocate_input()
132 const int chroma_size = YUV2RGB_WIDTH / 2 * YUV2RGB_PIXEL_HEIGHT / 2; in SetupTextures() local134 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()