HomeSort by relevance Sort by last modified time
    Searched refs:uv_width (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
setupintrarecon.c 24 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
28 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
37 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
38 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
extend.c 91 er = (dst->border >> 1) + dst->uv_width - src->uv_width;
95 src->uv_height, src->uv_width,
100 src->uv_height, src->uv_width,
  /external/libvpx/libvpx/vp8/common/
setupintrarecon.c 24 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
28 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
37 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
38 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
extend.c 91 er = (dst->border >> 1) + dst->uv_width - src->uv_width;
95 src->uv_height, src->uv_width,
100 src->uv_height, src->uv_width,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
setupintrarecon.c 24 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
28 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
37 vpx_memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
38 vpx_memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5);
extend.c 91 er = (dst->border >> 1) + dst->uv_width - src->uv_width;
95 src->uv_height, src->uv_width,
100 src->uv_height, src->uv_width,
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
vpx_scale_asm_offsets.c 23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
yv12config.h 34 int uv_width; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vpx_scale/
vpx_scale_asm_offsets.c 23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
yv12config.h 34 int uv_width; member in struct:yv12_buffer_config
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
vpx_scale_asm_offsets.c 23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
yv12config.h 34 int uv_width; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 21 if (yv12->uv_width == yv12->y_width) {
35 img->x_chroma_shift = yv12->uv_width < yv12->y_width;
64 yv12->uv_width = img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2
  /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,
511 if (dw / 2 < (int)dst->uv_width)
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,
523 if (dw / 2 < (int)dst->uv_width)
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);
529 vpx_memcpy(dst->v_buffer + i * dst->uv_stride, dst->v_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
yv12config.c 54 int uv_width = aligned_width >> 1; local
84 ybf->uv_width = uv_width;
146 const int uv_width = aligned_width >> ss_x; local
215 ybf->uv_width = uv_width;
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 507 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height,
511 if (dw / 2 < (int)dst->uv_width)
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,
523 if (dw / 2 < (int)dst->uv_width)
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);
529 vpx_memcpy(dst->v_buffer + i * dst->uv_stride, dst->v_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
yv12config.c 54 int uv_width = aligned_width >> 1; local
84 ybf->uv_width = uv_width;
146 const int uv_width = aligned_width >> ss_x; local
216 ybf->uv_width = uv_width;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 507 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height,
511 if (dw / 2 < (int)dst->uv_width)
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,
523 if (dw / 2 < (int)dst->uv_width)
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);
529 vpx_memcpy(dst->v_buffer + i * dst->uv_stride, dst->v_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
yv12config.c 56 int uv_width = aligned_width >> 1; local
86 ybf->uv_width = uv_width;
150 const int uv_width = aligned_width >> ss_x; local
251 ybf->uv_width = uv_width;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 21 if (yv12->uv_width == yv12->y_width) {
35 img->x_chroma_shift = yv12->uv_width < yv12->y_width;
65 yv12->uv_width = img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
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/
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/
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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_postproc.c 254 source->uv_height, source->uv_width, ppl);
257 source->uv_height, source->uv_width, ppl);
270 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width,
296 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width,
440 dest->uv_width = dest->y_width >> cm->subsampling_x;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_extend.c 71 const int uv_width_subsampling = (src->uv_width != src->y_width);
97 src->uv_width, src->uv_height,
102 src->uv_width, src->uv_height,

Completed in 478 milliseconds

1 2 3 4