/external/libvpx/vp8/decoder/x86/ |
D | onyxdxv.c | 60 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/ |
D | vpxscale_lf.c | 460 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()
|
D | yv12extend.c | 51 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/ |
D | vpxscale.c | 618 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()
|
D | yv12extend.c | 40 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()
|
D | yv12config.c | 58 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/ |
D | postproc.c | 315 …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 …]
|
D | vpxblit_c64.h | 22 int y_height; member
|
D | setupintrarecon.c | 21 for (i = 0; i < ybf->y_height; i++) in vp8_setup_intra_recon()
|
D | codec_common_interface.h | 57 int y_height; member
|
D | vpxblit.h | 55 int y_height; member
|
D | loopfilter.c | 535 …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/ |
D | psnr.c | 47 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()
|
D | picklpf.c | 51 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()
|
D | ssim.c | 273 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()
|
D | firstpass.c | 176 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/ |
D | yv12config.c | 73 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()
|
D | yv12extend.c | 132 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/ |
D | yv12extend.c | 160 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()
|
D | bicubic_scaler_c64.c | 176 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/ |
D | yv12extend.c | 56 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/ |
D | vp8_dx_iface.c | 440 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/ |
D | yv12config.h | 43 int y_height; member
|
/external/libvpx/vp8/encoder/arm/ |
D | picklpf_arm.c | 34 yheight = src_ybc->y_height; in vpxyv12_copy_partial_frame_neon()
|
/external/libvpx/vp8/common/arm/ |
D | vpx_asm_offsets.c | 36 DEFINE(yv12_buffer_config_y_height, offsetof(YV12_BUFFER_CONFIG, y_height));
|