Searched refs:y_width (Results 1 - 25 of 32) sorted by relevance

12

/external/libvpx/vp8/common/
H A Dvpxblit_c64.h21 int y_width; member in struct:__anon3670
H A Dsetupintrarecon.c20 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
H A Dcodec_common_interface.h56 int y_width; member in struct:__anon3620
H A Dpostproc.c315 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
316 POSTPROC_INVOKE(rtcd, across)(post->y_buffer, post->y_stride, post->y_height, post->y_width, vp8_q2mbl(q));
317 POSTPROC_INVOKE(rtcd, down)(post->y_buffer, post->y_stride, post->y_height, post->y_width, vp8_q2mbl(q));
336 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
360 source->y_width - 4,
696 dest->y_width = oci->Width;
736 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height,
758 int mb_cols = post->y_width >> 4;
779 y_ptr += post->y_stride * 16 - post->y_width;
790 int mb_cols = post->y_width >>
[all...]
H A Dvpxblit.h54 int y_width; member in struct:__anon3669
H A Dloopfilter.c401 y_ptr += post->y_stride * 16 - post->y_width;
499 y_ptr += post->y_stride * 16 - post->y_width;
522 int mb_cols = post->y_width >> 4;
601 y_ptr += post->y_stride * 16 - post->y_width;
/external/libvpx/vpx_scale/
H A Dyv12config.h42 int y_width; member in struct:__anon3739
/external/libvpx/vp8/encoder/
H A Dpsnr.c50 for (j = 0; j < source->y_width; j++)
61 *YPsnr = vp8_mse2psnr(source->y_height * source->y_width, 255.0, Total);
112 frame_psnr = vp8_mse2psnr(source->y_height * source->y_width * 3 / 2 , 255.0, grand_total);
H A Dssim.c272 width_y = source->y_width;
283 source->y_stride, dest->y_stride, source->y_width, source->y_height);
500 int ysize = source->y_width * source->y_height;
504 source->y_width, source->y_height,
/external/libvpx/vp8/decoder/x86/
H A Donyxdxv.c59 int y_width; member in struct:__anon3679
175 dest->y_width = source->y_width;
293 common->post_proc_buffer.y_width, common->post_proc_buffer.y_height,
346 common->post_proc_buffer.y_width, common->post_proc_buffer.y_height,
385 int mb_cols = post->y_width >> 4;
409 y_ptr += post->y_stride * 16 - post->y_width;
419 int mb_cols = post->y_width >> 4;
442 y_ptr += post->y_stride * 16 - post->y_width;
460 neww = hs * tab->this_buffer.y_width / h
[all...]
/external/libvpx/vpx_scale/generic/
H A Dvpxscale.c617 int dw = (hscale - 1 + src->y_width * hratio) / hscale;
621 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
625 if (dw < (int)dst->y_width)
627 duck_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i*dst->y_stride+dw-2], dst->y_width - dw + 1);
631 duck_memcpy(dst->y_buffer + i * dst->y_stride, dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1);
973 col_offset = (dst_yuv_config->y_width - src_yuv_config->y_width) / 2;
981 duck_memcpy(dst_data_pointer, src_data_pointer, src_yuv_config->y_width);
1056 int col = (dst_yuv_config->y_width - expanded_frame_width) / 2;
1057 /*int YOffset = row * dst_yuv_config->y_width
[all...]
H A Dyv12extend.c41 plane_width = ybf->y_width;
166 plane_width = ybf->y_width;
234 vpx_memcpy(dest, source, src_ybc->y_width);
274 vpx_memcpy(dest, source, src_ybc->y_width);
H A Dyv12config.c57 ybf->y_width = width;
H A Dbicubic_scaler.c583 dst->y_width = new_width;
588 dst->y_stride = dst->y_width;
591 bicubic_scale(src->y_width, src->y_height, src->y_stride,
/external/libvpx/vpx_scale/leapster/
H A Dvpxscale_lf.c459 int dw = (hscale - 1 + src->y_width * hratio) / hscale;
463 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
467 if (dw < (int)dst->y_width)
469 duck_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i*dst->y_stride+dw-2], dst->y_width - dw + 1);
473 duck_memcpy(dst->y_buffer + i * dst->y_stride, dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1);
775 col_offset = (dst_yuv_config->y_width - src_yuv_config->y_width) / 2;
783 duck_memcpy(dst_data_pointer, src_data_pointer, src_yuv_config->y_width);
858 int col = (dst_yuv_config->y_width - expanded_frame_width) / 2;
859 // int YOffset = row * dst_yuv_config->y_width
[all...]
H A Dyv12extend.c52 plane_width = ybf->y_width;
184 width = src_ybc->y_width + (src_ybc->border * 2);
/external/libvpx/vpx_scale/blackfin/
H A Dyv12config.c72 ybf->y_width = width;
H A Dyv12extend.c133 plane_width = ybf->y_width;
280 extend_memcpy(dest, source, src_ybc->y_width);
314 width = src_ybc->y_width + (src_ybc->border * 2);
/external/libvpx/vpx_scale/dm642/
H A Dbicubic_scaler_c64.c175 dst->y_width = new_width;
180 dst->y_stride = dst->y_width;
183 bicubic_scale_c64(src->y_width, src->y_height, src->y_stride,
H A Dyv12extend.c161 plane_width = ybf->y_width;
270 plane_width = ybf->y_width;
420 vpx_memcpy(dest, source, src_ybc->y_width);
/external/libvpx/vp8/common/arm/
H A Dvpx_asm_offsets.c35 DEFINE(yv12_buffer_config_y_width, offsetof(YV12_BUFFER_CONFIG, y_width));
/external/libvpx/vp8/
H A Dvp8_dx_iface.c439 unsigned int a_w = (sd.y_width + 15) & ~15;
449 sd.y_width, sd.y_height);
569 yv12->y_width = img->d_w;
571 yv12->uv_width = yv12->y_width / 2;
/external/libvpx/vpx_scale/arm/nds/
H A Dyv12extend.c57 plane_width = ybf->y_width;
/external/libvpx/vp8/decoder/
H A Dthreading.c414 int lasty = pc->yv12_fb[ref_fb_idx].y_width + VP8BORDERINPIXELS;
415 int lastuv = (pc->yv12_fb[ref_fb_idx].y_width>>1) + (VP8BORDERINPIXELS>>1);
785 vpx_memset(pbi->mt_yabove_row[0] + VP8BORDERINPIXELS-1, 127, pc->yv12_fb[pc->lst_fb_idx].y_width + 5);
786 vpx_memset(pbi->mt_uabove_row[0] + (VP8BORDERINPIXELS>>1)-1, 127, (pc->yv12_fb[pc->lst_fb_idx].y_width>>1) +5);
787 vpx_memset(pbi->mt_vabove_row[0] + (VP8BORDERINPIXELS>>1)-1, 127, (pc->yv12_fb[pc->lst_fb_idx].y_width>>1) +5);
960 int lasty = pc->yv12_fb[ref_fb_idx].y_width + VP8BORDERINPIXELS;
961 int lastuv = (pc->yv12_fb[ref_fb_idx].y_width>>1) + (VP8BORDERINPIXELS>>1);
H A Donyxd_if.c49 fwrite(src, s->y_width, 1, yuv_file);
533 sd->y_width = pbi->common.Width;

Completed in 1394 milliseconds

12