HomeSort by relevance Sort by last modified time
    Searched refs:uv_stride (Results 151 - 175 of 217) sorted by null

1 2 3 4 5 67 8 9

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
threading.c 162 xd->dst.uv_stride);
292 xd->dst.uv_stride, xd->eobs+16);
311 int recon_uv_stride = yv12_fb_new->uv_stride;
393 xd->recon_above[1] -= xd->dst.uv_stride;
394 xd->recon_above[2] -= xd->dst.uv_stride;
398 xd->recon_left_stride[1] = xd->dst.uv_stride;
402 xd->dst.uv_stride);
  /external/chromium_org/media/base/
video_util.cc 301 const int uv_stride = frame->stride(kU); local
310 + (region_in_frame.y() / 2 * uv_stride);
320 uv_stride);
video_frame.cc 664 size_t uv_stride = RoundUp(row_bytes(VideoFrame::kUPlane), local
677 size_t uv_bytes = uv_height * uv_stride;
685 y_bytes + (uv_bytes * 2 + uv_stride) + a_bytes + kFrameSizePadding;
697 strides_[VideoFrame::kUPlane] = uv_stride;
698 strides_[VideoFrame::kVPlane] = uv_stride;
  /external/chromium_org/third_party/libwebp/enc/
picture_csp.c 163 const int dst = (x) + (y) * picture->uv_stride; \
304 cur_u += picture->uv_stride;
305 cur_v += picture->uv_stride;
  /external/webp/src/enc/
picture_csp.c 163 const int dst = (x) + (y) * picture->uv_stride; \
304 cur_u += picture->uv_stride;
305 cur_v += picture->uv_stride;
  /external/libvpx/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,
  /external/libvpx/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copyframe_func_neon.asm 101 mov r6, r6, lsr #1 ;src uv_stride
102 mov r7, r7, lsr #1 ;dst uv_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/vpx_scale/arm/neon/
vp8_vpxyv12_copyframe_func_neon.asm 101 mov r6, r6, lsr #1 ;src uv_stride
102 mov r7, r7, lsr #1 ;dst uv_stride
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
reconinter.c 216 int pre_stride = x->pre.uv_stride;
246 int pre_stride = x->pre.uv_stride;
500 int dst_stride = x->dst.uv_stride;
519 int dst_stride = x->dst.uv_stride;
580 xd->dst.y_stride, xd->dst.uv_stride);
  /external/libvpx/libvpx/vp8/common/
reconinter.c 216 int pre_stride = x->pre.uv_stride;
246 int pre_stride = x->pre.uv_stride;
500 int dst_stride = x->dst.uv_stride;
519 int dst_stride = x->dst.uv_stride;
580 xd->dst.y_stride, xd->dst.uv_stride);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
reconinter.c 216 int pre_stride = x->pre.uv_stride;
246 int pre_stride = x->pre.uv_stride;
500 int dst_stride = x->dst.uv_stride;
519 int dst_stride = x->dst.uv_stride;
580 xd->dst.y_stride, xd->dst.uv_stride);
  /external/chromium_org/content/renderer/pepper/
pepper_media_stream_video_track_host.cc 344 int32 uv_stride = (plugin_frame_size_.width() + 1) / 2; local
364 uv_stride,
365 uv_stride,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.c 474 int uv_stride = x->block[16].src_stride; local
481 int pre_stride = x->e_mbd.pre.uv_stride;
503 mv_col & 7, mv_row & 7, upred_ptr, uv_stride, &sse2);
505 mv_col & 7, mv_row & 7, vpred_ptr, uv_stride, &sse1);
511 upred_ptr, uv_stride, &sse2);
513 vpred_ptr, uv_stride, &sse1);
842 x->src.u_buffer, x->src.v_buffer, x->src.uv_stride,
859 x->src.u_buffer, x->src.v_buffer, x->src.uv_stride,
890 xd->dst.u_buffer - xd->dst.uv_stride,
891 xd->dst.v_buffer - xd->dst.uv_stride,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 272 img->stride[VPX_PLANE_U] = yv12->uv_stride;
273 img->stride[VPX_PLANE_V] = yv12->uv_stride;
589 yv12->uv_stride = img->stride[VPX_PLANE_U];
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 475 int uv_stride = x->block[16].src_stride; local
482 int pre_stride = x->e_mbd.pre.uv_stride;
504 mv_col & 7, mv_row & 7, upred_ptr, uv_stride, &sse2);
506 mv_col & 7, mv_row & 7, vpred_ptr, uv_stride, &sse1);
512 upred_ptr, uv_stride, &sse2);
514 vpred_ptr, uv_stride, &sse1);
843 x->src.u_buffer, x->src.v_buffer, x->src.uv_stride,
860 x->src.u_buffer, x->src.v_buffer, x->src.uv_stride,
891 xd->dst.u_buffer - xd->dst.uv_stride,
892 xd->dst.v_buffer - xd->dst.uv_stride,
    [all...]
denoising.c 269 filter_xd->dst.uv_stride);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 475 int uv_stride = x->block[16].src_stride; local
482 int pre_stride = x->e_mbd.pre.uv_stride;
504 mv_col & 7, mv_row & 7, upred_ptr, uv_stride, &sse2);
506 mv_col & 7, mv_row & 7, vpred_ptr, uv_stride, &sse1);
512 upred_ptr, uv_stride, &sse2);
514 vpred_ptr, uv_stride, &sse1);
846 x->src.u_buffer, x->src.v_buffer, x->src.uv_stride,
865 x->src.u_buffer, x->src.v_buffer, x->src.uv_stride,
896 xd->dst.u_buffer - xd->dst.uv_stride,
897 xd->dst.v_buffer - xd->dst.uv_stride,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconinter.c 583 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride,
602 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c     [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 210 const uint8_t* u, const uint8_t* v, int uv_stride,
  /external/chromium_org/third_party/libwebp/webp/
encode.h 296 int y_stride, uv_stride; // luma/chroma strides. member in struct:WebPPicture
  /external/webp/include/webp/
encode.h 296 int y_stride, uv_stride; // luma/chroma strides. member in struct:WebPPicture

Completed in 1146 milliseconds

1 2 3 4 5 67 8 9