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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
invtrans.h 64 xd->dst.y_stride, xd->eobs);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
recon_wrapper_sse2.c 168 int y_stride)
171 y_stride, yleft, left_stride,
180 int y_stride)
183 y_stride, yleft, left_stride,
  /external/libvpx/libvpx/vp8/common/
invtrans.h 64 xd->dst.y_stride, xd->eobs);
  /external/libvpx/libvpx/vp8/common/x86/
recon_wrapper_sse2.c 168 int y_stride)
171 y_stride, yleft, left_stride,
180 int y_stride)
183 y_stride, yleft, left_stride,
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 32 int y_stride; member in struct:yv12_buffer_config
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
invtrans.h 64 xd->dst.y_stride, xd->eobs);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
recon_wrapper_sse2.c 168 int y_stride)
171 y_stride, yleft, left_stride,
180 int y_stride)
183 y_stride, yleft, left_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 31 img->w = yv12->y_stride;
41 img->stride[VPX_PLANE_Y] = yv12->y_stride;
73 yv12->y_stride = img->stride[VPX_PLANE_Y];
83 yv12->alpha_stride = yv12->y_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 32 int y_stride; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.c 90 copy_and_extend_plane(src->y_buffer, src->y_stride,
91 dst->y_buffer, dst->y_stride,
117 const int src_y_offset = srcy * src->y_stride + srcx;
118 const int dst_y_offset = srcy * dst->y_stride + srcx;
129 copy_and_extend_plane(src->y_buffer + src_y_offset, src->y_stride,
130 dst->y_buffer + dst_y_offset, dst->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;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 64 extend_plane(ybf->y_buffer, ybf->y_stride,
98 extend_plane(ybf->y_buffer, ybf->y_stride,
141 src += src_ybc->y_stride;
142 dst += dst_ybc->y_stride;
174 src += src_ybc->y_stride;
175 dst += dst_ybc->y_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_extend.c 90 copy_and_extend_plane(src->y_buffer, src->y_stride,
91 dst->y_buffer, dst->y_stride,
117 const int src_y_offset = srcy * src->y_stride + srcx;
118 const int dst_y_offset = srcy * dst->y_stride + srcx;
129 copy_and_extend_plane(src->y_buffer + src_y_offset, src->y_stride,
130 dst->y_buffer + dst_y_offset, dst->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/generic/
yv12extend.c 64 extend_plane(ybf->y_buffer, ybf->y_stride,
98 extend_plane(ybf->y_buffer, ybf->y_stride,
141 src += src_ybc->y_stride;
142 dst += dst_ybc->y_stride;
174 src += src_ybc->y_stride;
175 dst += dst_ybc->y_stride;
  /external/chromium_org/third_party/libvpx/source/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/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 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 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);
  /external/chromium_org/third_party/libvpx/source/config/mac/ia32/
vp9_rtcd.h 71 void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
74 void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
77 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
80 void vp9_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
83 void vp9_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
86 void vp9_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
89 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
92 void vp9_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
95 void vp9_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
98 void vp9_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left)
    [all...]
  /external/chromium_org/remoting/codec/
video_encoder_vpx.cc 180 const int y_stride = ((image->w - 1) & ~15) + 16; local
181 const int uv_unaligned_stride = y_stride >> image->x_chroma_shift;
194 const int buffer_size = y_stride * y_rows + 2*uv_stride * uv_rows;
204 image->planes[1] = image->planes[0] + y_stride * y_rows;
206 image->stride[0] = y_stride;
385 const int y_stride = image_->stride[0]; local
401 y_data + yuv_offset, y_stride,
413 int y_offset = y_stride * rect.top() + rect.left();
416 y_data + y_offset, y_stride,
  /external/chromium_org/third_party/libvpx/source/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};
431 ppbuf->y_width, ppbuf->y_height, ppbuf->y_stride);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mbgraph.c 184 x->plane[0].src.stride = buf->y_stride;
187 xd->plane[0].dst.stride = get_frame_new_buffer(cm)->y_stride;
200 xd->plane[0].pre[0].stride = golden_ref->y_stride;
216 xd->plane[0].pre[0].stride = alt_ref->y_stride;
247 xd->plane[0].dst.stride = buf->y_stride;
248 xd->plane[0].pre[0].stride = buf->y_stride;
285 mb_y_offset += buf->y_stride * 16;
286 gld_y_offset += golden_ref->y_stride * 16;
288 arf_y_offset += alt_ref->y_stride * 16;

Completed in 1365 milliseconds

1 2 3 45 6 7 8 91011>>