/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decoder.c | 79 for (i = 0; i < frame->y_height; i++) 181 return a->y_height == b->y_height && a->y_width == b->y_width && 430 sd->y_height = pbi->common.height; 432 sd->uv_height = sd->y_height >> pbi->common.subsampling_y;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
postproc.c | 316 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, 318 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, 397 int mb_cols = source->y_height >> 4; 736 dest->y_height = oci->Height; 737 dest->uv_height = dest->y_height / 2; 830 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height, 853 int mb_rows = post->y_height >> 4; 885 int mb_rows = post->y_height >> 4; 930 int height = post->y_height; [all...] |
loopfilter.c | 568 int mb_rows = post->y_height >> 4; 593 y_ptr = post->y_buffer + ((post->y_height >> 5) * 16) * post->y_stride; 594 mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1);
|
/external/libvpx/libvpx/vp8/common/ |
postproc.c | 317 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, 743 dest->y_height = oci->Height; 744 dest->uv_height = dest->y_height / 2; 837 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height, 860 int mb_rows = post->y_height >> 4; 892 int mb_rows = post->y_height >> 4; 937 int height = post->y_height; [all...] |
vp8_loopfilter.c | 566 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/vp9/encoder/ |
vp9_lookahead.c | 101 int mb_rows = (src->y_height + 15) >> 4; 122 height > buf->img.y_height ||
|
vp9_denoiser.c | 377 assert(dest->y_height == src->y_height); 379 for (r = 0; r < dest->y_height; ++r) { 390 assert(dest->y_height == src->y_height);
|
/external/libvpx/libvpx/vpx_scale/generic/ |
yv12config.c | 81 ybf->y_height = aligned_height; 237 ybf->y_height = aligned_height;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
ssim.c | 187 source->y_height); 218 source->y_height);
|
lookahead.c | 113 int mb_rows = (src->y_height + 15) >> 4;
|
firstpass.c | 324 i = source->y_height; 337 sum_weights /= (source->y_height * source->y_width); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
yv12config.c | 83 ybf->y_height = aligned_height; 246 ybf->y_height = aligned_height;
|
/external/libvpx/libvpx/vp8/encoder/ |
lookahead.c | 113 int mb_rows = (src->y_height + 15) >> 4;
|
onyx_if.c | 5645 unsigned int y_height = cpi->common.Height; local [all...] |
firstpass.c | 324 i = source->y_height; 337 sum_weights /= (source->y_height * source->y_width); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_lookahead.c | 98 int mb_rows = (src->y_height + 15) >> 4;
|
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 248 img->h = (yv12->y_height + 2 * VP8BORDERINPIXELS + 15) & ~15; 250 img->d_h = img->r_h = yv12->y_height; 570 yv12->y_height = y_h;
|
vp8_cx_iface.c | 746 yv12->y_height = y_h; [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_reconintra.c | 146 frame_height = xd->cur_buf->y_height; 269 frame_height = xd->cur_buf->y_height;
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decoder.c | 151 return a->y_height == b->y_height && a->y_width == b->y_width &&
|
/external/libvpx/libvpx/test/ |
vpx_scale_test.cc | 117 ref_img_.y_width, ref_img_.y_height,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8_dx_iface.c | 295 img->h = (yv12->y_height + 2 * VP8BORDERINPIXELS + 15) & ~15; 297 img->d_h = yv12->y_height; 717 yv12->y_height = img->d_h; 719 yv12->uv_height = yv12->y_height / 2;
|
vp8_cx_iface.c | 689 yv12->y_height = img->d_h; 691 yv12->uv_height = (1 + yv12->y_height) / 2; [all...] |
/hardware/qcom/display/msm8996/libgralloc/ |
alloc_controller.cpp | 732 unsigned int y_stride, y_height, y_size; local 741 y_height = VENUS_Y_SCANLINES(color_format, height); 742 y_size = ALIGN((y_stride * y_height), alignment); [all...] |
/hardware/qcom/display/msm8996/libgralloc1/ |
gr_allocator.cpp | 374 unsigned int y_stride, y_height, y_size; local 383 y_height = VENUS_Y_SCANLINES(color_format, INT(height)); 384 y_size = ALIGN((y_stride * y_height), alignment);
|