Searched refs:yuv_mem_ (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ | ||
D | vp8enci.h | 257 uint8_t yuv_mem_[3 * YUV_SIZE_ENC + PRED_SIZE_ENC + WEBP_ALIGN_CST]; member |
D | iterator.c | 73 it->yuv_in_ = (uint8_t*)WEBP_ALIGN(it->yuv_mem_); in VP8IteratorInit() |