Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe.c34 const int top_size = (16 + 8 + 8) * mb_w; in VP8InitFrame() local
39 const int cache_size = top_size * cache_height; in VP8InitFrame()
43 + top_size + info_size in VP8InitFrame()
/external/webp/src/enc/
Diterator.c36 const int top_size = enc->mb_w_ * 16; in InitTop() local
37 memset(enc->y_top_, 127, 2 * top_size); in InitTop()