Home
last modified time | relevance | path

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

12

/external/libvpx/vp8/decoder/x86/
Donyxdxv.c60 int y_height; member
176 dest->y_height = source->y_height; in convert_yv12_buffer_types()
293 … common->post_proc_buffer.y_width, common->post_proc_buffer.y_height, in onyx_blit()
346 … common->post_proc_buffer.y_width, common->post_proc_buffer.y_height, in onyx_blit()
384 int mb_rows = post->y_height >> 4; in onyx_blit()
418 int mb_rows = post->y_height >> 4; in onyx_blit()
461 newh = vs * tab->this_buffer.y_height / vr; in onyx_blit()
497 frame_buffer->y_height = ch; in onyx_blit()
517 if (h < frame_buffer->y_height) in onyx_blit()
519 frame_buffer->y_height = h; in onyx_blit()
[all …]
/external/libvpx/vpx_scale/leapster/
Dvpxscale_lf.c460 int dh = (vscale - 1 + src->y_height * vratio) / vscale; in vp8_scale_frame()
463 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height, in vp8_scale_frame()
471 if (dh < (int)dst->y_height) in vp8_scale_frame()
472 for (i = dh - 1; i < (int)dst->y_height; i++) in vp8_scale_frame()
484 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++) in vp8_scale_frame()
496 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++) in vp8_scale_frame()
774 row_offset = (dst_yuv_config->y_height - src_yuv_config->y_height) / 2; in center_image()
781 for (i = 0; i < src_yuv_config->y_height; i++) in center_image()
857 int row = (dst_yuv_config->y_height - expanded_frame_height) / 2; in vp8_yv12_scale_or_center()
864 int row = (src_yuv_config->y_height - expanded_frame_height) / 2; in vp8_yv12_scale_or_center()
Dyv12extend.c51 plane_height = ybf->y_height; in vp8_yv12_extend_frame_borders()
183 height = src_ybc->y_height + (src_ybc->border * 2); in vp8_yv12_copy_frame()
/external/libvpx/vpx_scale/generic/
Dvpxscale.c618 int dh = (vscale - 1 + src->y_height * vratio) / vscale; in vp8_scale_frame()
621 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height, in vp8_scale_frame()
629 if (dh < (int)dst->y_height) in vp8_scale_frame()
630 for (i = dh - 1; i < (int)dst->y_height; i++) in vp8_scale_frame()
642 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++) in vp8_scale_frame()
654 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++) in vp8_scale_frame()
972 row_offset = (dst_yuv_config->y_height - src_yuv_config->y_height) / 2; in center_image()
979 for (i = 0; i < src_yuv_config->y_height; i++) in center_image()
1055 int row = (dst_yuv_config->y_height - expanded_frame_height) / 2; in vp8_yv12_scale_or_center()
1062 int row = (src_yuv_config->y_height - expanded_frame_height) / 2; in vp8_yv12_scale_or_center()
Dyv12extend.c40 plane_height = ybf->y_height; in vp8_yv12_extend_frame_borders()
165 plane_height = ybf->y_height; in vp8_yv12_extend_frame_borders_yonly()
232 for (row = 0; row < src_ybc->y_height; row++) in vp8_yv12_copy_frame()
272 for (row = 0; row < src_ybc->y_height; row++) in vp8_yv12_copy_frame_yonly()
Dyv12config.c58 ybf->y_height = height; in vp8_yv12_alloc_frame_buffer()
103 duck_memset(ybf->y_buffer, 0x0, ybf->y_stride * ybf->y_height); in vp8_yv12_black_frame_buffer()
/external/libvpx/vp8/common/
Dpostproc.c315 …e->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width,… in vp8_deblock_and_de_macro_block()
316 …POSTPROC_INVOKE(rtcd, across)(post->y_buffer, post->y_stride, post->y_height, post->y_width, vp8_q… in vp8_deblock_and_de_macro_block()
317 …POSTPROC_INVOKE(rtcd, down)(post->y_buffer, post->y_stride, post->y_height, post->y_width, vp8_q2m… in vp8_deblock_and_de_macro_block()
336 …e->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width,… in vp8_deblock()
359 source->y_height - 4, in vp8_de_noise()
697 dest->y_height = oci->Height; in vp8_post_proc_frame()
698 dest->uv_height = dest->y_height / 2; in vp8_post_proc_frame()
736 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height, in vp8_post_proc_frame()
757 int mb_rows = post->y_height >> 4; in vp8_post_proc_frame()
789 int mb_rows = post->y_height >> 4; in vp8_post_proc_frame()
[all …]
Dvpxblit_c64.h22 int y_height; member
Dsetupintrarecon.c21 for (i = 0; i < ybf->y_height; i++) in vp8_setup_intra_recon()
Dcodec_common_interface.h57 int y_height; member
Dvpxblit.h55 int y_height; member
Dloopfilter.c535 …mbd->mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1); /* Point at base o… in vp8_loop_filter_partial_frame()
537 linestocopy = (post->y_height >> (4 + Fraction)); in vp8_loop_filter_partial_frame()
573 y_ptr = post->y_buffer + (post->y_height >> 5) * 16 * post->y_stride; in vp8_loop_filter_partial_frame()
/external/libvpx/vp8/encoder/
Dpsnr.c47 for (i = 0; i < source->y_height; i++) in vp8_calc_psnr()
61 *YPsnr = vp8_mse2psnr(source->y_height * source->y_width, 255.0, Total); in vp8_calc_psnr()
112 frame_psnr = vp8_mse2psnr(source->y_height * source->y_width * 3 / 2 , 255.0, grand_total); in vp8_calc_psnr()
Dpicklpf.c51 yheight = src_ybc->y_height; in vp8_yv12_copy_partial_frame()
76 int linestocopy = (source->y_height >> (Fraction + 4)); in vp8_calc_partial_ssl_err()
85 srcoffset = source->y_stride * (dest->y_height >> 5) * 16; in vp8_calc_partial_ssl_err()
86 dstoffset = dest->y_stride * (dest->y_height >> 5) * 16; in vp8_calc_partial_ssl_err()
Dssim.c273 height_y = source->y_height; in vp8_calc_ssim()
283 source->y_stride, dest->y_stride, source->y_width, source->y_height); in vp8_calc_ssim()
500 int ysize = source->y_width * source->y_height; in vp8_calc_ssimg()
504 source->y_width, source->y_height, in vp8_calc_ssimg()
Dfirstpass.c176 for (i = 0; i < source->y_height; i++) in vp8_simple_weight()
195 sum_weights /= (source->y_height * source->y_width); in vp8_simple_weight()
1201 int y_height = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_height; in define_gf_group() local
1202 int image_size = y_width * y_height; in define_gf_group()
2429 if ((lst_yv12->y_width * lst_yv12->y_height) > (320 * 240)) in vp8_find_next_key_frame()
2430 kf_boost += 2 * (lst_yv12->y_width * lst_yv12->y_height) / (320 * 240); in vp8_find_next_key_frame()
2431 else if ((lst_yv12->y_width * lst_yv12->y_height) < (320 * 240)) in vp8_find_next_key_frame()
2432 kf_boost -= 4 * (320 * 240) / (lst_yv12->y_width * lst_yv12->y_height); in vp8_find_next_key_frame()
/external/libvpx/vpx_scale/blackfin/
Dyv12config.c73 ybf->y_height = height; in vp8_yv12_alloc_frame_buffer()
111 extend_memset(ybf->y_buffer, 0x0, ybf->y_stride *(ybf->y_height + 2 * ybf->border)); in vp8_yv12_black_frame_buffer()
Dyv12extend.c132 plane_height = ybf->y_height; in vp8_yv12_extend_frame_borders()
278 for (row = 0; row < src_ybc->y_height; row++) in vp8_yv12_copy_frame()
313 height = src_ybc->y_height + (src_ybc->border * 2); in vp8_yv12_copy_frame()
/external/libvpx/vpx_scale/dm642/
Dyv12extend.c160 plane_height = ybf->y_height; in vp8_yv12_extend_frame_borders()
269 plane_height = ybf->y_height; in vpxyv12_extend_frame_tbborders()
362 yheight = src_ybc->y_height; in vpxyv12_copy_frame_dma()
418 for (row = 0; row < src_ybc->y_height; row++) in vp8_yv12_copy_frame()
Dbicubic_scaler_c64.c176 dst->y_height = new_height; in bicubic_scale_frame_c64()
183 bicubic_scale_c64(src->y_width, src->y_height, src->y_stride, in bicubic_scale_frame_c64()
/external/libvpx/vpx_scale/arm/nds/
Dyv12extend.c56 plane_height = ybf->y_height; in vp8_yv12_extend_frame_borders()
184 int yplane_size = (src_ybc->y_height + 2 * src_ybc->border) * (src_ybc->y_stride); in vp8_yv12_copy_frame()
/external/libvpx/vp8/
Dvp8_dx_iface.c440 unsigned int a_h = (sd.y_height + 15) & ~15; in vp8_decode()
449 sd.y_width, sd.y_height); in vp8_decode()
570 yv12->y_height = img->d_h; in image2yuvconfig()
572 yv12->uv_height = yv12->y_height / 2; in image2yuvconfig()
/external/libvpx/vpx_scale/
Dyv12config.h43 int y_height; member
/external/libvpx/vp8/encoder/arm/
Dpicklpf_arm.c34 yheight = src_ybc->y_height; in vpxyv12_copy_partial_frame_neon()
/external/libvpx/vp8/common/arm/
Dvpx_asm_offsets.c36 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height));

12