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

12

/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12extend.c109 assert(ybf->y_height - ybf->y_crop_height < 16);
111 assert(ybf->y_height - ybf->y_crop_height >= 0);
116 ybf->border + ybf->y_height - ybf->y_crop_height,
135 const int ss_y = ybf->uv_height < ybf->y_height;
141 assert(ybf->y_height - ybf->y_crop_height < 16);
143 assert(ybf->y_height - ybf->y_crop_height >= 0);
150 ext_size + ybf->y_height - ybf->y_crop_height,
161 ext_size + ybf->y_height - ybf->y_crop_height,
204 assert(src_ybc->y_height == dst_ybc->y_height);
[all...]
H A Dvpx_scale.c481 int dh = (vscale - 1 + src->y_height * vratio) / vscale;
485 src->y_height, (unsigned char *)dst->y_buffer, dst->y_stride, dw, dh,
493 if (dh < (int)dst->y_height)
494 for (i = dh - 1; i < (int)dst->y_height; i++)
510 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
526 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
H A Dyv12config.c79 ybf->y_height = aligned_height;
224 ybf->y_height = aligned_height;
/external/libvpx/libvpx/vp8/common/
H A Dsetupintrarecon.c19 for (i = 0; i < ybf->y_height; ++i) {
H A Dextend.c70 int eb = dst->border + dst->y_height - src->y_height;
74 dst->y_stride, src->y_height, src->y_width, et, el, eb,
96 int eb = dst->border + dst->y_height - src->y_height;
106 if (srcy + srch != src->y_height) eb = 0;
H A Dpostproc.c56 vpx_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
58 vpx_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
289 dest->y_height = oci->Height;
290 dest->uv_height = dest->y_height / 2;
378 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height,
386 dest->y_height = oci->Height;
387 dest->uv_height = dest->y_height / 2;
H A Dvp8_loopfilter.c486 int mb_rows = post->y_height >> 4;
511 y_ptr = post->y_buffer + ((post->y_height >> 5) * 16) * post->y_stride;
512 mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1);
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c107 const int ss_y = ybf->uv_height < ybf->y_height;
113 assert(ybf->y_height - ybf->y_crop_height < 16);
115 assert(ybf->y_height - ybf->y_crop_height >= 0);
120 ext_size + ybf->y_height - ybf->y_crop_height,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_extend.c117 VPXMAX(src->y_height + 16, ALIGN_POWER_OF_TWO(src->y_height, 6)) -
120 const int uv_height_subsampling = (src->uv_height != src->y_height);
162 const int eb_y = srcy + srch != src->y_height
164 : dst->border + dst->y_height - src->y_height;
H A Dvp9_noise_estimate.c83 assert(dest->y_height == src->y_height);
85 for (r = 0; r < dest->y_height; ++r) {
H A Dvp9_lookahead.c94 int mb_rows = (src->y_height + 15) >> 4;
113 larger_dimensions = width > buf->img.y_width || height > buf->img.y_height ||
H A Dvp9_denoiser.c429 assert(dest->y_height == src->y_height);
431 for (r = 0; r < dest->y_height; ++r) {
442 assert(dest->y_height == src->y_height);
/external/libvpx/libvpx/vp9/
H A Dvp9_iface_common.h43 img->h = ALIGN_POWER_OF_TWO(yv12->y_height + 2 * VP9_ENC_BORDER_IN_PIXELS, 3);
92 yv12->y_height = img->d_h;
97 img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2 : yv12->y_height;
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h31 int y_height; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c199 source->y_height, source->y_width, ppl);
202 post->y_stride, post->y_height,
206 post->y_stride, post->y_height, post->y_width,
220 vpx_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
222 vpx_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
241 const int src_heights[3] = { src->y_height, src->uv_height,
255 const int mb_rows = src->y_height / 16;
420 ppbuf->y_height, ppbuf->y_stride);
427 dest->y_height = cm->height;
429 dest->uv_height = dest->y_height >> c
[all...]
H A Dvp9_reconintra.c142 frame_height = xd->cur_buf->y_height;
289 frame_height = xd->cur_buf->y_height;
/external/webrtc/talk/media/base/
H A Dfakevideorenderer.h121 size_t y_height = frame->GetHeight(); local
125 for (size_t i = 0; i < y_height; ++i) {
/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c36 yheight = src_ybc->y_height;
67 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);
H A Dlookahead.c96 int mb_rows = (src->y_height + 15) >> 4;
H A Donyx_if.c1686 ((cm->Height + 15) & ~15) != cm->yv12_fb[cm->lst_fb_idx].y_height ||
2845 for (i = 0; i < frame->y_height; ++i)
3043 int tot_num_blocks = (source->y_height * source->y_width) >> 8;
3051 for (i = 0; i < source->y_height; i += 16 * skip) {
3865 src += cpi->Source->y_stride * (cpi->Source->y_height - 1);
4828 if (sd->y_width != cpi->oxcf.Width || sd->y_height != cpi->oxcf.Height) {
5196 unsigned int y_height = cpi->common.Height; local
5198 unsigned int uv_height = (y_height + 1) / 2;
5199 int y_samples = y_height * y_width;
5205 recon->y_stride, y_width, y_height);
[all...]
/external/libvpx/libvpx/test/
H A Dvp9_scale_test.cc126 assert(ref_img_.y_height == dst_img_.y_height);
134 ref_img_.y_stride, ref_img_.y_width, ref_img_.y_height,
H A Dvpx_scale_test.h154 ref_img_.y_crop_height, ref_img_.y_width, ref_img_.y_height,
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_if.c140 if (cm->yv12_fb[ref_fb_idx].y_height != sd->y_height ||
171 if (cm->yv12_fb[*ref_fb_ptr].y_height != sd->y_height ||
411 sd->y_height = pbi->common.Height;
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c208 img->h = (yv12->y_height + 2 * VP8BORDERINPIXELS + 15) & ~15;
210 img->d_h = img->r_h = yv12->y_height;
491 yv12->y_height = y_h;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c148 return a->y_height == b->y_height && a->y_width == b->y_width &&

Completed in 868 milliseconds

12