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

1 2

  /external/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);
vpxblit_c64.h 25 int uv_width; member in struct:__anon5105
codec_common_interface.h 60 int uv_width; member in struct:__anon5055
vpxblit.h 58 int uv_width; member in struct:__anon5104
postproc.c 319 POSTPROC_INVOKE(rtcd, downacross)(source->u_buffer, post->u_buffer, source->uv_stride, post->uv_stride, source->uv_height, source->uv_width, ppl);
320 POSTPROC_INVOKE(rtcd, downacross)(source->v_buffer, post->v_buffer, source->uv_stride, post->uv_stride, source->uv_height, source->uv_width, ppl);
337 POSTPROC_INVOKE(rtcd, downacross)(source->u_buffer, post->u_buffer, source->uv_stride, post->uv_stride, source->uv_height, source->uv_width, ppl);
338 POSTPROC_INVOKE(rtcd, downacross)(source->v_buffer, post->v_buffer, source->uv_stride, post->uv_stride, source->uv_height, source->uv_width, ppl);
368 source->uv_width - 4, ppl);
375 source->uv_width - 4, ppl);
    [all...]
loopfilter.c 402 u_ptr += post->uv_stride * 8 - post->uv_width;
403 v_ptr += post->uv_stride * 8 - post->uv_width;
  /external/libvpx/vp8/encoder/
psnr.c 73 for (j = 0; j < source->uv_width; j++)
84 *UPsnr = vp8_mse2psnr(source->uv_height * source->uv_width, 255.0, Total);
96 for (j = 0; j < source->uv_width; j++)
107 *VPsnr = vp8_mse2psnr(source->uv_height * source->uv_width, 255.0, Total);
ssim.c 275 width_uv = source->uv_width;
293 source->uv_stride, dest->uv_stride, source->uv_width, source->uv_height);
296 source->uv_stride, dest->uv_stride, source->uv_width, source->uv_height);
509 source->uv_width, source->uv_height,
514 source->uv_width, source->uv_height,
temporal_filter.c 528 mb_uv_offset += 8*f->uv_stride-f->uv_width;
  /external/libvpx/vpx_scale/
yv12config.h 47 int uv_width; member in struct:__anon5174
  /external/libvpx/vpx_scale/blackfin/
yv12config.c 76 ybf->uv_width = width / 2;
78 ybf->uv_stride = ybf->uv_width + border;
yv12extend.c 290 extend_memcpy(dest, source, src_ybc->uv_width);
300 extend_memcpy(dest, source, src_ybc->uv_width);
326 width = src_ybc->uv_width + (src_ybc->border);
  /external/libvpx/vpx_scale/generic/
yv12config.c 61 ybf->uv_width = (1 + width) / 2;
63 ybf->uv_stride = ybf->uv_width + border;
vpxscale.c 633 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height,
637 if (dw / 2 < (int)dst->uv_width)
639 duck_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);
643 duck_memcpy(dst->u_buffer + i * dst->uv_stride, dst->u_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
645 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height,
649 if (dw / 2 < (int)dst->uv_width)
651 duck_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);
655 duck_memcpy(dst->v_buffer + i * dst->uv_stride, dst->v_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
    [all...]
yv12extend.c 79 plane_width = ybf->uv_width;
244 vpx_memcpy(dest, source, src_ybc->uv_width);
254 vpx_memcpy(dest, source, src_ybc->uv_width);
bicubic_scaler.c 585 dst->uv_width = new_width / 2;
589 dst->uv_stride = dst->uv_width;
595 bicubic_scale(src->uv_width, src->uv_height, src->uv_stride,
599 bicubic_scale(src->uv_width, src->uv_height, src->uv_stride,
  /external/libvpx/vpx_scale/leapster/
vpxscale_lf.c 475 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height,
479 if (dw / 2 < (int)dst->uv_width)
481 duck_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);
485 duck_memcpy(dst->u_buffer + i * dst->uv_stride, dst->u_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
487 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height,
491 if (dw / 2 < (int)dst->uv_width)
493 duck_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);
497 duck_memcpy(dst->v_buffer + i * dst->uv_stride, dst->v_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width);
797 duck_memcpy(dst_data_pointer, src_data_pointer, src_yuv_config->uv_width);
808 duck_memcpy(dst_data_pointer, src_data_pointer, src_yuv_config->uv_width);
    [all...]
yv12extend.c 201 width = src_ybc->uv_width + (src_ybc->border);
  /external/libvpx/vpx_scale/dm642/
bicubic_scaler_c64.c 177 dst->uv_width = new_width / 2;
181 dst->uv_stride = dst->uv_width;
187 bicubic_scale_c64(src->uv_width, src->uv_height, src->uv_stride,
191 bicubic_scale_c64(src->uv_width, src->uv_height, src->uv_stride,
yv12extend.c 430 vpx_memcpy(dest, source, src_ybc->uv_width);
440 vpx_memcpy(dest, source, src_ybc->uv_width);
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 63 int uv_width; member in struct:__anon5114
178 dest->uv_width = source->uv_width;
297 common->post_proc_buffer.uv_width, common->post_proc_buffer.uv_height,
300 common->post_proc_buffer.uv_width, common->post_proc_buffer.uv_height,
498 frame_buffer->uv_width = cw / 2;
514 frame_buffer->uv_width = (w + 1) / 2;
  /external/libvpx/vp8/common/arm/
vpx_asm_offsets.c 38 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
  /external/libvpx/vp8/decoder/
onyxd_if.c 59 fwrite(src, s->uv_width, 1, yuv_file);
69 fwrite(src, s->uv_width, 1, yuv_file);
threading.c 604 int uv_width; local
619 uv_width = width >>1;
631 CHECK_MEM_ERROR(pbi->mt_uabove_row[i], vpx_calloc(sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS), 1));
635 CHECK_MEM_ERROR(pbi->mt_vabove_row[i], vpx_calloc(sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS), 1));
    [all...]
  /external/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copyframe_func_neon.asm 97 mov r5, r5, lsr #1 ;src uv_width

Completed in 659 milliseconds

1 2