Searched refs:uv_width (Results 1 - 25 of 31) sorted by relevance

12

/external/libvpx/libvpx/vp8/common/
H A Dsetupintrarecon.c24 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);
H A Dextend.c91 er = (dst->border >> 1) + dst->uv_width - src->uv_width;
95 src->uv_height, src->uv_width,
100 src->uv_height, src->uv_width,
H A Dloopfilter.c386 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;
H A Dpostproc.c379 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);
/external/libvpx/libvpx/vpx_scale/
H A Dvpx_scale_asm_offsets.c23 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
H A Dyv12config.h33 int uv_width; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vp9/
H A Dvp9_iface_common.h21 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/
H A Dvpx_scale.c507 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);
H A Dyv12config.c45 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;
H A Dyv12extend.c154 vpx_memcpy(dst, src, src_ybc->uv_width);
163 vpx_memcpy(dst, src, src_ybc->uv_width);
/external/libvpx/libvpx/vp8/encoder/
H A Dssim.c190 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/
H A Dvideo_encoder_vp8.cc72 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/
H A Dvp9_extend.c71 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,
H A Dvp9_postproc.c308 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/
H A Dvp9_onyxd_if.c86 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/
H A Donyxd_if.c130 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){
162 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width){
H A Dthreading.c779 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/
H A Ddwebp.c256 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/
H A Dpepper_video_capture_host.cc168 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/
H A Dpicture.c50 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);
/external/webp/src/enc/
H A Dpicture.c50 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);
/external/libvpx/libvpx/vpx_scale/arm/neon/
H A Dvp8_vpxyv12_copyframe_func_neon.asm100 mov r5, r5, lsr #1 ;src uv_width
/external/chromium_org/third_party/libwebp/dec/
H A Dio.c562 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/
H A Dio.c562 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/
H A Dvp9_onyx_if.c2294 fwrite(src, s->uv_width, 1, yuv_file);
2302 fwrite(src, s->uv_width, 1, yuv_file);
2323 fwrite(src, s->uv_width, 1, yuv_rec_file);
2331 fwrite(src, s->uv_width, 1, yuv_rec_file);
2491 frame->uv_width, 1, yframe);
2499 frame->uv_width, 1, yframe);
3684 cm->subsampling_x = (sd != NULL) && sd->uv_width < sd->y_width;
4027 int uv_samples = orig->uv_height * orig->uv_width;

Completed in 765 milliseconds

12