HomeSort by relevance Sort by last modified time
    Searched full:y_stride (Results 176 - 194 of 194) sorted by null

1 2 3 4 5 6 78

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 82 LLVMValueRef y_stride,
140 x, y, z, y_stride, z_stride,
    [all...]
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 54 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/
rtcd_defs.pl 155 add_proto qw/void vp8_build_intra_predictors_mby_s/, "struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride";
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 474 vp9_mv_pred(cpi, x, yv12_mb[ref_frame][0].buf, yv12->y_stride,
vp9_rd.c 430 dst[0].stride = src->y_stride;
vp9_firstpass.c 414 int recon_y_stride = lst_yv12->y_stride;
476 recon_y_stride = new_yv12->y_stride;
611 cpi->unscaled_last_source->y_stride;
    [all...]
vp9_rdopt.c     [all...]
  /external/webp/include/webp/
decode.h 185 int y_stride; // luma stride member in struct:WebPYUVABuffer
encode.h 296 int y_stride, uv_stride; // luma/chroma strides. member in struct:WebPPicture
  /external/webp/src/webp/
decode.h 185 int y_stride; // luma stride member in struct:WebPYUVABuffer
encode.h 296 int y_stride, uv_stride; // luma/chroma strides. member in struct:WebPPicture
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 121 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 151 add_proto qw/void vp8_build_intra_predictors_mby_s/, "struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 120 int offset = (mi_row * MI_SIZE) * yv12->y_stride + (mi_col * MI_SIZE);
125 yv12->y_stride,
761 int recon_y_stride = new_yv12->y_stride;
972 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride,
    [all...]
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...]
vp9_rdopt.c     [all...]
  /external/webp/src/dec/
frame.c 642 io->y_stride = dec->cache_y_stride_;
vp8l.c 485 uint8_t* const y = buf->y + y_pos * buf->y_stride;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 2527 OMX_U32 y_stride = VENUS_Y_STRIDE(COLOR_FMT_NV12, width), local
    [all...]

Completed in 386 milliseconds

1 2 3 4 5 6 78