Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlcldec.c173 uint8_t *y_out, *u_out, *v_out; in decode_frame() local
386 u_out = FF_PTR_ADD(frame->data[1], offset); in decode_frame()
394 u_out[col] = *encoded++ + 128; in decode_frame()
398 u_out -= frame->linesize[1]; in decode_frame()
407 u_out[ col >> 1 ] = *encoded++ + 128; in decode_frame()
408 u_out[(col >> 1) + 1] = *encoded++ + 128; in decode_frame()
413 u_out[ col >> 1 ] = u_out[(col>>1) - 1]; in decode_frame()
418 u_out -= frame->linesize[1]; in decode_frame()
435 u_out[co in decode_frame()
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.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()

Completed in 3 milliseconds