Searched refs:u_out (Results 1 – 2 of 2) sorted by relevance
678 uint8_t* const u_out = dec->cache_u_ + dec->mb_x_ * 8 + uv_offset; in VP8ReconstructBlock() local684 memcpy(u_out + j * dec->cache_uv_stride_, u_dst + j * BPS, 8); in VP8ReconstructBlock()
180 uint8_t* const u_out = dec->cache_u_ + mb_x * 8 + uv_offset; in ReconstructRow() local186 memcpy(u_out + j * dec->cache_uv_stride_, u_dst + j * BPS, 8); in ReconstructRow()