Searched refs:yuv_left_mem_ (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ | ||
D | vp8enci.h | 255 uint8_t yuv_left_mem_[17 + 16 + 16 + 8 + WEBP_ALIGN_CST]; member |
D | iterator.c | 79 it->y_left_ = (uint8_t*)WEBP_ALIGN(it->yuv_left_mem_ + 1); in VP8IteratorInit() |