Searched refs:u_out (Results 1 – 3 of 3) sorted by relevance
168 uint8_t *y_out, *u_out, *v_out; in decode_frame() local377 u_out = FF_PTR_ADD(frame->data[1], offset); in decode_frame()385 u_out[col] = *encoded++ + 128; in decode_frame()389 u_out -= frame->linesize[1]; in decode_frame()398 u_out[ col >> 1 ] = *encoded++ + 128; in decode_frame()399 u_out[(col >> 1) + 1] = *encoded++ + 128; in decode_frame()404 u_out -= frame->linesize[1]; in decode_frame()421 u_out[col >> 2] = *encoded++ + 128; in decode_frame()425 u_out -= frame->linesize[1]; in decode_frame()434 u_out[col >> 1] = *encoded++ + 128; in decode_frame()[all …]
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()