Searched refs:y_height (Results 1 - 25 of 33) sorted by relevance

12

/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12extend.c62 assert(ybf->y_height - ybf->y_crop_height < 16);
64 assert(ybf->y_height - ybf->y_crop_height >= 0);
70 ybf->border + ybf->y_height - ybf->y_crop_height,
91 const int ss_y = ybf->uv_height < ybf->y_height;
97 assert(ybf->y_height - ybf->y_crop_height < 16);
99 assert(ybf->y_height - ybf->y_crop_height >= 0);
105 ext_size + ybf->y_height - ybf->y_crop_height,
140 assert(src_ybc->y_height == dst_ybc->y_height);
143 for (row = 0; row < src_ybc->y_height;
[all...]
H A Dvpx_scale.c492 int dh = (vscale - 1 + src->y_height * vratio) / vscale;
495 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
503 if (dh < (int)dst->y_height)
504 for (i = dh - 1; i < (int)dst->y_height; i++)
516 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
528 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
H A Dyv12config.c81 ybf->y_height = aligned_height;
222 ybf->y_height = aligned_height;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_extend.c69 const int er_y = MAX(ALIGN_POWER_OF_TWO(src->y_height, 6) - src->y_height,
72 const int uv_height_subsampling = (src->uv_height != src->y_height);
80 src->y_width, src->y_height,
101 const int eb_y = srcy + srch != src->y_height ? 0 :
102 dst->border + dst->y_height - src->y_height;
H A Dvp9_lookahead.c89 int mb_rows = (src->y_height + 15) >> 4;
H A Dvp9_denoiser.c331 assert(dest.y_height == src.y_height);
333 for (r = 0; r < dest.y_height; ++r) {
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dpicklpf_arm.c28 yheight = src_ybc->y_height;
/external/libvpx/libvpx/vp9/
H A Dvp9_iface_common.h36 img->h = ALIGN_POWER_OF_TWO(yv12->y_height + 2 * VP9_ENC_BORDER_IN_PIXELS, 3);
65 yv12->y_height = img->d_h;
69 yv12->uv_height = img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2
70 : yv12->y_height;
/external/libvpx/libvpx/vpx_scale/
H A Dvpx_scale_asm_offsets.c21 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height));
H A Dyv12config.h29 int y_height; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vp8/common/
H A Dsetupintrarecon.c21 for (i = 0; i < ybf->y_height; i++)
H A Dextend.c80 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)
H A Dpostproc.c317 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
319 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
738 dest->y_height = oci->Height;
739 dest->uv_height = dest->y_height / 2;
832 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height,
855 int mb_rows = post->y_height >> 4;
887 int mb_rows = post->y_height >> 4;
932 int height = post->y_height;
1089 int height = post->y_height;
1161 int height = post->y_height;
[all...]
H A Dloopfilter.c566 int mb_rows = post->y_height >> 4;
591 y_ptr = post->y_buffer + ((post->y_height >> 5) * 16) * post->y_stride;
592 mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1);
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c111 const int ss_y = ybf->uv_height < ybf->y_height;
117 assert(ybf->y_height - ybf->y_crop_height < 16);
119 assert(ybf->y_height - ybf->y_crop_height >= 0);
125 ext_size + ybf->y_height - ybf->y_crop_height,
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c244 source->y_height, source->y_width, ppl);
246 vp9_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
249 vp9_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
269 const int src_heights[3] = {src->y_height, src->uv_height, src->uv_height};
289 const int src_heights[3] = {src->y_height, src->uv_height, src->uv_height};
428 ppbuf->y_width, ppbuf->y_height, ppbuf->y_stride);
435 dest->y_height = cm->height;
437 dest->uv_height = dest->y_height >> cm->subsampling_y;
/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c35 yheight = src_ybc->y_height;
67 linestocopy = (source->y_height >> 4) / PARTIAL_FRAME_FRACTION;
72 srcoffset = source->y_stride * ((dest->y_height >> 5) * 16);
73 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16);
H A Dssim.c187 source->y_height);
218 source->y_height);
H A Dlookahead.c113 int mb_rows = (src->y_height + 15) >> 4;
H A Dfirstpass.c324 i = source->y_height;
337 sum_weights /= (source->y_height * source->y_width);
3090 if ((lst_yv12->y_width * lst_yv12->y_height) > (320 * 240))
3091 kf_boost += 2 * (lst_yv12->y_width * lst_yv12->y_height) / (320 * 240);
3092 else if ((lst_yv12->y_width * lst_yv12->y_height) < (320 * 240))
3093 kf_boost -= 4 * (320 * 240) / (lst_yv12->y_width * lst_yv12->y_height);
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_if.c127 if(cm->yv12_fb[ref_fb_idx].y_height != sd->y_height ||
159 if(cm->yv12_fb[*ref_fb_ptr].y_height != sd->y_height ||
415 sd->y_height = pbi->common.Height;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c111 return a->y_height == b->y_height && a->y_width == b->y_width &&
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c261 img->h = (yv12->y_height + 2 * VP8BORDERINPIXELS + 15) & ~15;
263 img->d_h = yv12->y_height;
577 yv12->y_height = img->d_h;
579 yv12->uv_height = yv12->y_height / 2;
H A Dvp8_cx_iface.c745 yv12->y_height = img->d_h;
747 yv12->uv_height = (1 + yv12->y_height) / 2;
1115 sd.y_height + 2*VP8BORDERINPIXELS,
1120 sd.y_width, sd.y_height);
1133 ctx->preview_img.d_h = sd.y_height;
1138 ctx->preview_img.h = sd.y_height;
/external/libvpx/libvpx/test/
H A Dvpx_scale_test.cc118 ref_img_.y_width, ref_img_.y_height,

Completed in 534 milliseconds

12