/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
convert_from.h | 161 int ConvertFromI420(const uint8* y, int y_stride,
|
/external/libvpx/libvpx/vp8/encoder/ |
ethreading.c | 87 int recon_y_stride = cm->yv12_fb[ref_fb_idx].y_stride; 159 vp8_copy_mem16x16(x->src.y_buffer, x->src.y_stride, x->thismb, 16); 303 x->src.y_buffer += 16 * x->src.y_stride * (cpi->encoding_thread_count + 1) - 16 * cm->mb_cols; 486 mb->src.y_buffer += 16 * x->src.y_stride * (i + 1);
|
rdopt.c | 655 int dst_stride = x->e_mbd.dst.y_stride; 724 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16); 788 xd->dst.y_buffer - xd->dst.y_stride, 790 xd->dst.y_stride, 1048 int pre_stride = x->e_mbd.pre.y_stride; [all...] |
encodemb.c | 101 b->src_stride, x->e_mbd.dst.y_buffer, x->e_mbd.dst.y_stride); 638 x->e_mbd.dst.y_stride); 641 b->src_stride, x->e_mbd.dst.y_buffer, x->e_mbd.dst.y_stride);
|
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 260 img->w = yv12->y_stride; 270 img->stride[VPX_PLANE_Y] = yv12->y_stride; 273 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride; 581 yv12->y_stride = img->stride[VPX_PLANE_Y];
|
/external/libyuv/files/include/libyuv/ |
convert_from.h | 153 int ConvertFromI420(const uint8* y, int y_stride,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
ethreading.c | 87 int recon_y_stride = cm->yv12_fb[ref_fb_idx].y_stride; 159 vp8_copy_mem16x16(x->src.y_buffer, x->src.y_stride, x->thismb, 16); 288 x->src.y_buffer += 16 * x->src.y_stride * (cpi->encoding_thread_count + 1) - 16 * cm->mb_cols; 471 mb->src.y_buffer += 16 * x->src.y_stride * (i + 1);
|
rdopt.c | 656 int dst_stride = x->e_mbd.dst.y_stride; 725 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16); 790 xd->dst.y_buffer - xd->dst.y_stride, 792 xd->dst.y_stride, 1054 int pre_stride = x->e_mbd.pre.y_stride; [all...] |
encodemb.c | 101 b->src_stride, x->e_mbd.dst.y_buffer, x->e_mbd.dst.y_stride); 638 x->e_mbd.dst.y_stride); 641 b->src_stride, x->e_mbd.dst.y_buffer, x->e_mbd.dst.y_stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8_dx_iface.c | 294 img->w = yv12->y_stride; 304 img->stride[VPX_PLANE_Y] = yv12->y_stride; 307 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride; 721 yv12->y_stride = img->stride[VPX_PLANE_Y];
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_aos.c | 984 LLVMValueRef x_stride, y_stride, z_stride; local 1163 LLVMValueRef x_stride, y_stride, z_stride; local [all...] |
lp_bld_sample.c | [all...] |
lp_bld_sample.h | 402 LLVMValueRef y_stride,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_mcomp.c | 180 vfp->svf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), z, \ 284 const int y_stride = xd->plane[0].pre[0].stride; local 285 const int offset = bestmv->row * y_stride + bestmv->col; 306 besterr = vfp->vf(y, y_stride, z, src_stride, sse1); 356 vfp->svaf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), \ 383 const int y_stride = xd->plane[0].pre[0].stride; local 384 const int offset = bestmv->row * y_stride + bestmv->col; 407 vp9_comp_avg_pred(comp_pred, second_pred, w, h, y, y_stride); [all...] |
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
loopfilter_filters_dspr2.c | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encoder.c | 2321 int y_stride = cpi->scaled_source.y_stride; local [all...] |
vp9_mcomp.c | 178 thismse = vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \ 181 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), \ 282 const int y_stride = xd->plane[0].pre[0].stride; local 283 const int offset = bestmv->row * y_stride + bestmv->col; 308 vp9_comp_avg_pred(comp_pred, second_pred, w, h, y + offset, y_stride); 311 besterr = vfp->vf(y + offset, y_stride, z, src_stride, sse1); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/ |
loopfilter_filters_dspr2.c | [all...] |
/external/webp/src/enc/ |
picture_csp.c | 428 const int off2 = i + j * picture->y_stride; [all...] |
/external/libvpx/libvpx/vp8/common/arm/neon/ |
buildintrapredictorsmby_neon.asm | 22 ; r2 int y_stride 308 ; r2 int y_stride
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
buildintrapredictorsmby_neon.asm | 22 ; r2 int y_stride 303 ; r2 int y_stride
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_reconinter.c | 417 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, 436 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decoder.c | 46 src += s->y_stride; 80 fwrite(frame->y_buffer + i * frame->y_stride,
|
/external/webp/src/dec/ |
decode_vp8.h | 59 int y_stride; // row stride for luma member in struct:VP8Io
|
/external/libvpx/generic/ |
vp8_rtcd.h | 47 void vp8_build_intra_predictors_mby_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride);
|