Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe.c545 const size_t yuv_size = YUV_SIZE * sizeof(*dec->yuv_b_); in AllocateMemory()
596 dec->yuv_b_ = (uint8_t*)mem; in AllocateMemory()
714 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF; in ReconstructRow()
715 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in ReconstructRow()
716 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; in ReconstructRow()
Dvp8i.h274 uint8_t* yuv_b_; // main block for Y/U/V (size = YUV_SIZE) member