HomeSort by relevance Sort by last modified time
    Searched refs:y_stride (Results 276 - 300 of 310) sorted by null

<<111213

  /external/libvpx/x86/
vp8_rtcd.h 65 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);
66 void vp8_build_intra_predictors_mby_s_sse2(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride);
    [all...]
  /external/webp/src/dec/
idec.c 689 idec->output_.u.YUVA.y_stride = luma_stride;
828 if (stride != NULL) *stride = src->u.YUVA.y_stride;
webp.c 594 output.u.YUVA.y_stride = luma_stride;
676 *stride = buf->y_stride;
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 1625 int y_stride = (int) (Math.ceil( width \/ 16.) * 16); local
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 1414 int32 y_stride = truth_frame->stride(media::VideoFrame::kYPlane); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm/
vp8_rtcd.h 60 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/libvpx/source/libvpx/vp9/encoder/
vp9_rd.c 495 dst[0].stride = src->y_stride;
vp9_encodeframe.c 88 const uint8_t* last_y = &last->y_buffer[mi_row * MI_SIZE * last->y_stride +
92 last_y, last->y_stride, &sse);
643 const int strides[3] = {src->y_stride, src->uv_stride, src->uv_stride };
    [all...]
vp9_firstpass.c 406 int recon_y_stride = lst_yv12->y_stride;
480 recon_y_stride = new_yv12->y_stride;
613 cpi->unscaled_last_source->y_stride;
    [all...]
vp9_pickmode.c 527 vp9_mv_pred(cpi, x, yv12_mb[ref_frame][0].buf, yv12->y_stride,
  /external/libvpx/armv7a/
vp8_rtcd.h 51 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/webp/examples/
dwebp.c 265 ok &= (fwrite(yuv->y + y * yuv->y_stride, width, 1, fout) == 1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 103 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/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 721 yv12->y_stride = img->stride[VPX_PLANE_Y];
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 690 yv12->y_stride = img->stride[VPX_PLANE_Y];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 693 yv12->y_stride = img->stride[VPX_PLANE_Y];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 332 row += buf->y_stride;
487 int recon_y_stride = lst_yv12->y_stride;
530 recon_y_stride = first_ref_buf->y_stride;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 329 row += buf->y_stride;
486 int recon_y_stride = lst_yv12->y_stride;
529 recon_y_stride = first_ref_buf->y_stride;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
loopfilter_mmx.asm     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 82 LLVMValueRef y_stride,
140 x, y, z, y_stride, z_stride,
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_mmx.asm     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 82 LLVMValueRef y_stride,
140 x, y, z, y_stride, z_stride,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
loopfilter_mmx.asm     [all...]
  /external/chromium_org/third_party/libwebp/dec/
frame.c 642 io->y_stride = dec->cache_y_stride_;
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 55 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 1861 milliseconds

<<111213