Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dy4minput.h50 size_t dst_buf_sz; member
Dy4minput.c974 _y4m->dst_buf_sz = _y4m->pic_w * _y4m->pic_h in y4m_input_open()
978 _y4m->dst_buf = (unsigned char *)malloc(_y4m->dst_buf_sz); in y4m_input_open()
980 _y4m->dst_buf = (unsigned char *)malloc(2 * _y4m->dst_buf_sz); in y4m_input_open()