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

12 3 4 5 6 7 8 9

  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_media_info.h 14 * <-------- Y/UV_Stride -------->
37 * UV_Stride : Width aligned to 128
41 * + UV_Stride * UV_Scanlines + 4096), 4096)
50 * <-------- Y/UV_Stride -------->
73 * UV_Stride : Width aligned to 128
77 * + UV_Stride * UV_Scanlines + 4096), 4096)
88 * <-------- Y/UV_Stride -------->
129 * UV_Stride : Width aligned to 128
133 * View_2 begin at: Y_Stride * Y_Scanlines + UV_Stride * UV_Scanlines
135 * + 2*(UV_Stride * UV_Scanlines) + 4096), 4096
226 uv_stride, y_sclines, uv_sclines; local
263 uv_stride, y_sclines, uv_sclines; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_extend.c 83 copy_and_extend_plane(src->u_buffer, src->uv_stride,
84 dst->u_buffer, dst->uv_stride,
88 copy_and_extend_plane(src->v_buffer, src->uv_stride,
89 dst->v_buffer, dst->uv_stride,
112 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
113 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
122 copy_and_extend_plane(src->u_buffer + src_uv_offset, src->uv_stride,
123 dst->u_buffer + dst_uv_offset, dst->uv_stride,
127 copy_and_extend_plane(src->v_buffer + src_uv_offset, src->uv_stride,
128 dst->v_buffer + dst_uv_offset, dst->uv_stride,
    [all...]
vp9_ssim.c 107 source->uv_stride, dest->uv_stride,
111 source->uv_stride, dest->uv_stride,
131 source->uv_stride, dest->uv_stride,
135 source->uv_stride, dest->uv_stride,
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
fake_cdm_video_decoder.cc 60 int uv_stride = local
66 int u_offset = v_offset + uv_stride * uv_rows + kPlanePadding;
67 int frame_size = u_offset + uv_stride * uv_rows + kPlanePadding;
78 decoded_frame->SetStride(cdm::VideoFrame::kVPlane, uv_stride);
79 decoded_frame->SetStride(cdm::VideoFrame::kUPlane, uv_stride);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
extend.c 93 copy_and_extend_plane(src->u_buffer, src->uv_stride,
94 dst->u_buffer, dst->uv_stride,
98 copy_and_extend_plane(src->v_buffer, src->uv_stride,
99 dst->v_buffer, dst->uv_stride,
116 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
117 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
144 src->uv_stride,
146 dst->uv_stride,
151 src->uv_stride,
153 dst->uv_stride,
    [all...]
  /external/libvpx/libvpx/vp8/common/
extend.c 93 copy_and_extend_plane(src->u_buffer, src->uv_stride,
94 dst->u_buffer, dst->uv_stride,
98 copy_and_extend_plane(src->v_buffer, src->uv_stride,
99 dst->v_buffer, dst->uv_stride,
116 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
117 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
144 src->uv_stride,
146 dst->uv_stride,
151 src->uv_stride,
153 dst->uv_stride,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
extend.c 93 copy_and_extend_plane(src->u_buffer, src->uv_stride,
94 dst->u_buffer, dst->uv_stride,
98 copy_and_extend_plane(src->v_buffer, src->uv_stride,
99 dst->v_buffer, dst->uv_stride,
116 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
117 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
144 src->uv_stride,
146 dst->uv_stride,
151 src->uv_stride,
153 dst->uv_stride,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 59 * uv_stride == y_stride/2, so enforce this here. */
60 int uv_stride = y_stride >> 1; local
61 int uvplane_size = (uv_height + border) * uv_stride;
88 ybf->uv_stride = uv_stride;
98 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2;
99 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * uv_stride) + border / 2;
152 int uv_stride = y_stride >> ss_x; local
155 int uvplane_size = (uv_height + 2 * uv_border_h) * uv_stride;
201 uv_stride = y_stride >> ss_x
    [all...]
vpx_scale.c 507 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height,
508 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
513 vpx_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1);
517 vpx_memcpy(dst->u_buffer + i * dst->uv_stride, dst->u_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
519 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height,
520 (unsigned char *) dst->v_buffer, dst->uv_stride, dw / 2, dh / 2,
525 vpx_memset(dst->v_buffer + i * dst->uv_stride + dw / 2 - 1, dst->v_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1)
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
picture_rescale.c 75 CopyPlane(src->u, src->uv_stride,
76 dst->u, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
77 CopyPlane(src->v, src->uv_stride,
78 dst->v, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
114 dst->u = src->u + (top >> 1) * src->uv_stride + (left >> 1);
115 dst->v = src->v + (top >> 1) * src->uv_stride + (left >> 1);
117 dst->uv_stride = src->uv_stride;
146 const int uv_offset = (top / 2) * pic->uv_stride + left / 2;
149 CopyPlane(pic->u + uv_offset, pic->uv_stride,
    [all...]
picture_psnr.c 97 sse[1] = AccumulateLSIM(src->u, src->uv_stride,
98 ref->u, ref->uv_stride, uv_w, uv_h);
99 sse[2] = AccumulateLSIM(src->v, src->uv_stride,
100 ref->v, ref->uv_stride, uv_w, uv_h);
123 VP8SSIMAccumulatePlane(src->u, src->uv_stride,
124 ref->u, ref->uv_stride,
126 VP8SSIMAccumulatePlane(src->v, src->uv_stride,
127 ref->v, ref->uv_stride,
  /external/webp/src/enc/
picture_rescale.c 75 CopyPlane(src->u, src->uv_stride,
76 dst->u, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
77 CopyPlane(src->v, src->uv_stride,
78 dst->v, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
114 dst->u = src->u + (top >> 1) * src->uv_stride + (left >> 1);
115 dst->v = src->v + (top >> 1) * src->uv_stride + (left >> 1);
117 dst->uv_stride = src->uv_stride;
146 const int uv_offset = (top / 2) * pic->uv_stride + left / 2;
149 CopyPlane(pic->u + uv_offset, pic->uv_stride,
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 57 * uv_stride == y_stride/2, so enforce this here. */
58 int uv_stride = y_stride >> 1; local
59 int uvplane_size = (uv_height + border) * uv_stride;
86 ybf->uv_stride = uv_stride;
96 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2;
97 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * uv_stride) + border / 2;
148 const int uv_stride = y_stride >> ss_x; local
151 const int uvplane_size = (uv_height + 2 * uv_border_h) * uv_stride;
218 ybf->uv_stride = uv_stride
    [all...]
vpx_scale.c 507 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height,
508 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
513 vpx_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1);
517 vpx_memcpy(dst->u_buffer + i * dst->uv_stride, dst->u_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
519 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height,
520 (unsigned char *) dst->v_buffer, dst->uv_stride, dw / 2, dh / 2,
525 vpx_memset(dst->v_buffer + i * dst->uv_stride + dw / 2 - 1, dst->v_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.c 95 copy_and_extend_plane(src->u_buffer, src->uv_stride,
96 dst->u_buffer, dst->uv_stride,
100 copy_and_extend_plane(src->v_buffer, src->uv_stride,
101 dst->v_buffer, dst->uv_stride,
124 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
125 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
134 copy_and_extend_plane(src->u_buffer + src_uv_offset, src->uv_stride,
135 dst->u_buffer + dst_uv_offset, dst->uv_stride,
139 copy_and_extend_plane(src->v_buffer + src_uv_offset, src->uv_stride,
140 dst->v_buffer + dst_uv_offset, dst->uv_stride,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_extend.c 95 copy_and_extend_plane(src->u_buffer, src->uv_stride,
96 dst->u_buffer, dst->uv_stride,
100 copy_and_extend_plane(src->v_buffer, src->uv_stride,
101 dst->v_buffer, dst->uv_stride,
124 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1);
125 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1);
134 copy_and_extend_plane(src->u_buffer + src_uv_offset, src->uv_stride,
135 dst->u_buffer + dst_uv_offset, dst->uv_stride,
139 copy_and_extend_plane(src->v_buffer + src_uv_offset, src->uv_stride,
140 dst->v_buffer + dst_uv_offset, dst->uv_stride,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodeintra.c 120 vp8_build_intra_predictors_mbuv_s(xd, xd->dst.u_buffer - xd->dst.uv_stride,
121 xd->dst.v_buffer - xd->dst.uv_stride,
124 xd->dst.uv_stride,
126 xd->dst.uv_stride);
129 x->src.v_buffer, x->src.uv_stride, xd->dst.u_buffer,
130 xd->dst.v_buffer, xd->dst.uv_stride);
ssim.c 190 source->uv_stride, dest->uv_stride, source->uv_width,
194 source->uv_stride, dest->uv_stride, source->uv_width,
221 source->uv_stride, dest->uv_stride, source->uv_width,
225 source->uv_stride, dest->uv_stride, source->uv_width,
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 120 vp8_build_intra_predictors_mbuv_s(xd, xd->dst.u_buffer - xd->dst.uv_stride,
121 xd->dst.v_buffer - xd->dst.uv_stride,
124 xd->dst.uv_stride,
126 xd->dst.uv_stride);
129 x->src.v_buffer, x->src.uv_stride, xd->dst.u_buffer,
130 xd->dst.v_buffer, xd->dst.uv_stride);
ssim.c 190 source->uv_stride, dest->uv_stride, source->uv_width,
194 source->uv_stride, dest->uv_stride, source->uv_width,
221 source->uv_stride, dest->uv_stride, source->uv_width,
225 source->uv_stride, dest->uv_stride, source->uv_width,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeintra.c 120 vp8_build_intra_predictors_mbuv_s(xd, xd->dst.u_buffer - xd->dst.uv_stride,
121 xd->dst.v_buffer - xd->dst.uv_stride,
124 xd->dst.uv_stride,
126 xd->dst.uv_stride);
129 x->src.v_buffer, x->src.uv_stride, xd->dst.u_buffer,
130 xd->dst.v_buffer, xd->dst.uv_stride);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
vpx_scale.c 507 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height,
508 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
513 vpx_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1);
517 vpx_memcpy(dst->u_buffer + i * dst->uv_stride, dst->u_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
519 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height,
520 (unsigned char *) dst->v_buffer, dst->uv_stride, dw / 2, dh / 2,
525 vpx_memset(dst->v_buffer + i * dst->uv_stride + dw / 2 - 1, dst->v_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1)
    [all...]
yv12extend.c 124 ybf->u_buffer, ybf->uv_stride,
131 ybf->v_buffer, ybf->uv_stride,
145 extend_plane(ybf->u_buffer, ybf->uv_stride,
151 extend_plane(ybf->v_buffer, ybf->uv_stride,
181 extend_plane_high(ybf->u_buffer, ybf->uv_stride,
183 extend_plane_high(ybf->v_buffer, ybf->uv_stride,
194 extend_plane(ybf->u_buffer, ybf->uv_stride,
197 extend_plane(ybf->v_buffer, ybf->uv_stride,
251 src += src_ybc->uv_stride;
252 dst += dst_ybc->uv_stride;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vpx_scale_test.cc 43 img_.uv_stride);
45 img_.uv_stride);
124 ref_img_.uv_stride,
129 ref_img_.uv_stride,
146 ref_img_.u_buffer[x + y * ref_img_.uv_stride] =
147 img_.u_buffer[x + y * img_.uv_stride];
148 ref_img_.v_buffer[x + y * ref_img_.uv_stride] =
149 img_.v_buffer[x + y * img_.uv_stride];
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
vpx_scale_asm_offsets.c 25 DEFINE(yv12_buffer_config_uv_stride, offsetof(YV12_BUFFER_CONFIG, uv_stride));

Completed in 327 milliseconds

12 3 4 5 6 7 8 9