Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dframe.c678 uint8_t* const u_out = dec->cache_u_ + dec->mb_x_ * 8 + uv_offset; in VP8ReconstructBlock() local
684 memcpy(u_out + j * dec->cache_uv_stride_, u_dst + j * BPS, 8); in VP8ReconstructBlock()
/external/webp/src/dec/
Dframe.c180 uint8_t* const u_out = dec->cache_u_ + mb_x * 8 + uv_offset; in ReconstructRow() local
186 memcpy(u_out + j * dec->cache_uv_stride_, u_dst + j * BPS, 8); in ReconstructRow()