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

  /external/webrtc/webrtc/modules/video_processing/
video_denoiser.h 29 uint8_t* y_dst);
video_denoiser.cc 25 uint8_t* y_dst) {
29 uint8_t* mb_dst = y_dst + (mb_row << 4) * stride_y + (mb_col << 4);
85 uint8_t* y_dst = denoised_frame->buffer(kYPlane); local
96 uint8_t* mb_dst = y_dst + (mb_row << 4) * stride_y + (mb_col << 4);
139 TrailingReduction(mb_rows, mb_cols, y_src, stride_y, y_dst);
  /external/webp/src/enc/
filter_enc.c 90 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF_ENC; local
95 memcpy(y_dst, it->yuv_out_, YUV_SIZE_ENC * sizeof(uint8_t));
98 VP8SimpleHFilter16i(y_dst, BPS, limit);
99 VP8SimpleVFilter16i(y_dst, BPS, limit);
102 VP8HFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
104 VP8VFilter16i(y_dst, BPS, limit, ilevel, hev_thresh);
  /external/webp/src/dec/
frame_dec.c 77 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF; local
83 y_dst[j * BPS - 1] = 129;
92 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129;
96 memset(y_dst - BPS - 1, 127, 16 + 4 + 1);
109 Copy32b(&y_dst[j * BPS - 4], &y_dst[j * BPS + 12]);
124 memcpy(y_dst - BPS, top_yuv[0].y, 16);
131 uint32_t* const top_right = (uint32_t*)(y_dst - BPS + 16);
145 uint8_t* const dst = y_dst + kScan[n];
151 VP8PredLuma16[pred_func](y_dst);
208 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16; local
    [all...]
io_dec.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);
  /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 65 unsigned char *y_dst, int y_dst_stride,
71 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride,
78 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride,
  /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 304 milliseconds