/external/libvpx/libvpx/vp9/encoder/ |
vp9_ssim.c | 103 source->y_stride, dest->y_stride, 127 source->y_stride, dest->y_stride,
|
vp9_mbgraph.c | 180 x->plane[0].src.stride = buf->y_stride; 183 xd->plane[0].dst.stride = get_frame_new_buffer(cm)->y_stride; 196 xd->plane[0].pre[0].stride = golden_ref->y_stride; 212 xd->plane[0].pre[0].stride = alt_ref->y_stride; 243 xd->plane[0].dst.stride = buf->y_stride; 244 xd->plane[0].pre[0].stride = buf->y_stride; 281 mb_y_offset += buf->y_stride * 16; 282 gld_y_offset += golden_ref->y_stride * 16; 284 arf_y_offset += alt_ref->y_stride * 16;
|
/external/libvpx/libvpx/vpx_scale/ |
vpx_scale_asm_offsets.c | 22 DEFINE(yv12_buffer_config_y_stride, offsetof(YV12_BUFFER_CONFIG, y_stride));
|
yv12config.h | 32 int y_stride; member in struct:yv12_buffer_config
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
reconintra4x4.h | 23 int dst_stride = xd->dst.y_stride;
|
invtrans.h | 64 xd->dst.y_stride, xd->eobs);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
picklpf_arm.c | 29 ystride = src_ybc->y_stride;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
ssim.c | 186 source->y_stride, dest->y_stride, source->y_width, 217 source->y_stride, dest->y_stride, source->y_width,
|
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 | 163 int pre_stride = x->e_mbd.pre.y_stride; 171 b->src_stride = arf_frame->y_stride; 175 x->e_mbd.pre.y_stride = frame_ptr->y_stride; 216 x->e_mbd.pre.y_stride = pre_stride; 325 cpi->frames[frame]->y_stride, 333 f->y_stride, 365 stride = cpi->alt_ref_buffer.y_stride; 417 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; 269 filter_xd->dst.y_stride, 304 denoiser->yv12_running_avg[INTRA_FRAME].y_stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_ssim.c | 102 source->y_stride, dest->y_stride, 126 source->y_stride, dest->y_stride,
|
vp9_mbgraph.c | 188 x->plane[0].src.stride = buf->y_stride; 191 xd->plane[0].dst.stride = get_frame_new_buffer(cm)->y_stride; 204 xd->plane[0].pre[0].stride = golden_ref->y_stride; 220 xd->plane[0].pre[0].stride = alt_ref->y_stride; 252 xd->plane[0].dst.stride = buf->y_stride; 253 xd->plane[0].pre[0].stride = buf->y_stride; 294 mb_y_offset += buf->y_stride * 16; 295 gld_y_offset += golden_ref->y_stride * 16; 297 arf_y_offset += alt_ref->y_stride * 16;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/ |
vpx_scale_asm_offsets.c | 22 DEFINE(yv12_buffer_config_y_stride, offsetof(YV12_BUFFER_CONFIG, y_stride));
|
yv12config.h | 32 int y_stride; member in struct:yv12_buffer_config
|
/external/libvpx/libvpx/vp8/encoder/ |
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);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 243 source->y_stride, post->y_stride, 246 vp9_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, 249 vp9_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, 267 const int src_strides[3] = {src->y_stride, src->uv_stride, src->uv_stride}; 272 const int dst_strides[3] = {dst->y_stride, dst->uv_stride, dst->uv_stride}; 287 const int src_strides[3] = {src->y_stride, src->uv_stride, src->uv_stride}; 292 const int dst_strides[3] = {dst->y_stride, dst->uv_stride, dst->uv_stride}; 428 ppbuf->y_width, ppbuf->y_height, ppbuf->y_stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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/libvpx/libvpx/test/ |
vpx_scale_test.cc | 41 img_.y_stride); 119 ref_img_.y_stride, 139 ref_img_.y_buffer[x + y * ref_img_.y_stride] = 140 img_.y_buffer[x + y * img_.y_stride];
|
/external/libvpx/libvpx/vp8/common/ |
invtrans.h | 64 xd->dst.y_stride, xd->eobs);
|
/external/webp/src/enc/ |
picture_psnr.c | 95 sse[0] = AccumulateLSIM(src->y, src->y_stride, 96 ref->y, ref->y_stride, src->width, src->height); 120 VP8SSIMAccumulatePlane(src->y, src->y_stride, 121 ref->y, ref->y_stride,
|
picture.c | 56 picture->y_stride = picture->uv_stride = 0; 92 const int y_stride = width; local 112 y_size = (uint64_t)y_stride * height; 131 picture->y_stride = y_stride;
|
/external/webp/src/dec/ |
io.c | 28 uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride; 37 memcpy(y_dst + j * buf->y_stride, io->y + j * io->y_stride, mb_w); 51 WebPSamplerProcessPlane(io->y, io->y_stride, 75 y_src += io->y_stride; 119 cur_y += 2 * io->y_stride; 120 upsample(cur_y - io->y_stride, cur_y, 125 cur_y += io->y_stride; 290 WebPMultRows((uint8_t*)io->y, io->y_stride, 293 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler) [all...] |
/external/libvpx/libvpx/vpx_scale/generic/ |
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);
|