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

  /external/libvpx/libvpx/vpx_scale/
yv12config.h 43 int y_height; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 28 yheight = src_ybc->y_height;
  /external/libvpx/libvpx/vp8/common/
setupintrarecon.c 21 for (i = 0; i < ybf->y_height; i++)
extend.c 80 int eb = dst->border + dst->y_height - src->y_height;
85 src->y_height, src->y_width,
112 int eb = dst->border + dst->y_height - src->y_height;
124 if (srcy + srch != src->y_height)
asm_com_offsets.c 26 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height));
postproc.c 320 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
322 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
401 int mb_cols = source->y_height >> 4;
741 dest->y_height = oci->Height;
742 dest->uv_height = dest->y_height / 2;
835 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height,
858 int mb_rows = post->y_height >> 4;
890 int mb_rows = post->y_height >> 4;
935 int height = post->y_height;
    [all...]
loopfilter.c 568 int mb_rows = post->y_height >> 4;
611 y_ptr = post->y_buffer + ((post->y_height >> 5) * 16) * post->y_stride;
612 mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1);
  /external/libvpx/libvpx/vpx_scale/generic/
vpxscale.c 553 int dh = (vscale - 1 + src->y_height * vratio) / vscale;
556 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
564 if (dh < (int)dst->y_height)
565 for (i = dh - 1; i < (int)dst->y_height; i++)
577 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
589 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
899 row_offset = (dst_yuv_config->y_height - src_yuv_config->y_height) / 2;
906 for (i = 0; i < src_yuv_config->y_height; i++) {
976 int row = (dst_yuv_config->y_height - expanded_frame_height) / 2
    [all...]
yv12config.c 67 ybf->y_height = height;
yv12extend.c 39 plane_height = ybf->y_height;
157 plane_height = ybf->y_height;
222 for (row = 0; row < src_ybc->y_height; row++) {
258 for (row = 0; row < src_ybc->y_height; row++) {
bicubic_scaler.c 551 dst->y_height = new_height;
558 bicubic_scale(src->y_width, src->y_height, src->y_stride,
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 34 yheight = src_ybc->y_height;
66 linestocopy = (source->y_height >> 4) / PARTIAL_FRAME_FRACTION;
71 srcoffset = source->y_stride * ((dest->y_height >> 5) * 16);
72 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16);
ssim.c 187 source->y_height);
218 source->y_height);
lookahead.c 113 int mb_rows = (src->y_height + 15) >> 4;
firstpass.c 323 i = source->y_height;
336 sum_weights /= (source->y_height * source->y_width);
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 144 if(cm->yv12_fb[ref_fb_idx].y_height != sd->y_height ||
176 if(cm->yv12_fb[*ref_fb_ptr].y_height != sd->y_height ||
487 sd->y_height = pbi->common.Height;
decodframe.c 377 plane_height = ybf->y_height;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 326 img->h = (yv12->y_height + 2 * VP8BORDERINPIXELS + 15) & ~15;
328 img->d_h = yv12->y_height;
697 yv12->y_height = img->d_h;
699 yv12->uv_height = yv12->y_height / 2;
vp8_cx_iface.c 688 yv12->y_height = img->d_h;
690 yv12->uv_height = (1 + yv12->y_height) / 2;
    [all...]
  /external/libvpx/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copysrcframe_func_neon.asm 103 ;copy last line for Y if y_height is odd
  /external/freetype/src/raster/
ftraster.c 2920 Short y, y_change, y_height; local
    [all...]

Completed in 709 milliseconds