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

1 2

  /external/libvpx/vp8/common/
vpxblit_c64.h 22 int y_height; member in struct:__anon5105
setupintrarecon.c 21 for (i = 0; i < ybf->y_height; i++)
codec_common_interface.h 57 int y_height; member in struct:__anon5055
postproc.c 315 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);
359 source->y_height - 4,
697 dest->y_height = oci->Height;
698 dest->uv_height = dest->y_height / 2;
736 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height,
757 int mb_rows = post->y_height >> 4;
789 int mb_rows = post->y_height >> 4
    [all...]
vpxblit.h 55 int y_height; member in struct:__anon5104
loopfilter.c 521 /*int mb_rows = post->y_height >> 4;*/
534 /*MODE_INFO * this_mb_mode_info = cm->mi + (post->y_height>>5) * (mb_cols + 1);*/ /* Point at base of Mb MODE_INFO list */
535 mbd->mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1); /* Point at base of Mb MODE_INFO list */
537 linestocopy = (post->y_height >> (4 + Fraction));
573 y_ptr = post->y_buffer + (post->y_height >> 5) * 16 * post->y_stride;
  /external/libvpx/vpx_scale/
yv12config.h 43 int y_height; member in struct:__anon5174
  /external/libvpx/vp8/encoder/
psnr.c 47 for (i = 0; i < source->y_height; i++)
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);
picklpf.c 51 yheight = src_ybc->y_height;
76 int linestocopy = (source->y_height >> (Fraction + 4));
85 srcoffset = source->y_stride * (dest->y_height >> 5) * 16;
86 dstoffset = dest->y_stride * (dest->y_height >> 5) * 16;
ssim.c 273 height_y = source->y_height;
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/encoder/arm/
picklpf_arm.c 34 yheight = src_ybc->y_height;
  /external/libvpx/vpx_scale/blackfin/
yv12config.c 73 ybf->y_height = height;
111 extend_memset(ybf->y_buffer, 0x0, ybf->y_stride *(ybf->y_height + 2 * ybf->border));
yv12extend.c 132 plane_height = ybf->y_height;
278 for (row = 0; row < src_ybc->y_height; row++)
313 height = src_ybc->y_height + (src_ybc->border * 2);
  /external/libvpx/vpx_scale/generic/
yv12config.c 58 ybf->y_height = height;
103 duck_memset(ybf->y_buffer, 0x0, ybf->y_stride * ybf->y_height);
vpxscale.c 618 int dh = (vscale - 1 + src->y_height * vratio) / vscale;
621 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
629 if (dh < (int)dst->y_height)
630 for (i = dh - 1; i < (int)dst->y_height; i++)
642 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
654 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
    [all...]
yv12extend.c 40 plane_height = ybf->y_height;
165 plane_height = ybf->y_height;
232 for (row = 0; row < src_ybc->y_height; row++)
272 for (row = 0; row < src_ybc->y_height; row++)
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 60 int y_height; member in struct:__anon5114
176 dest->y_height = source->y_height;
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,
384 int mb_rows = post->y_height >> 4;
418 int mb_rows = post->y_height >> 4;
461 newh = vs * tab->this_buffer.y_height / vr;
497 frame_buffer->y_height = ch;
517 if (h < frame_buffer->y_height)
    [all...]
  /external/libvpx/vpx_scale/leapster/
vpxscale_lf.c 460 int dh = (vscale - 1 + src->y_height * vratio) / vscale;
463 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
471 if (dh < (int)dst->y_height)
472 for (i = dh - 1; i < (int)dst->y_height; i++)
484 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
496 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
774 row_offset = (dst_yuv_config->y_height - src_yuv_config->y_height) / 2;
781 for (i = 0; i < src_yuv_config->y_height; i++)
857 int row = (dst_yuv_config->y_height - expanded_frame_height) / 2
    [all...]
yv12extend.c 51 plane_height = ybf->y_height;
183 height = src_ybc->y_height + (src_ybc->border * 2);
  /external/libvpx/vpx_scale/arm/nds/
yv12extend.c 56 plane_height = ybf->y_height;
184 int yplane_size = (src_ybc->y_height + 2 * src_ybc->border) * (src_ybc->y_stride);
199 yheight = src_ybc->y_height;
  /external/libvpx/vpx_scale/dm642/
yv12extend.c 160 plane_height = ybf->y_height;
269 plane_height = ybf->y_height;
362 yheight = src_ybc->y_height;
418 for (row = 0; row < src_ybc->y_height; row++)
bicubic_scaler_c64.c 176 dst->y_height = new_height;
183 bicubic_scale_c64(src->y_width, src->y_height, src->y_stride,
  /external/libvpx/vp8/common/arm/
vpx_asm_offsets.c 36 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height));
  /external/libvpx/vp8/
vp8_dx_iface.c 440 unsigned int a_h = (sd.y_height + 15) & ~15;
449 sd.y_width, sd.y_height);
570 yv12->y_height = img->d_h;
572 yv12->uv_height = yv12->y_height / 2;
  /external/libvpx/vp8/decoder/
onyxd_if.c 45 int h = s->y_height;
534 sd->y_height = pbi->common.Height;

Completed in 836 milliseconds

1 2