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

1 2

  /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,
loopfilter.c 386 u_ptr += post_uv_stride * 8 - post->uv_width;
387 v_ptr += post_uv_stride * 8 - post->uv_width;
438 u_ptr += post_uv_stride * 8 - post->uv_width;
439 v_ptr += post_uv_stride * 8 - post->uv_width;
postproc.c 379 post->uv_stride, source->uv_width, uvlimits, 8);
383 post->uv_stride, source->uv_width, uvlimits, 8);
422 source->uv_stride, source->uv_stride, source->uv_width, limits, 8);
426 source->uv_stride, source->uv_stride, source->uv_width, limits, 8);
    [all...]
  /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 33 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/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 45 int uv_width = aligned_width >> 1; local
75 ybf->uv_width = uv_width;
132 const int uv_width = aligned_width >> ss_x; local
178 ybf->uv_width = uv_width;
yv12extend.c 154 vpx_memcpy(dst, src, src_ybc->uv_width);
163 vpx_memcpy(dst, src, src_ybc->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,
  /external/chromium_org/remoting/codec/
video_encoder_vp8.cc 72 const int uv_width = (image_->w + 1) / 2; local
74 const int uv_plane_size = uv_width * uv_height;
100 image_->stride[1] = uv_width;
101 image_->stride[2] = uv_width;
  /external/libvpx/libvpx/vp9/common/
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,
vp9_postproc.c 308 source->uv_height, source->uv_width, ppl);
311 source->uv_height, source->uv_width, ppl);
324 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width,
350 const int src_widths[4] = {src->y_width, src->uv_width, src->uv_width,
1010 dest->uv_width = dest->y_width >> cm->subsampling_x;
  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_if.c 86 frame->uv_width, 1, yframe);
94 frame->uv_width, 1, yframe);
188 a->uv_height == b->uv_height && a->uv_width == b->uv_width;
449 sd->uv_width = sd->y_width >> pbi->common.subsampling_x;
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 130 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){
162 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width){
threading.c 779 int uv_width; local
794 uv_width = width >>1;
806 CHECK_MEM_ERROR(pbi->mt_uabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS)));
810 CHECK_MEM_ERROR(pbi->mt_vabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS)));
  /external/webp/examples/
dwebp.c 256 const int uv_width = (width + 1) / 2; local
272 ok &= (fwrite(yuv->u + y * yuv->u_stride, uv_width, 1, fout) == 1);
273 ok &= (fwrite(yuv->v + y * yuv->v_stride, uv_width, 1, fout) == 1);
277 ok &= (fwrite(yuv->u + y * yuv->u_stride, uv_width, 1, fout) == 1);
280 ok &= (fwrite(yuv->v + y * yuv->v_stride, uv_width, 1, fout) == 1);
  /external/chromium_org/content/renderer/pepper/
pepper_video_capture_host.cc 168 int uv_width = info.width / 2; local
170 size_t size = info.width * info.height + 2 * uv_width * uv_height;
  /external/chromium_org/third_party/libwebp/enc/
picture.c 50 const int uv_width = HALVE(width); local
52 const int uv_stride = uv_width;
66 uv0_stride = uv_width;
88 uv_width < 0 || uv_height < 0) { // u/v param error
583 const int uv_width = HALVE(picture->width); local
586 memset(picture->u + y * picture->uv_stride, 128, uv_width);
587 memset(picture->v + y * picture->uv_stride, 128, uv_width);
    [all...]
  /external/webp/src/enc/
picture.c 50 const int uv_width = HALVE(width); local
52 const int uv_stride = uv_width;
66 uv0_stride = uv_width;
88 uv_width < 0 || uv_height < 0) { // u/v param error
583 const int uv_width = HALVE(picture->width); local
586 memset(picture->u + y * picture->uv_stride, 128, uv_width);
587 memset(picture->v + y * picture->uv_stride, 128, uv_width);
    [all...]
  /external/libvpx/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copyframe_func_neon.asm 100 mov r5, r5, lsr #1 ;src uv_width
  /external/chromium_org/third_party/libwebp/dec/
io.c 562 const int uv_width = (io->mb_w + 1) >> 1; local
563 p->memory = malloc(io->mb_w + 2 * uv_width);
569 p->tmp_v = p->tmp_u + uv_width;
  /external/webp/src/dec/
io.c 562 const int uv_width = (io->mb_w + 1) >> 1; local
563 p->memory = malloc(io->mb_w + 2 * uv_width);
569 p->tmp_v = p->tmp_u + uv_width;
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]

Completed in 2287 milliseconds

1 2