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

  /external/webp/src/dec/
frame.c 38 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16; local
47 VP8SimpleHFilter16(y_dst, y_bps, limit + 4);
50 VP8SimpleHFilter16i(y_dst, y_bps, limit);
53 VP8SimpleVFilter16(y_dst, y_bps, limit + 4);
56 VP8SimpleVFilter16i(y_dst, y_bps, limit);
64 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
68 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
72 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
76 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
714 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF local
    [all...]
io.c 28 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride; local
37 memcpy(y_dst + j * buf->y_stride, io->y + j * io->y_stride, mb_w);
  /external/webp/src/enc/
filter.c 88 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF; local
93 memcpy(y_dst, it->yuv_out_, YUV_SIZE * sizeof(uint8_t));
96 VP8SimpleHFilter16i(y_dst, BPS, limit);
97 VP8SimpleVFilter16i(y_dst, BPS, limit);
100 VP8HFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
102 VP8VFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 214 unsigned char *y_dst, *u_dst, *v_dst; local
223 y_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]);
232 memset(y_dst, max_luma + 1, surface_image.pitches[0]);
234 memset(y_dst, (min_luma + max_luma) / 2, surface_image.pitches[0]);
236 y_dst += surface_image.pitches[0];
262 unsigned char *y_dst, *u_dst, *v_dst; local
288 y_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]);
303 memcpy(y_dst, y_src, surface_image.width);
304 y_dst += surface_image.pitches[0];
365 unsigned char *y_dst, *u_dst, *v_dst local
    [all...]
  /external/libvpx/libvpx/vp8/common/
mfqe.c 73 unsigned char *y_dst,
86 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
92 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c 73 unsigned char *y_dst,
86 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
92 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight);
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 439 unsigned char *y_dst, *u_dst, *v_dst; local
459 y_dst = surface_p + surface_image.offsets[0];
465 memcpy(y_dst, y_src, surface_image.width);
466 y_dst += surface_image.pitches[0];
    [all...]
mpeg2vaenc.c 439 unsigned char *y_dst, *u_dst, *v_dst; local
459 y_dst = surface_p + surface_image.offsets[0];
465 memcpy(y_dst, y_src, surface_image.width);
466 y_dst += surface_image.pitches[0];
    [all...]
avcenc.c 360 unsigned char *y_dst, *u_dst, *v_dst; local
380 y_dst = surface_p + surface_image.offsets[0];
386 memcpy(y_dst, y_src, surface_image.width);
387 y_dst += surface_image.pitches[0];
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2163 unsigned char *y_dst, *u_dst, *v_dst; local
    [all...]

Completed in 721 milliseconds