Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlcldec.c168 uint8_t *y_out, *u_out, *v_out; in decode_frame() local
377 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 …]
/third_party/skia/third_party/externals/libwebp/src/dec/
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()
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
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()