Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dframe.c421 const size_t yuv_size = YUV_SIZE * sizeof(*dec->yuv_b_); in AllocateMemory()
475 dec->yuv_b_ = (uint8_t*)mem; in AllocateMemory()
556 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF; in VP8ReconstructBlock()
557 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in VP8ReconstructBlock()
558 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; in VP8ReconstructBlock()
Dvp8i.h246 uint8_t* yuv_b_; // main block for Y/U/V (size = YUV_SIZE) member
/external/webp/src/dec/
Dframe.c77 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF; in ReconstructRow()
78 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in ReconstructRow()
79 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; in ReconstructRow()
712 const size_t yuv_size = YUV_SIZE * sizeof(*dec->yuv_b_); in AllocateMemory()
763 dec->yuv_b_ = (uint8_t*)mem; in AllocateMemory()
Dvp8i.h237 uint8_t* yuv_b_; // main block for Y/U/V (size = YUV_SIZE) member