Searched refs:y_stride (Results 76 - 100 of 113) sorted by relevance

12345

/external/chromium_org/media/base/
H A Dvideo_frame.h165 int32 y_stride,
/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h185 int y_stride; // luma stride member in struct:WebPYUVABuffer
H A Dencode.h283 int y_stride, uv_stride; // luma/chroma strides. member in struct:WebPPicture
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h402 LLVMValueRef y_stride,
H A Dlp_bld_sample_aos.c984 LLVMValueRef x_stride, y_stride, z_stride; local
1064 y_stride = row_stride_vec;
1087 height_vec, y_stride,
1163 LLVMValueRef x_stride, y_stride, z_stride; local
1225 y_stride = row_stride_vec;
1251 y_icoord0, y_stride,
1255 y_icoord1, y_stride,
H A Dlp_bld_sample.c1297 * x, y, z, y_stride, z_stride are vectors, and they refer to pixels.
1307 LLVMValueRef y_stride,
1324 if (y && y_stride) {
1328 y, y_stride,
1302 lp_build_sample_offset(struct lp_build_context *bld, const struct util_format_description *format_desc, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef *out_offset, LLVMValueRef *out_i, LLVMValueRef *out_j) argument
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c292 img->w = yv12->y_stride;
302 img->stride[VPX_PLANE_Y] = yv12->y_stride;
305 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride;
719 yv12->y_stride = img->stride[VPX_PLANE_Y];
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h402 LLVMValueRef y_stride,
H A Dlp_bld_sample_aos.c984 LLVMValueRef x_stride, y_stride, z_stride; local
1064 y_stride = row_stride_vec;
1087 height_vec, y_stride,
1163 LLVMValueRef x_stride, y_stride, z_stride; local
1225 y_stride = row_stride_vec;
1251 y_icoord0, y_stride,
1255 y_icoord1, y_stride,
H A Dlp_bld_sample.c1297 * x, y, z, y_stride, z_stride are vectors, and they refer to pixels.
1307 LLVMValueRef y_stride,
1324 if (y && y_stride) {
1328 y, y_stride,
1302 lp_build_sample_offset(struct lp_build_context *bld, const struct util_format_description *format_desc, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef *out_offset, LLVMValueRef *out_i, LLVMValueRef *out_j) argument
/external/webp/include/webp/
H A Ddecode.h185 int y_stride; // luma stride member in struct:WebPYUVABuffer
H A Dencode.h283 int y_stride, uv_stride; // luma/chroma strides. member in struct:WebPPicture
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittests.cc870 int32 y_stride = truth_frame->stride(media::VideoFrame::kYPlane); local
873 memset(Y, 0x00, y_stride * output_ysize);
879 Y[(y + ymargin) * y_stride + x + xmargin] = float_to_byte(
905 output_xsize, y_stride, output_ysize,
/external/libvpx/libvpx/test/
H A Dintrapred_test.cc229 int y_stride);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c1039 vp8_init3smotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride);
1043 vp8_init_dsmotion_compensation(&cpi->mb, cm->yv12_fb[cm->lst_fb_idx].y_stride);
2491 sse = calc_plane_error(orig->y_buffer, orig->y_stride,
2492 recon->y_buffer, recon->y_stride,
2611 src += s->y_stride;
3007 fwrite(frame->y_buffer + i * frame->y_stride, frame->y_width, 1, yframe);
3876 if (cpi->Source->y_stride < 0)
3878 src += cpi->Source->y_stride * (cpi->Source->y_height - 1);
5273 ye = calc_plane_error(orig->y_buffer, orig->y_stride,
5274 recon->y_buffer, recon->y_stride, ori
[all...]
H A Dfirstpass.c334 src += source->y_stride;
418 int raw_stride = raw_buffer->y_stride;
420 int ref_stride = x->e_mbd.pre.y_stride;
518 int recon_y_stride = lst_yv12->y_stride;
610 vp8_copy_mem16x16(x->src.y_buffer, x->src.y_stride, x->thismb, 16);
786 x->src.y_buffer += 16 * x->src.y_stride - 16 * cm->mb_cols;
/external/libvpx/generic/
H A Dvp8_rtcd.h85 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);
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dbuildintrapredictorsmby_neon.asm22 ; r2 int y_stride
303 ; r2 int y_stride
/external/libvpx/mips/
H A Dvp8_rtcd.h85 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);
/external/libvpx/mips-dspr2/
H A Dvp8_rtcd.h99 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);
/external/chromium_org/third_party/libwebp/dec/
H A Didec.c675 idec->output_.u.YUVA.y_stride = luma_stride;
814 if (stride != NULL) *stride = src->u.YUVA.y_stride;
H A Dwebp.c562 output.u.YUVA.y_stride = luma_stride;
644 *stride = buf->y_stride;
/external/webp/src/dec/
H A Didec.c679 idec->output_.u.YUVA.y_stride = luma_stride;
818 if (stride != NULL) *stride = src->u.YUVA.y_stride;
H A Dwebp.c545 output.u.YUVA.y_stride = luma_stride;
627 *stride = buf->y_stride;
/external/libvpx/armv7a/
H A Dvp8_rtcd.h103 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);

Completed in 578 milliseconds

12345