/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,
|
asm_com_offsets.c | 28 DEFINE(yv12_buffer_config_uv_width, offsetof(YV12_BUFFER_CONFIG, uv_width));
|
loopfilter.c | 387 u_ptr += post_uv_stride * 8 - post->uv_width; 388 v_ptr += post_uv_stride * 8 - post->uv_width; 439 u_ptr += post_uv_stride * 8 - post->uv_width; 440 v_ptr += post_uv_stride * 8 - post->uv_width;
|
postproc.c | 378 post->uv_stride, source->uv_width, uvlimits, 8); 382 post->uv_stride, source->uv_width, uvlimits, 8); 421 source->uv_stride, source->uv_stride, source->uv_width, limits, 8); 425 source->uv_stride, source->uv_stride, source->uv_width, limits, 8); [all...] |
/external/libvpx/libvpx/vpx_scale/generic/ |
yv12config.c | 48 int uv_width = width >> 1; local 70 ybf->uv_width = uv_width;
|
vpxscale.c | 568 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height, 572 if (dw / 2 < (int)dst->uv_width) 574 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); 578 duck_memcpy(dst->u_buffer + i * dst->uv_stride, dst->u_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width); 580 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height, 584 if (dw / 2 < (int)dst->uv_width) 586 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); 590 duck_memcpy(dst->v_buffer + i * dst->uv_stride, dst->v_buffer + (dh / 2 - 2)*dst->uv_stride, dst->uv_width); 920 duck_memcpy(dst_data_pointer, src_data_pointer, src_yuv_config->uv_width); 930 duck_memcpy(dst_data_pointer, src_data_pointer, src_yuv_config->uv_width); [all...] |
yv12extend.c | 76 plane_width = ybf->uv_width; 232 vpx_memcpy(dest, source, src_ybc->uv_width); 241 vpx_memcpy(dest, source, src_ybc->uv_width);
|
bicubic_scaler.c | 552 dst->uv_width = new_width / 2; 556 dst->uv_stride = dst->uv_width; 562 bicubic_scale(src->uv_width, src->uv_height, src->uv_stride, 566 bicubic_scale(src->uv_width, src->uv_height, src->uv_stride,
|
/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,
|
onyx_if.c | [all...] |
/external/libvpx/libvpx/vpx_scale/ |
yv12config.h | 47 int uv_width; member in struct:yv12_buffer_config
|
/external/webp/examples/ |
dwebp.c | 114 const int uv_width = (width + 1) / 2; local 123 ok &= (fwrite(u + y * uv_stride, uv_width, 1, fout) == 1); 124 ok &= (fwrite(v + y * uv_stride, uv_width, 1, fout) == 1);
|
/external/libvpx/libvpx/vp8/decoder/ |
onyxd_if.c | 147 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width){ 179 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width){
|
threading.c | 787 int uv_width; local 802 uv_width = width >>1; 814 CHECK_MEM_ERROR(pbi->mt_uabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS))); 818 CHECK_MEM_ERROR(pbi->mt_vabove_row[i], vpx_memalign(16,sizeof(unsigned char) * (uv_width + VP8BORDERINPIXELS)));
|
decodframe.c | 465 plane_width = ybf->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/webp/src/enc/ |
picture.c | 48 const int uv_width = HALVE(width); local 50 const int uv_stride = uv_width; 64 uv0_stride = uv_width; 86 uv_width < 0 || uv_height < 0) { // u/v param error 582 const int uv_width = HALVE(picture->width); local 585 memset(picture->u + y * picture->uv_stride, 128, uv_width); 586 memset(picture->v + y * picture->uv_stride, 128, uv_width); [all...] |
/external/webp/src/dec/ |
io.c | 560 const int uv_width = (io->mb_w + 1) >> 1; local 561 p->memory = malloc(io->mb_w + 2 * uv_width); 567 p->tmp_v = p->tmp_u + uv_width;
|
vp8l.c | 471 const int uv_width = width >> 1; local 473 for (i = 0; i < uv_width; ++i) { [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 698 yv12->uv_width = yv12->y_width / 2;
|
vp8_cx_iface.c | 689 yv12->uv_width = (1 + yv12->y_width) / 2; [all...] |