HomeSort by relevance Sort by last modified time
    Searched refs:u_dst (Results 1 - 10 of 10) sorted by null

  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 214 unsigned char *y_dst, *u_dst, *v_dst; local
224 u_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]);
225 v_dst = u_dst;
242 u_dst[col * 2] = 128;
243 u_dst[col * 2 + 1] = 128;
245 u_dst += surface_image.pitches[1];
262 unsigned char *y_dst, *u_dst, *v_dst; local
292 u_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[2]);
294 u_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]);
297 u_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1])
365 unsigned char *y_dst, *u_dst, *v_dst; local
    [all...]
  /external/webp/src/dec/
frame.c 60 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; local
65 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
69 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
73 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
77 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
224 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; local
226 Dither8x8(&dec->dithering_rg_, u_dst, uv_bps, data->dither_);
715 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; local
727 Copy32b(&u_dst[j * BPS - 4], &u_dst[j * BPS + 4])
    [all...]
io.c 29 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride; local
40 memcpy(u_dst + j * buf->u_stride, io->u + j * io->uv_stride, uv_w);
  /external/webp/src/enc/
filter.c 89 uint8_t* const u_dst = it->yuv_out2_ + U_OFF; local
101 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
103 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
  /external/libvpx/libvpx/vp8/common/
mfqe.c 78 unsigned char *u_dst,
87 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
93 vp8_filter_by_weight4x4(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c 78 unsigned char *u_dst,
87 vp8_filter_by_weight8x8(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
93 vp8_filter_by_weight4x4(u_src, uv_src_stride, u_dst, uv_dst_stride, src_weight);
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 439 unsigned char *y_dst, *u_dst, *v_dst; local
460 u_dst = surface_p + surface_image.offsets[1]; /* UV offset for NV12 */
473 u_dst[col * 2] = u_src[col];
474 u_dst[col * 2 + 1] = v_src[col];
477 u_dst += surface_image.pitches[1];
484 u_dst[col] = u_src[col];
488 u_dst += surface_image.pitches[1];
    [all...]
mpeg2vaenc.c 439 unsigned char *y_dst, *u_dst, *v_dst; local
460 u_dst = surface_p + surface_image.offsets[1]; /* UV offset for NV12 */
473 u_dst[col * 2] = u_src[col];
474 u_dst[col * 2 + 1] = v_src[col];
477 u_dst += surface_image.pitches[1];
484 u_dst[col] = u_src[col];
488 u_dst += surface_image.pitches[1];
    [all...]
avcenc.c 360 unsigned char *y_dst, *u_dst, *v_dst; local
381 u_dst = surface_p + surface_image.offsets[1]; /* UV offset for NV12 */
394 u_dst[col * 2] = u_src[col];
395 u_dst[col * 2 + 1] = v_src[col];
398 u_dst += surface_image.pitches[1];
407 u_dst = surface_p + surface_image.offsets[U];
411 memcpy(u_dst, u_src, surface_image.width / 2);
413 u_dst += surface_image.pitches[U];
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2163 unsigned char *y_dst, *u_dst, *v_dst; local
    [all...]

Completed in 240 milliseconds