/external/libvpx/libvpx/vp8/common/ |
reconintra.c | 22 int y_stride) 77 ypred_ptr += y_stride; 91 ypred_ptr += y_stride; 102 ypred_ptr += y_stride; 125 ypred_ptr += y_stride;
|
invtrans.h | 60 xd->dst.y_stride, xd->eobs);
|
mbpitch.c | 59 (block >> 2) * 4 * x->dst.y_stride + (block & 3) * 4;
|
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 192 #define PRE(r,c) (y + (((r)>>2) * y_stride + ((c)>>2) -(offset))) 196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse) 232 int y_stride; local 234 int pre_stride = x->e_mbd.pre.y_stride; 248 y_stride = 32; 251 vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2); 252 y = xd->y_buf + y_stride*buf_r1 +buf_c1; 255 y_stride = pre_stride; 258 offset = (bestmv->as_mv.row) * y_stride + bestmv->as_mv.col; 265 besterr = vfp->vf(y, y_stride, z, b->src_stride, sse1) 376 int y_stride; local 687 int y_stride; local [all...] |
picklpf.c | 36 ystride = src_ybc->y_stride; 72 srcoffset = source->y_stride * ((dest->y_height >> 5) * 16); 73 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16); 86 Total += vp8_mse16x16(src + j, source->y_stride, 87 dst + j, dest->y_stride, 91 src += 16 * source->y_stride; 92 dst += 16 * dest->y_stride;
|
temporal_filter.c | 164 int pre_stride = x->e_mbd.pre.y_stride; 172 b->src_stride = arf_frame->y_stride; 176 x->e_mbd.pre.y_stride = frame_ptr->y_stride; 217 x->e_mbd.pre.y_stride = pre_stride; 326 cpi->frames[frame]->y_stride, 334 f->y_stride, 366 stride = cpi->alt_ref_buffer.y_stride; 418 mb_y_offset += 16*(f->y_stride-mb_cols);
|
denoising.c | 62 int mc_avg_y_stride = mc_running_avg->y_stride; 64 int avg_y_stride = running_avg->y_stride; 268 filter_xd->dst.y_stride, 303 denoiser->yv12_running_avg[INTRA_FRAME].y_stride);
|
ssim.c | 186 source->y_stride, dest->y_stride, source->y_width, 217 source->y_stride, dest->y_stride, source->y_width,
|
/external/libvpx/libvpx/vp8/common/x86/ |
recon_wrapper_sse2.c | 168 int y_stride) 171 y_stride, yleft, left_stride, 180 int y_stride) 183 y_stride, yleft, left_stride,
|
/external/libvpx/libvpx/vpx_scale/ |
yv12config.h | 30 int y_stride; member in struct:yv12_buffer_config
|
/external/libvpx/libvpx/vp9/common/ |
vp9_extend.c | 90 copy_and_extend_plane(src->y_buffer, src->y_stride, 91 dst->y_buffer, dst->y_stride, 117 const int src_y_offset = srcy * src->y_stride + srcx; 118 const int dst_y_offset = srcy * dst->y_stride + srcx; 129 copy_and_extend_plane(src->y_buffer + src_y_offset, src->y_stride, 130 dst->y_buffer + dst_y_offset, dst->y_stride,
|
vp9_reconinter.h | 65 int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, 84 int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride,
|
/external/libvpx/libvpx/vpx_scale/generic/ |
yv12extend.c | 64 extend_plane(ybf->y_buffer, ybf->y_stride, 101 extend_plane(ybf->y_buffer, ybf->y_stride, 146 src += src_ybc->y_stride; 147 dst += dst_ybc->y_stride; 179 src += src_ybc->y_stride; 180 dst += dst_ybc->y_stride;
|
vpx_scale.c | 495 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height, 496 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh, 501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1); 505 vpx_memcpy(dst->y_buffer + i * dst->y_stride, dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1);
|
/external/chromium_org/third_party/libwebp/enc/ |
picture.c | 49 const int y_stride = width; local 80 y_size = (uint64_t)y_stride * height; 98 picture->y_stride = y_stride; 153 picture->y_stride = picture->uv_stride = 0; 240 CopyPlane(src->y, src->y_stride, 241 dst->y, dst->y_stride, dst->width, dst->height); 292 dst->y = src->y + top * src->y_stride + left; 295 dst->y_stride = src->y_stride; [all...] |
/external/webp/src/enc/ |
picture.c | 49 const int y_stride = width; local 80 y_size = (uint64_t)y_stride * height; 98 picture->y_stride = y_stride; 153 picture->y_stride = picture->uv_stride = 0; 240 CopyPlane(src->y, src->y_stride, 241 dst->y, dst->y_stride, dst->width, dst->height); 292 dst->y = src->y + top * src->y_stride + left; 295 dst->y_stride = src->y_stride; [all...] |
/external/libyuv/files/source/ |
convert_from.cc | [all...] |
convert.cc | 1517 int y_stride; member in struct:libyuv::I420Buffers [all...] |
/external/chromium_org/remoting/base/ |
util.h | 63 int y_stride,
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_ssim.c | 108 source->y_stride, dest->y_stride, 132 source->y_stride, dest->y_stride,
|
vp9_mbgraph.c | 195 x->plane[0].src.stride = buf->y_stride; 198 xd->plane[0].dst.stride = get_frame_new_buffer(cm)->y_stride; 211 xd->plane[0].pre[0].stride = golden_ref->y_stride; 227 xd->plane[0].pre[0].stride = alt_ref->y_stride; 259 xd->plane[0].dst.stride = buf->y_stride; 260 xd->plane[0].pre[0].stride = buf->y_stride; 302 mb_y_offset += buf->y_stride * 16; 303 gld_y_offset += golden_ref->y_stride * 16; 305 arf_y_offset += alt_ref->y_stride * 16;
|
/external/chromium_org/third_party/libwebp/dec/ |
io.c | 31 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride; 40 memcpy(y_dst + j * buf->y_stride, io->y + j * io->y_stride, mb_w); 62 sample(y_src, y_src + io->y_stride, u_src, v_src, 64 y_src += 2 * io->y_stride; 92 y_src += io->y_stride; 136 cur_y += 2 * io->y_stride; 137 upsample(cur_y - io->y_stride, cur_y, 142 cur_y += io->y_stride; 296 const int num_lines_out = Rescale(io->y, io->y_stride, mb_h, &p->scaler_y) [all...] |
/external/webp/src/dec/ |
io.c | 31 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride; 40 memcpy(y_dst + j * buf->y_stride, io->y + j * io->y_stride, mb_w); 62 sample(y_src, y_src + io->y_stride, u_src, v_src, 64 y_src += 2 * io->y_stride; 92 y_src += io->y_stride; 136 cur_y += 2 * io->y_stride; 137 upsample(cur_y - io->y_stride, cur_y, 142 cur_y += io->y_stride; 296 const int num_lines_out = Rescale(io->y, io->y_stride, mb_h, &p->scaler_y) [all...] |
/external/libvpx/libvpx/vp8/encoder/x86/ |
denoising_sse2.c | 33 int mc_avg_y_stride = mc_running_avg->y_stride; 35 int avg_y_stride = running_avg->y_stride;
|
/external/chromium_org/media/base/ |
video_util_unittest.cc | 24 int y_stride, int u_stride, int v_stride) { 25 EXPECT_GE(y_stride, width); 30 y_stride_ = y_stride; 34 y_plane_.reset(new uint8[y_stride * height]);
|